CINXE.COM

Home - CBBC Newsround

<!DOCTYPE html><html lang="en" class="b-pw-1280 b-reith-sans-font no-touch no-js"><head><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("https://www.bbc.co.uk/newsround","20220311165242","https://web.archive.org/","web","/_static/", "1647017562"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <script> window.orb_fig_blocking = false window.bbcredirection = { geo: false, device: false }; </script> <!-- Orbit: 3.0.0-1870.883507a1 --> <!-- Environment: live --> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <style> :root { --bbc-font: ReithSans, Arial, Helvetica, freesans, sans-serif; --bbc-font-legacy: Arial, Helvetica, freesans, sans-serif; } </style> <script nomodule type="text/javascript" src="https://web.archive.org/web/20220311165242js_/https://static.files.bbci.co.uk/orbit/1b6b61cd4d5f792da2216b606c5dfe73/js/polyfills.bundle.js" async></script> <link rel="stylesheet" href="https://web.archive.org/web/20220311165242cs_/https://static.files.bbci.co.uk/orbit/1b6b61cd4d5f792da2216b606c5dfe73/css/orb-ltr.min.css"> <script src="https://web.archive.org/web/20220311165242js_/https://static.files.bbci.co.uk/orbit/1b6b61cd4d5f792da2216b606c5dfe73/js/require.min.js"></script> <script> // nav-orbit-pollyfills // 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: 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; } </script> <script type="text/javascript"> window.orbitData = {}; var additionalPageProperties = {}; additionalPageProperties['app_name'] = 'newsround' || null; additionalPageProperties['custom_var_1'] = '' || null; additionalPageProperties['custom_var_2'] = '' || null; additionalPageProperties['custom_var_5'] = 'cps' || null; additionalPageProperties['custom_var_7'] = 'newsround' || null; additionalPageProperties['custom_var_8'] = '' || null; additionalPageProperties['custom_var_9'] = '' || null; window.orbitData.userProfileUrl = "https://web.archive.org/web/20220311165242/https://www.bbc.co.uk/userprofile"; window.page = { name: 'newsround.page' || null, destination: 'NEWSROUND' || null, producer: 'NEWSROUND' || null, section: '' || null, site: '' || null, contentId: 'urn:bbc:cps:69a8f5ef-1d3a-b1f9-e050-17ac8045757b' || null, contentType: 'index-home' || null, edition: 'domestic' || null, additionalProperties: additionalPageProperties }; window.page.language = 'en'; window.page.language = 'en'; window.page.modal = false; </script> <script type="text/javascript">!function(){var t={53:function(t,e,r){function n(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function o(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?n(Object(r),!0).forEach((function(e){i(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):n(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}function i(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var c=r(206),u=r(189);window.bbcpage=c.init(o({},window.page)),window.page=void 0,window.bbcuser=u.init(window,o({},window.user)),window.user=void 0},206:function(t){function e(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function r(t){for(var r=1;r<arguments.length;r++){var o=null!=arguments[r]?arguments[r]:{};r%2?e(Object(o),!0).forEach((function(e){n(t,e,o[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(o)):e(Object(o)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(o,e))}))}return t}function n(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}t.exports={init:function(t){var e=r({},t);return document.addEventListener("bbc-page-reset",(function(t){var r;t.detail&&t.detail.page&&(r=t.detail.page,e=Object.assign(e,r)),document.dispatchEvent(new Event("bbc-page-updated"))})),{getName:function(){return Promise.resolve(e.name||function(){if("file:"===window.location.protocol)return"local.file";var t=window.location.pathname.replace(/\/$/,"").replace(/^\//,"").replace(/\//g,".");return"".concat(t,".page")}())},getLanguage:function(){return Promise.resolve(e.language)},getDestination:function(){return Promise.resolve(e.destination)},getProducer:function(){return Promise.resolve(e.producer)},getSection:function(){return Promise.resolve(e.section)},getContentType:function(){return Promise.resolve(e.contentType)},getContentId:function(){return Promise.resolve(e.contentId)},getReferrer:function(){return Promise.resolve(window.orb&&null!==window.orb.referrer&&void 0!==window.orb.referrer?window.orb.referrer:document.referrer)},getAdditionalProperties:function(){return Promise.resolve(r({},e.additionalProperties))},loadCSS:function(t){return new Promise((function(e,r){var n=document.createElement("link");n.type="text/css",n.rel="stylesheet",n.onload=function(){e()},n.href=t,document.getElementsByTagName("head")[0].appendChild(n)}))},isModal:function(){return Promise.resolve(e.modal)}}}}},189:function(t,e,r){function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function o(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function i(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?o(Object(r),!0).forEach((function(e){c(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):o(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}function c(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function u(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function a(t,e){if(e&&("object"===n(e)||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}function f(t){var e="function"==typeof Map?new Map:void 0;return(f=function(t){if(null===t||(r=t,-1===Function.toString.call(r).indexOf("[native code]")))return t;var r;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,n)}function n(){return s(t,arguments,h(this).constructor)}return n.prototype=Object.create(t.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),p(n,t)})(t)}function s(t,e,r){return(s=l()?Reflect.construct:function(t,e,r){var n=[null];n.push.apply(n,e);var o=new(Function.bind.apply(t,n));return r&&p(o,r.prototype),o}).apply(null,arguments)}function l(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function p(t,e){return(p=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function h(t){return(h=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}var d=r(11).loadModule,y=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&p(t,e)}(o,t);var e,r,n=(e=o,r=l(),function(){var t,n=h(e);if(r){var o=h(this).constructor;t=Reflect.construct(n,arguments,o)}else t=n.apply(this,arguments);return a(this,t)});function o(){return u(this,o),n.apply(this,arguments)}return o}(f(Error));t.exports={init:function(t,e){var r,n=i({},e),o=null;function c(){if(["X-Country","X-Ip_is_advertise_combined","X-Ip_is_uk_combined"].every((function(t){return!!n[t]})))return Promise.resolve(n);if(!o){var e=t.location.hostname.endsWith(".com")?"com":"co.uk";o=t.fetch("https://web.archive.org/web/20220311165242/https://www.bbc.".concat(e,"/userinfo")).then((function(t){return t.json()}))}return o}function u(t){if(t.status>=200&&t.status<300)return t;var e=new Error(t.statusText);throw e.response=t,e}function a(t){return t.json()}function f(){if(n.ageBand)return Promise.resolve(n);if(!r){if("undefined"==typeof XMLHttpRequest||!("withCredentials"in new XMLHttpRequest))return Promise.resolve(n);r=d(["idcta-v2/idcta-1"]).then((function(e){return e.initiateTokenRefresh().then((function(){return t.fetch(t.orbitData.userProfileUrl,{credentials:"include"}).then(u).then(a).then((function(t){return n=i(i({},n),t)}))}))}))}return r}var s={getHashedId:function(){return d(["idcta-v2/idcta-1"]).then((function(t){return t.getCookieInstance().getHidFromCookie()}))},isSignedIn:function(){return d(["idcta-v2/idcta-1"]).then((function(t){return t&&t.getCookieInstance().hasCookie()}))},getCountry:function(){return c().then((function(t){return t["X-Country"]||"gb"}))},isUKCombined:function(){return c().then((function(t){if(!t["X-Ip_is_uk_combined"])throw new y("missing isUKCombined from userinfo response");return"yes"===t["X-Ip_is_uk_combined"].toLowerCase()}))},canSeeAdverts:function(){return c().then((function(t){if(!t["X-Ip_is_advertise_combined"])throw new y("missing canSeeAdverts from userinfo response");return"yes"===t["X-Ip_is_advertise_combined"].toLowerCase()}))},getAgeBand:function(){return c().then((function(t){return t["X-Age-Band"]?Promise.resolve(t["X-Age-Band"]):s.isSignedIn().then((function(t){if(t)return f().then((function(t){return n["X-Age-Band"]=t["X-Age-Band"],n["X-Age-Band"]||void 0})).catch((function(){return n["X-Age-Band"]||void 0}))}))}))},allowsPerformanceCookies:function(){return d(["orb/cookies"]).then((function(t){return!!t.cookiesEnabled()&&!!t.readPolicy("performance")}))},allowsFunctionalCookies:function(){return d(["orb/cookies"]).then((function(t){return!!t.cookiesEnabled()&&!!t.readPolicy("personalisation")}))},getCookieValue:function(t){return d(["orb/cookies"]).then((function(e){return e.get(t)}))}};return s},BBCUserError:y}},11:function(t){t.exports={loadModule:function(t){return new Promise((function(e,r){window.require(t,(function(){e.apply(this,arguments)}),(function(t){r(t)}))}))}}},666:function(t){var e=function(t){"use strict";var e,r=Object.prototype,n=r.hasOwnProperty,o="function"==typeof Symbol?Symbol:{},i=o.iterator||"@@iterator",c=o.asyncIterator||"@@asyncIterator",u=o.toStringTag||"@@toStringTag";function a(t,e,r){return Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{a({},"")}catch(t){a=function(t,e,r){return t[e]=r}}function f(t,e,r,n){var o=e&&e.prototype instanceof v?e:v,i=Object.create(o.prototype),c=new k(n||[]);return i._invoke=function(t,e,r){var n=l;return function(o,i){if(n===h)throw new Error("Generator is already running");if(n===d){if("throw"===o)throw i;return C()}for(r.method=o,r.arg=i;;){var c=r.delegate;if(c){var u=_(c,r);if(u){if(u===y)continue;return u}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if(n===l)throw n=d,r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);n=h;var a=s(t,e,r);if("normal"===a.type){if(n=r.done?d:p,a.arg===y)continue;return{value:a.arg,done:r.done}}"throw"===a.type&&(n=d,r.method="throw",r.arg=a.arg)}}}(t,r,c),i}function s(t,e,r){try{return{type:"normal",arg:t.call(e,r)}}catch(t){return{type:"throw",arg:t}}}t.wrap=f;var l="suspendedStart",p="suspendedYield",h="executing",d="completed",y={};function v(){}function g(){}function b(){}var w={};w[i]=function(){return this};var m=Object.getPrototypeOf,O=m&&m(m(S([])));O&&O!==r&&n.call(O,i)&&(w=O);var P=b.prototype=v.prototype=Object.create(w);function j(t){["next","throw","return"].forEach((function(e){a(t,e,(function(t){return this._invoke(e,t)}))}))}function E(t,e){function r(o,i,c,u){var a=s(t[o],t,i);if("throw"!==a.type){var f=a.arg,l=f.value;return l&&"object"==typeof l&&n.call(l,"__await")?e.resolve(l.__await).then((function(t){r("next",t,c,u)}),(function(t){r("throw",t,c,u)})):e.resolve(l).then((function(t){f.value=t,c(f)}),(function(t){return r("throw",t,c,u)}))}u(a.arg)}var o;this._invoke=function(t,n){function i(){return new e((function(e,o){r(t,n,e,o)}))}return o=o?o.then(i,i):i()}}function _(t,r){var n=t.iterator[r.method];if(n===e){if(r.delegate=null,"throw"===r.method){if(t.iterator.return&&(r.method="return",r.arg=e,_(t,r),"throw"===r.method))return y;r.method="throw",r.arg=new TypeError("The iterator does not provide a 'throw' method")}return y}var o=s(n,t.iterator,r.arg);if("throw"===o.type)return r.method="throw",r.arg=o.arg,r.delegate=null,y;var i=o.arg;return i?i.done?(r[t.resultName]=i.value,r.next=t.nextLoc,"return"!==r.method&&(r.method="next",r.arg=e),r.delegate=null,y):i:(r.method="throw",r.arg=new TypeError("iterator result is not an object"),r.delegate=null,y)}function x(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function L(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function k(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(x,this),this.reset(!0)}function S(t){if(t){var r=t[i];if(r)return r.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var o=-1,c=function r(){for(;++o<t.length;)if(n.call(t,o))return r.value=t[o],r.done=!1,r;return r.value=e,r.done=!0,r};return c.next=c}}return{next:C}}function C(){return{value:e,done:!0}}return g.prototype=P.constructor=b,b.constructor=g,g.displayName=a(b,u,"GeneratorFunction"),t.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===g||"GeneratorFunction"===(e.displayName||e.name))},t.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,b):(t.__proto__=b,a(t,u,"GeneratorFunction")),t.prototype=Object.create(P),t},t.awrap=function(t){return{__await:t}},j(E.prototype),E.prototype[c]=function(){return this},t.AsyncIterator=E,t.async=function(e,r,n,o,i){void 0===i&&(i=Promise);var c=new E(f(e,r,n,o),i);return t.isGeneratorFunction(r)?c:c.next().then((function(t){return t.done?t.value:c.next()}))},j(P),a(P,u,"Generator"),P[i]=function(){return this},P.toString=function(){return"[object Generator]"},t.keys=function(t){var e=[];for(var r in t)e.push(r);return e.reverse(),function r(){for(;e.length;){var n=e.pop();if(n in t)return r.value=n,r.done=!1,r}return r.done=!0,r}},t.values=S,k.prototype={constructor:k,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=e,this.done=!1,this.delegate=null,this.method="next",this.arg=e,this.tryEntries.forEach(L),!t)for(var r in this)"t"===r.charAt(0)&&n.call(this,r)&&!isNaN(+r.slice(1))&&(this[r]=e)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var r=this;function o(n,o){return u.type="throw",u.arg=t,r.next=n,o&&(r.method="next",r.arg=e),!!o}for(var i=this.tryEntries.length-1;i>=0;--i){var c=this.tryEntries[i],u=c.completion;if("root"===c.tryLoc)return o("end");if(c.tryLoc<=this.prev){var a=n.call(c,"catchLoc"),f=n.call(c,"finallyLoc");if(a&&f){if(this.prev<c.catchLoc)return o(c.catchLoc,!0);if(this.prev<c.finallyLoc)return o(c.finallyLoc)}else if(a){if(this.prev<c.catchLoc)return o(c.catchLoc,!0)}else{if(!f)throw new Error("try statement without catch or finally");if(this.prev<c.finallyLoc)return o(c.finallyLoc)}}}},abrupt:function(t,e){for(var r=this.tryEntries.length-1;r>=0;--r){var o=this.tryEntries[r];if(o.tryLoc<=this.prev&&n.call(o,"finallyLoc")&&this.prev<o.finallyLoc){var i=o;break}}i&&("break"===t||"continue"===t)&&i.tryLoc<=e&&e<=i.finallyLoc&&(i=null);var c=i?i.completion:{};return c.type=t,c.arg=e,i?(this.method="next",this.next=i.finallyLoc,y):this.complete(c)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),y},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.finallyLoc===t)return this.complete(r.completion,r.afterLoc),L(r),y}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.tryLoc===t){var n=r.completion;if("throw"===n.type){var o=n.arg;L(r)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(t,r,n){return this.delegate={iterator:S(t),resultName:r,nextLoc:n},"next"===this.method&&(this.arg=e),y}},t}(t.exports);try{regeneratorRuntime=e}catch(t){Function("r","regeneratorRuntime = r")(e)}}},e={};function r(n){var o=e[n];if(void 0!==o)return o.exports;var i=e[n]={exports:{}};return t[n](i,i.exports,r),i.exports}r(666);r(53)}();</script> <script type="module"> window.importmap = {"orbit-drawer":"https://web.archive.org/web/20220311165242/https://static.files.bbci.co.uk/orbit/1b6b61cd4d5f792da2216b606c5dfe73/js/drawer-api.bundle.js","bbccookies":"https://web.archive.org/web/20220311165242/https://static.files.bbci.co.uk/cookies/6868f40b6841deedfcf9895de775e1ab/cookie-banner/cookie-library.module.js"}; var e={748:function(e,t,n){function o(){const e={},t={listeners:{},resolves:{}};function n(e,n){e in t.resolves?n(e,t.resolves[e]):t.listeners[e]?t.listeners[e].push(n):t.listeners[e]=[n]}function o(e,n){t.resolves[e]=n;const o=t.listeners[e];o&&(o.forEach((t=>{t(e,n)})),delete t.listeners[e])}function i(t,n,i){n&&!n.splice?function(e,t){o(e,"function"==typeof t?t():t)}(t,n):function(t,n,i){e.require(n,((...e)=>{o(t,i(...e))}))}(t,n,i)}return e.require=function(e,o,i){if(e.splice)if(0===e.length)o();else{const r=[];let c,s=0;void 0!==i&&(c=setTimeout((()=>{console.log("require timeout, dependencies not loaded:",e,r),i()}),3e3));const u=(i,f)=>{if("string"==typeof f){const e=f.includes("callback=")?f:`${f}.js`;return delete t.resolves[i],void function(e,t,n){const o=document.createElement("script");o.type="text/javascript",o.async=!0,o.setAttribute("data-module",e),o.src=t,o.onload=n,document.head.appendChild(o)}(i,e,(()=>{n(i,u)}))}r[e.indexOf(i)]=f,s+=1,s>=e.length&&(clearTimeout(c),o(...r))};e.forEach((e=>{n(e,u)}))}else{const t=e;window.require.config(t)}},e.require.config=function(n){let o;(n.baseUrl||window.location.href.match(/(bbc.co.uk|bbc.com)/))&&(o=new URL(n.baseUrl||"",window.location.href||void 0).toString(),"/"!==o.charAt(o.length-1)&&(o+="/")),Object.keys(n.paths).forEach((t=>{const i=new URL(n.paths[t],o);e.define(t,i.toString())})),n.map&&n.map["*"]&&Object.keys(n.map["*"]).forEach((o=>{const i=n.map["*"][o],r=t.resolves[i];e.define(o,r)}))},e.define=function(e,t,n){"string"!=typeof e?function(e,t){if(document.currentScript){const n=document.currentScript.getAttribute("data-module");n&&i(n,e,t)}}(e,t):i(e,t,n)},e.requirejs=e.require,e.registry=t,e.define.amd=!0,e}n.r(t),n.d(t,{default:function(){return o},init:function(){return o}})},0:function(e){e.exports={loadModule:function(e){return new Promise(((t,n)=>{window.require(e,(function(){t.apply(this,arguments)}),(e=>{n(e)}))}))}}},831:function(e,t,n){const{loadModule:o}=n(0);e.exports=function(e){return function(t){return"string"==typeof t&&e[t]?import(e[t]):o(t)}}}},t={};function n(o){var i=t[o];if(void 0!==i)return i.exports;var r=t[o]={exports:{}};return e[o](r,r.exports,n),r.exports}n.d=function(e,t){for(var o in t)n.o(t,o)&&!n.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},function(){const e=n(748),t=n(831);"function"!=typeof window.define&&Object.assign(window,e.init()),window.shimport=t({...window.importmap}),window.importMap=void 0}();</script> <script type="text/javascript"> window.page = undefined; window.user = undefined; </script> <script> window.orb = {}; </script> <script src="https://web.archive.org/web/20220311165242js_/https://static.files.bbci.co.uk/orbit/1b6b61cd4d5f792da2216b606c5dfe73/js/api-forge-free.min.js"></script> <link rel="preload" href="https://web.archive.org/web/20220311165242/https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_Rg.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://web.archive.org/web/20220311165242/https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_Bd.woff2" as="font" type="font/woff2" crossorigin> <!-- navid Web Module: 0.2.0-97.3bcc657 --> <!-- searchbox Web Module: 3.1.0-502.06648d8 --> <!-- navpromo Web Module: 3.0.0-296.2a9e474 --> <!-- cookies Web Module: 0.0.3-711.5b5023b --> <!-- useractivityhelper Web Module: 1.0.0-233.d4907ab --> <!-- reverb Web Module: 3.3.0 --> <link rel="stylesheet" href="https://web.archive.org/web/20220311165242cs_/https://static.files.bbci.co.uk/account/id-cta/1.54.22-wp/style/id-cta.css"/><!--[if IE 8]><link href="https://static.files.bbci.co.uk/account/id-cta/1.54.22-wp/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/20220311165242/https://idcta.api.bbc.co.uk';var ENDPOINT_CONFIG = ('/idcta/config?callback=&context=cbbc&ptrt=' + (ptrt ? ptrt[1] : encodeURIComponent(document.location.href))).replace(/\&amp;/g, '&');var ENDPOINT_TRANSLATIONS = '/idcta/translations?callback=';function hasPromise() {var P = window.Promise;var promiseToString = null;if (P) {try {promiseToString = Object.prototype.toString.call(P.resolve());} catch (e) {/*silently ignored*/}}return (promiseToString === '[object Promise]' && !P.cast);}if (hasPromise()) {define('idcta/es6-promise', function () {return window.Promise;});define('idcta-v2/es6-promise', function () {return window.Promise;});}map['idcta-v2'] = 'https://web.archive.org/web/20220311165242/https://static.files.bbci.co.uk/account/id-cta/1.54.22-wp/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/20220311165242/https://static.files.bbci.co.uk/account/id-cta/1.8.2/modules/idcta';map['idcta-v2/idcta-1'] = 'https://web.archive.org/web/20220311165242/https://static.files.bbci.co.uk/account/id-cta/1.54.22-wp/modules/idcta-v2/dist/idcta-1.min';map['idcta-v2/experiment-snippet'] = 'https://web.archive.org/web/20220311165242/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> <link rel="stylesheet" href="https://web.archive.org/web/20220311165242cs_/https://nav.files.bbci.co.uk/searchbox/42b955eee75a305e2e20ce2ce745e772/css/box.css"> <script src="https://web.archive.org/web/20220311165242js_/https://static.files.bbci.co.uk/cookies/6868f40b6841deedfcf9895de775e1ab/cookie-banner/cookie-library.bundle.js"></script><script type="text/javascript">void 0!==window.define&&define("orb/cookies",function(){return window.bbccookies})</script> <script type="text/javascript">window.__detectview={clickManagementEnabled:false};</script> <script type="text/javascript">"use strict";!function(){window.__reverbStaticLocation="https://web.archive.org/web/20220311165242/https://mybbc-analytics.files.bbci.co.uk/reverb-client-js/",window.__smarttagVersion="5.29.1",window.__reverb={},window.__reverb.__reverbLoadedPromise=new Promise(function(e,i){window.__reverb.__resolveReverbLoaded=e,window.__reverb.__rejectReverbLoaded=i}),window.__reverb.__reverbTimeout=setTimeout(function(){window.__reverb.__rejectReverbLoaded()},5e3);var i=function(d,a){window.__reverb.__reverbLoadedPromise.then(function(e){if(d&&d.detail){var i=!!d.detail.item,n=d.detail.label,t=i?"viewability":d.detail.type,o=d.detail.elem,r=d.detail.originalEvent;d.detail.isClick&&(a=d.detail.isClick),e.userActionEvent(t,n,d.detail,o,r,a)}},function(){console.log("Reverb failed to load. Event not sent")})},n=function(){window.__reverb.__reverbLoadedPromise.then(function(e){e.initialise().then(function(){return e.viewEvent()})},function(){console.log("Reverb failed to load. Event not sent")})};document.addEventListener("bbc-user-event",function(e){i(e,!1)}),document.addEventListener("bbc-user-click",function(e){i(e,!0)}),document.addEventListener("bbc-page-updated",n),window.addEventListener("pageshow",function(e){e.persisted&&n()})}();</script><script type="text/javascript" src="https://web.archive.org/web/20220311165242js_/https://mybbc-analytics.files.bbci.co.uk/reverb-client-js/reverb-3.3.0.js" async></script> <link rel="preload" as="script" href="//web.archive.org/web/20220311165242/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/20220311165242/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/20220311165242cs_/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/20220311165242cs_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-super-promo/5.0.0/core.css"/><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-newsround-super-promo/5.0.0"]=true; Morph.styleSrc.push("<link rel=\"stylesheet\" href=\"//m.files.bbci.co.uk/modules/bbc-morph-newsround-super-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/20220311165242cs_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-button/4.1.0/core.css"/><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-newsround-button/4.1.0"]=true; Morph.styleSrc.push("<link rel=\"stylesheet\" href=\"//m.files.bbci.co.uk/modules/bbc-morph-newsround-button/4.1.0/enhanced.css\"/>"); }</script><script>if (Morph.enhanced) { Morph.styles["bbc-morph-gel-icons/5.0.5"]=true; Morph.styleSrc.push("<link rel=\"stylesheet\" href=\"//m.files.bbci.co.uk/modules/bbc-morph-gel-icons/5.0.5/enhanced.css\"/>"); }</script><!--[if gt IE 8]><!--><noscript class="morph-core-style"><!--<![endif]--><link rel="stylesheet" href="//web.archive.org/web/20220311165242cs_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-top-stories/7.1.0/core.css"/><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-newsround-top-stories/7.1.0"]=true; Morph.styleSrc.push("<link rel=\"stylesheet\" href=\"//m.files.bbci.co.uk/modules/bbc-morph-newsround-top-stories/7.1.0/enhanced.css\"/>"); }</script><!--[if gt IE 8]><!--><noscript class="morph-core-style"><!--<![endif]--><link rel="stylesheet" href="//web.archive.org/web/20220311165242cs_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-promo/7.0.0/core.css"/><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-newsround-promo/7.0.0"]=true; Morph.styleSrc.push("<link rel=\"stylesheet\" href=\"//m.files.bbci.co.uk/modules/bbc-morph-newsround-promo/7.0.0/enhanced.css\"/>"); }</script><!--[if gt IE 8]><!--><noscript class="morph-core-style"><!--<![endif]--><link rel="stylesheet" href="//web.archive.org/web/20220311165242cs_/https://m.files.bbci.co.uk/modules/bbc-morph-gs-timestamp/3.0.0/core.css"/><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-gs-timestamp/3.0.0"]=true; Morph.styleSrc.push("<link rel=\"stylesheet\" href=\"//m.files.bbci.co.uk/modules/bbc-morph-gs-timestamp/3.0.0/enhanced.css\"/>"); }</script><!--[if gt IE 8]><!--><noscript class="morph-core-style"><!--<![endif]--><link rel="stylesheet" href="//web.archive.org/web/20220311165242cs_/https://m.files.bbci.co.uk/modules/bbc-morph-smp/7.0.0/core.css"/><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-smp/7.0.0"]=true; Morph.styleSrc.push("<link rel=\"stylesheet\" href=\"//m.files.bbci.co.uk/modules/bbc-morph-smp/7.0.0/enhanced.css\"/>"); }</script><!--[if gt IE 8]><!--><noscript class="morph-core-style"><!--<![endif]--><link rel="stylesheet" href="//web.archive.org/web/20220311165242cs_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-more-stories/6.1.0/core.css"/><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-newsround-more-stories/6.1.0"]=true; Morph.styleSrc.push("<link rel=\"stylesheet\" href=\"//m.files.bbci.co.uk/modules/bbc-morph-newsround-more-stories/6.1.0/enhanced.css\"/>"); }</script><!--[if gt IE 8]><!--><noscript class="morph-core-style"><!--<![endif]--><link rel="stylesheet" href="//web.archive.org/web/20220311165242cs_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-bulletin-promo/6.0.0/core.css"/><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-newsround-bulletin-promo/6.0.0"]=true; Morph.styleSrc.push("<link rel=\"stylesheet\" href=\"//m.files.bbci.co.uk/modules/bbc-morph-newsround-bulletin-promo/6.0.0/enhanced.css\"/>"); }</script><!--[if gt IE 8]><!--><noscript class="morph-core-style"><!--<![endif]--><link rel="stylesheet" href="//web.archive.org/web/20220311165242cs_/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/20220311165242cs_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-header/7.1.1/core.css"/><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-newsround-header/7.1.1"]=true; Morph.styleSrc.push("<link rel=\"stylesheet\" href=\"//m.files.bbci.co.uk/modules/bbc-morph-newsround-header/7.1.1/enhanced.css\"/>"); }</script><!--[if gt IE 8]><!--><noscript class="morph-core-style"><!--<![endif]--><link rel="stylesheet" href="//web.archive.org/web/20220311165242cs_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-anchors/4.0.1/core.css"/><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-newsround-anchors/4.0.1"]=true; Morph.styleSrc.push("<link rel=\"stylesheet\" href=\"//m.files.bbci.co.uk/modules/bbc-morph-newsround-anchors/4.0.1/enhanced.css\"/>"); }</script><script type="text/javascript">Morph.initStyles(); /* u8070818772962106 */</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/20220311165242/https://www.bbc.co.uk/newsround" property="og:url"/><link rel="canonical" href="https://web.archive.org/web/20220311165242/https://www.bbc.co.uk/newsround"/> <meta content="//web.archive.org/web/20220311165242im_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-page/7.2.0/images/og-newsround.png" property="og:image"/> <link href="//web.archive.org/web/20220311165242im_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-page/7.2.0/images/apple-touch-icon.png" rel="apple-touch-icon"/> <link href="//web.archive.org/web/20220311165242im_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-page/7.2.0/images/favicon.ico" rel="shortcut icon" type="image/x-icon"/> <link href="//web.archive.org/web/20220311165242im_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-page/7.2.0/images/favicon-16x16.png" rel="icon" type="image/png" sizes="16x16"/> <link href="//web.archive.org/web/20220311165242im_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-page/7.2.0/images/favicon-32x32.png" rel="icon" type="image/png" sizes="32x32"/> <link href="//web.archive.org/web/20220311165242im_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-page/7.2.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> <div id="cookiePrompt"></div> <noscript><p style="position: absolute; top: -999em"><img src="https://web.archive.org/web/20220311165242im_/https://a1.api.bbc.co.uk/hit.xiti?&amp;col=1&amp;from=p&amp;ptag=js&amp;s=598253&amp;p=newsround.page&amp;x1=[urn:bbc:cps:69a8f5ef-1d3a-b1f9-e050-17ac8045757b]&amp;x2=[responsive]&amp;x3=[bbc_website]&amp;x4=[en]&amp;x7=[index-home]&amp;x8=[reverb-3.3.0-nojs]&amp;x11=[NEWSROUND]&amp;x12=[NEWSROUND]" height="1" width="1" alt=""></p></noscript> <header id="orb-banner" role="banner" aria-label="BBC" class="nogeo orbit-cbbc orbit-language-en"><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/20220311165242/https://www.bbc.co.uk/" id="homepage-link" data-v-item="{&quot;type&quot;:&quot;logo-link&quot;,&quot;text&quot;:&quot;Homepage&quot;,&quot;link&quot;:&quot;https://www.bbc.co.uk&quot;,&quot;position&quot;:1}" data-v-group="{&quot;name&quot;:&quot;global navigation&quot;, &quot;position&quot;:1, &quot;type&quot;:&quot;orbit-cbbc-&quot;}">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/20220311165242/https://www.bbc.co.uk/accessibility/">Accessibility Help</a></li></ul></div></section><div id="mybbc-wrapper" class="orb-nav-section orb-nav-id orb-nav-focus orb-nav-id-default"> <div id="idcta-statusbar" class="orb-nav-section orb-nav-focus" data-bbc-container="id-cta" data-bbc-event-type="click" data-bbc-ignore-views="1" data-bbc-metadata="{&quot;id-cta-type&quot;: &quot;statusbar-orb&quot;}" data-bbc-source="responsive_web" data-bbc-title="id-cta-sign-in"><a id="idcta-link" href="https://web.archive.org/web/20220311165242/https://account.bbc.com/account?context=cbbc&amp;ptrt=https%3A%2F%2Fwww.bbc.co.uk%2Fnewsround"><span id="idcta-username">BBC Account</span></a></div><script type="text/javascript">require(['idcta/statusbar'], function (statusbar) {new statusbar.Statusbar({id: 'idcta-statusbar', publiclyCacheable: true});});</script> </div><nav role="navigation" aria-label="BBC" class="orb-nav"><div class="orb-nav-section orb-nav-links orb-nav-focus" id="orb-nav-links"><ul><li class="orb-nav-cbbc"><a href="https://web.archive.org/web/20220311165242/https://www.bbc.co.uk/cbbc">CBBC</a></li><li class="orb-nav-iplayer orb-d"><a href="https://web.archive.org/web/20220311165242/https://www.bbc.co.uk/tv/cbbc">CBBC iPlayer</a></li><li class="orb-nav-newsround"><a href="https://web.archive.org/web/20220311165242/https://www.bbc.co.uk/newsround">Newsround</a></li><li class="orb-nav-bitesize orb-d"><a href="https://web.archive.org/web/20220311165242/https://www.bbc.co.uk/bitesize">Bitesize</a></li><li class="orb-nav-ownit orb-d"><a href="https://web.archive.org/web/20220311165242/https://www.bbc.com/ownit">Own It</a></li><li class="orb-nav-cbeebies"><a href="https://web.archive.org/web/20220311165242/https://www.bbc.co.uk/cbeebies">CBeebies</a></li><li class="orb-nav-cbbctv"><a href="https://web.archive.org/web/20220311165242/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/20220311165242/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" role="search"> <a id="orbit-search-button" class="orbit-search__button" aria-expanded="false" href="https://web.archive.org/web/20220311165242/https://search.bbc.co.uk/search?scope=cbbc" title="Search BBC">Search BBC</a> </div></div><div id="orb-panels"></div><div id="orbit-drawer-container"></div></div></header> <!-- Styling hook for shared modules only --> <div id="orb-modules"> <div id="u8070818772962106"><div data-reactid=".18ehgr1gu9m" data-react-checksum="-948778426"><div class="newsround-cbbc-nav-wrapper" data-reactid=".18ehgr1gu9m.0"><div class="newsround-cbbc-nav-component newsround-cbbc-nav-component-padding-override" data-reactid=".18ehgr1gu9m.0.0"><div class="newsround-cbbc-nav-component__container" data-reactid=".18ehgr1gu9m.0.0.0"><nav class="newsround-cbbc-nav-component__menu" data-reactid=".18ehgr1gu9m.0.0.0.0"><div class="newsround-cbbc-nav-component__bar" data-reactid=".18ehgr1gu9m.0.0.0.0.0"><a class="newsround-cbbc-nav-component__product" href="/web/20220311165242/https://www.bbc.co.uk/cbbc" data-istats-track="true" data-istats-track-link-location="nr_cbbc_nav-home" data-reactid=".18ehgr1gu9m.0.0.0.0.0.0">Home</a><button id="newsround-cbbc-nav-component__toggle" class="newsround-cbbc-nav-component__toggle" data-reactid=".18ehgr1gu9m.0.0.0.0.0.1"><span id="newsround-cbbc-nav-component__toggle-title" class="newsround-cbbc-nav-component__toggle-title" data-reactid=".18ehgr1gu9m.0.0.0.0.0.1.0">Menu</span><span class="newsround-cbbc-nav-component__toggle-icon" data-reactid=".18ehgr1gu9m.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=".18ehgr1gu9m.0.0.0.0.1"><ul class="newsround-cbbc-nav-component__list-inner" data-reactid=".18ehgr1gu9m.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=".18ehgr1gu9m.0.0.0.0.1.0.$home"><a class="newsround-cbbc-nav-component__link newsround-cbbc-nav-component__link--home" href="/web/20220311165242/https://www.bbc.co.uk/cbbc" data-reactid=".18ehgr1gu9m.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=".18ehgr1gu9m.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=".18ehgr1gu9m.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=".18ehgr1gu9m.0.0.0.0.1.0.$shows"><a class="newsround-cbbc-nav-component__link newsround-cbbc-nav-component__link--shows" href="/web/20220311165242/https://www.bbc.co.uk/cbbc/shows" data-reactid=".18ehgr1gu9m.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=".18ehgr1gu9m.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=".18ehgr1gu9m.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=".18ehgr1gu9m.0.0.0.0.1.0.$games"><a class="newsround-cbbc-nav-component__link newsround-cbbc-nav-component__link--games" href="/web/20220311165242/https://www.bbc.co.uk/cbbc/games" data-reactid=".18ehgr1gu9m.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=".18ehgr1gu9m.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=".18ehgr1gu9m.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=".18ehgr1gu9m.0.0.0.0.1.0.$quizzes"><a class="newsround-cbbc-nav-component__link newsround-cbbc-nav-component__link--quizzes" href="/web/20220311165242/https://www.bbc.co.uk/cbbc/quizzes" data-reactid=".18ehgr1gu9m.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=".18ehgr1gu9m.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=".18ehgr1gu9m.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=".18ehgr1gu9m.0.0.0.0.1.0.$watch"><a class="newsround-cbbc-nav-component__link newsround-cbbc-nav-component__link--watch" href="/web/20220311165242/https://www.bbc.co.uk/cbbc/watch" data-reactid=".18ehgr1gu9m.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=".18ehgr1gu9m.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=".18ehgr1gu9m.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=".18ehgr1gu9m.0.0.0.0.1.0.$joinin"><a class="newsround-cbbc-nav-component__link newsround-cbbc-nav-component__link--joinin" href="/web/20220311165242/https://www.bbc.co.uk/cbbc/joinin" data-reactid=".18ehgr1gu9m.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=".18ehgr1gu9m.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=".18ehgr1gu9m.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=".18ehgr1gu9m.0.0.0.0.1.0.$puzzles"><a class="newsround-cbbc-nav-component__link newsround-cbbc-nav-component__link--puzzles" href="/web/20220311165242/https://www.bbc.co.uk/cbbc/puzzles" data-reactid=".18ehgr1gu9m.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=".18ehgr1gu9m.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=".18ehgr1gu9m.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=".18ehgr1gu9m.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/20220311165242/https://www.bbc.co.uk/newsround" data-reactid=".18ehgr1gu9m.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=".18ehgr1gu9m.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=".18ehgr1gu9m.0.0.0.0.1.0.$newsround.0.1">Newsround</span></a></li></ul></div></nav></div></div></div><section role="main" data-reactid=".18ehgr1gu9m.1"><div class="o-mvt-container" data-reactid=".18ehgr1gu9m.1.0"><script src="https://web.archive.org/web/20220311165242js_/https://cdn.optimizely.com/public/4621041136/s/newsround_prod.js" data-reactid=".18ehgr1gu9m.1.0.0"></script></div><header class="newsround-header__header" data-reactid=".18ehgr1gu9m.1.1"><div class="newsround-header__orb" style="background-image:url(//web.archive.org/web/20220311165242im_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-header/7.1.1/images/newsround-orb.png);" data-reactid=".18ehgr1gu9m.1.1.0"></div><div class="newsround-header__wrapper" data-reactid=".18ehgr1gu9m.1.1.1"><div class="newsround-header__container" data-reactid=".18ehgr1gu9m.1.1.1.0"><a class="newsround-header__link" href="/web/20220311165242/https://www.bbc.co.uk/newsround" data-istats-track="true" data-istats-track-link-location="nr_nav-homelogo" data-reactid=".18ehgr1gu9m.1.1.1.0.0"><div class="newsround-header__logo" style="background-image:url(//web.archive.org/web/20220311165242im_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-header/7.1.1/images/newsround-logo.png);background:url(//web.archive.org/web/20220311165242im_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-header/7.1.1/images/newsround-logo.svg) no-repeat;" data-reactid=".18ehgr1gu9m.1.1.1.0.0.0"><h1 class="newsround-header__off-screen" data-reactid=".18ehgr1gu9m.1.1.1.0.0.0.0">Newsround</h1></div></a><div class="newsround-header__button" data-istats-track="true" data-istats-track-link-location="nr_nav-bulletin" data-bbc-container="home-watch-newsround-button" data-bbc-metadata="{&quot;PAR&quot;:&quot;home-watch-newsround-button&quot;,&quot;CHD&quot;:&quot;button&quot;}" data-bbc-source="newsround" data-bbc-title="Watch Newsround" data-reactid=".18ehgr1gu9m.1.1.1.0.1"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/news/watch_newsround" class="newsround-button newsround-button--teal" aria-label="" data-reactid=".18ehgr1gu9m.1.1.1.0.1.0"><div class="gel-icon gel-icon--play newsround-button__icon" data-reactid=".18ehgr1gu9m.1.1.1.0.1.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.1.1.0.1.0.0.0"><title data-reactid=".18ehgr1gu9m.1.1.1.0.1.0.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".18ehgr1gu9m.1.1.1.0.1.0.0.0.1"></path></svg></div><span data-reactid=".18ehgr1gu9m.1.1.1.0.1.0.1:0">Watch </span><span class="newsround-header__button__bp-text" data-reactid=".18ehgr1gu9m.1.1.1.0.1.0.1:1">Newsround</span></a></div></div></div></header><div data-reactid=".18ehgr1gu9m.1.2"></div><section class="newsround-top-stories" data-istats-track-scroll-visibility="nr_home_top_stories" data-reactid=".18ehgr1gu9m.1.3"><div class="newsround-top-stories__wrapper newsround-top-stories__wrapper--with-top-margin newsround-top-stories__wrapper--no-bottom-padding" data-reactid=".18ehgr1gu9m.1.3.0"><div class="newsround-top-stories__container gel-layout--equal" data-reactid=".18ehgr1gu9m.1.3.0.0"><div class="newsround-top-stories__featured-story" data-reactid=".18ehgr1gu9m.1.3.0.0.0"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_top_stories-1" data-bbc-container="home-top-stories" data-bbc-metadata="{&quot;PAR&quot;:&quot;home-top-stories&quot;,&quot;CHD&quot;:&quot;card::1&quot;}" data-bbc-source="newsround" data-bbc-title="What's going on at Chelsea football club?" data-reactid=".18ehgr1gu9m.1.3.0.0.0.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60693396" class="newsround-promo__content newsround-promo__content--white" data-reactid=".18ehgr1gu9m.1.3.0.0.0.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.3.0.0.0.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.3.0.0.0.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/138A0/production/_123623008_p0btt86x.jpg" alt="chelsea football shirt" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.3.0.0.0.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.3.0.0.0.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.3.0.0.0.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.3.0.0.0.0.0.1.0">What&#x27;s going on at Chelsea football club?</p><p class="newsround-promo__summary" data-reactid=".18ehgr1gu9m.1.3.0.0.0.0.0.1.1">The club can&#x27;t buy players, sell match tickets and have to close the club shop after its owner was sanctioned by the UK government. It&#x27;s all to do with the war in Ukraine - find out more.</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.3.0.0.0.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.3.0.0.0.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.3.0.0.0.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.3.0.0.0.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.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=".18ehgr1gu9m.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=".18ehgr1gu9m.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 gs-u-align-middle gs-u-display-inline" datetime="2022-03-11T15:14:19+00:00" data-datetime="1 hour ago" data-reactid=".18ehgr1gu9m.1.3.0.0.0.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.3.0.0.0.0.0.1.2.0.0.1.0">1 hour ago</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.3.0.0.0.0.0.1.2.0.0.1.1">1 hour ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.3.0.0.0.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.3.0.0.0.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.3.0.0.0.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.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=".18ehgr1gu9m.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=".18ehgr1gu9m.1.3.0.0.0.0.0.1.2.1.1">21</span></div></div></div></a></div></div><div class="newsround-top-stories__stories" data-reactid=".18ehgr1gu9m.1.3.0.0.1"><div class="newsround-top-stories__container" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0"><div class="newsround-top-stories__story" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60708741"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_top_stories-2" data-bbc-container="home-top-stories" data-bbc-metadata="{&quot;PAR&quot;:&quot;home-top-stories&quot;,&quot;CHD&quot;:&quot;card::2&quot;}" data-bbc-source="newsround" data-bbc-title="History-making bronze for GB at Winter Paralympics" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60708741.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60708741" class="newsround-promo__content newsround-promo__content--white" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60708741.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60708741.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60708741.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/131B7/production/_123636287_gettyimages-1384148038.jpg" alt="Ollie Hill celebrates his bronze medal" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60708741.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60708741.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60708741.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60708741.0.0.1.0">History-making bronze for GB at Winter Paralympics</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60708741.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60708741.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60708741.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60708741.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60708741.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60708741.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60708741.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-11T12:04:56+00:00" data-datetime="4 hours ago" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60708741.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60708741.0.0.1.2.0.0.1.0">4 hours ago</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60708741.0.0.1.2.0.0.1.1">4 hours ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60708741.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60708741.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60708741.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60708741.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60708741.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60708741.0.0.1.2.1.1">1</span></div></div></div></a></div></div><div class="newsround-top-stories__story" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$43245617"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_top_stories-3" data-bbc-container="home-top-stories" data-bbc-metadata="{&quot;PAR&quot;:&quot;home-top-stories&quot;,&quot;CHD&quot;:&quot;card::3&quot;}" data-bbc-source="newsround" data-bbc-title="Strange News: The oddest stories of the week" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$43245617.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/43245617" class="newsround-promo__content newsround-promo__content--white" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$43245617.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$43245617.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$43245617.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/57E7/production/_123630522_p0btmvcf.jpg" alt="A wind powered sculpture moving across a beach" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$43245617.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--white newsround-promo__promolabel--duration" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$43245617.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$43245617.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$43245617.0.0.0.1.0.0"><title data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$43245617.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$43245617.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$43245617.0.0.0.1.1">1:21</span></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$43245617.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$43245617.0.0.1.0">Strange News: The oddest stories of the week</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$43245617.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$43245617.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$43245617.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$43245617.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$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=".18ehgr1gu9m.1.3.0.0.1.0.$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=".18ehgr1gu9m.1.3.0.0.1.0.$43245617.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-11T06:24:10+00:00" data-datetime="10 hours ago" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$43245617.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$43245617.0.0.1.2.0.0.1.0">10 hours ago</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$43245617.0.0.1.2.0.0.1.1">10 hours ago</span></time></span></div></div></div></a></div></div><div class="newsround-top-stories__story" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60682280"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_top_stories-4" data-bbc-container="home-top-stories" data-bbc-metadata="{&quot;PAR&quot;:&quot;home-top-stories&quot;,&quot;CHD&quot;:&quot;card::4&quot;}" data-bbc-source="newsround" data-bbc-title="Children design stamps to honour pandemic heroes" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60682280.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60682280" class="newsround-promo__content newsround-promo__content--white" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60682280.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60682280.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60682280.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/16C4D/production/_123616239_mediaitem123616238.jpg" alt="Royal Mail Heroes of the Pandemic Stamps" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60682280.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--white" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60682280.0.0.0.1"><div class="gel-icon gel-icon--image newsround-promo__icon" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60682280.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60682280.0.0.0.1.0.0"><title data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60682280.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=".18ehgr1gu9m.1.3.0.0.1.0.$60682280.0.0.0.1.0.0.1"></path><circle cx="20" cy="17" r="5.5" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60682280.0.0.0.1.0.0.2"></circle></svg></div><span class="duration" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60682280.0.0.0.1.1"></span></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60682280.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60682280.0.0.1.0">Children design stamps to honour pandemic heroes</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60682280.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60682280.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60682280.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60682280.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60682280.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60682280.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60682280.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-11T09:08:33+00:00" data-datetime="7 hours ago" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60682280.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60682280.0.0.1.2.0.0.1.0">7 hours ago</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60682280.0.0.1.2.0.0.1.1">7 hours ago</span></time></span></div></div></div></a></div></div><div class="newsround-top-stories__story" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.3"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_top_stories-5" data-bbc-container="home-top-stories" data-bbc-metadata="{&quot;PAR&quot;:&quot;home-top-stories&quot;,&quot;CHD&quot;:&quot;card::5&quot;}" data-bbc-source="newsround" data-bbc-title="Click here to find all our content about the war in Ukraine" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.3.0"><a href="https://web.archive.org/web/20220311165242/https://www.bbc.co.uk/newsround#more-stories-2" class="newsround-promo__content newsround-promo__content--white" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.3.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.3.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.3.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/12E9B/production/_123476477_mediaitem123476476.jpg" alt="Russian and Ukrainian flags" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.3.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.3.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.3.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.3.0.0.1.0">Click here to find all our content about the war in Ukraine</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.3.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.3.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.3.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.3.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.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=".18ehgr1gu9m.1.3.0.0.1.0.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=".18ehgr1gu9m.1.3.0.0.1.0.3.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-02-28T06:50:45+00:00" data-datetime="28 Feb 2022" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.3.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.3.0.0.1.2.0.0.1.0">28 Feb 2022</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.3.0.0.1.2.0.0.1.1">28 February 2022</span></time></span></div></div></div></a></div></div><div class="newsround-top-stories__story" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$51318780"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_top_stories-6" data-bbc-container="home-top-stories" data-bbc-metadata="{&quot;PAR&quot;:&quot;home-top-stories&quot;,&quot;CHD&quot;:&quot;card::6&quot;}" data-bbc-source="newsround" data-bbc-title="Quiz: Have you been following this week's news?" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$51318780.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/51318780" class="newsround-promo__content newsround-promo__content--white" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$51318780.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$51318780.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$51318780.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/11F29/production/_123631537_frontcover-002.jpg" alt="Quiz-of-the-week" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$51318780.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$51318780.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$51318780.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$51318780.0.0.1.0">Quiz: Have you been following this week&#x27;s news?</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$51318780.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$51318780.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$51318780.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$51318780.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$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=".18ehgr1gu9m.1.3.0.0.1.0.$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=".18ehgr1gu9m.1.3.0.0.1.0.$51318780.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-11T06:30:24+00:00" data-datetime="10 hours ago" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$51318780.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$51318780.0.0.1.2.0.0.1.0">10 hours ago</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$51318780.0.0.1.2.0.0.1.1">10 hours ago</span></time></span></div></div></div></a></div></div><div class="newsround-top-stories__story" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60692340"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_top_stories-7" data-bbc-container="home-top-stories" data-bbc-metadata="{&quot;PAR&quot;:&quot;home-top-stories&quot;,&quot;CHD&quot;:&quot;card::7&quot;}" data-bbc-source="newsround" data-bbc-title="End the debate... Are there more doors or wheels?" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60692340.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60692340" class="newsround-promo__content newsround-promo__content--white" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60692340.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60692340.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60692340.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/5C0A/production/_123626532_wheelsdoorsthumbnail.jpg" alt="wheels v doors" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60692340.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60692340.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60692340.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60692340.0.0.1.0">End the debate... Are there more doors or wheels?</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60692340.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60692340.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60692340.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60692340.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60692340.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60692340.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60692340.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-11T06:10:00+00:00" data-datetime="10 hours ago" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60692340.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60692340.0.0.1.2.0.0.1.0">10 hours ago</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60692340.0.0.1.2.0.0.1.1">10 hours ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60692340.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60692340.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60692340.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60692340.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60692340.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.3.0.0.1.0.$60692340.0.0.1.2.1.1">34</span></div></div></div></a></div></div></div></div></div></div></section><section class="newsround-anchors" data-reactid=".18ehgr1gu9m.1.4"><nav class="newsround-anchors__wrapper" data-reactid=".18ehgr1gu9m.1.4.0"><ul class="newsround-anchors__layout newsround-anchors__layout--less-margin" data-reactid=".18ehgr1gu9m.1.4.0.0"><li class="newsround-anchors__button" data-bbc-container="home-anchor-links" data-bbc-metadata="{&quot;PAR&quot;:&quot;home-anchor-links&quot;,&quot;CHD&quot;:&quot;button::1&quot;}" data-bbc-source="newsround" data-bbc-title="War in Ukraine" data-reactid=".18ehgr1gu9m.1.4.0.0.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround#more-stories-2" class="newsround-button newsround-button--teal" aria-label="War in Ukraine" data-reactid=".18ehgr1gu9m.1.4.0.0.0.0"><span data-reactid=".18ehgr1gu9m.1.4.0.0.0.0.1">War in Ukraine</span></a></li><li class="newsround-anchors__button" data-bbc-container="home-anchor-links" data-bbc-metadata="{&quot;PAR&quot;:&quot;home-anchor-links&quot;,&quot;CHD&quot;:&quot;button::2&quot;}" data-bbc-source="newsround" data-bbc-title="Mental Wellbeing" data-reactid=".18ehgr1gu9m.1.4.0.0.1"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround#more-stories-3" class="newsround-button newsround-button--teal" aria-label="Mental Wellbeing" data-reactid=".18ehgr1gu9m.1.4.0.0.1.0"><span data-reactid=".18ehgr1gu9m.1.4.0.0.1.0.1">Mental Wellbeing</span></a></li><li class="newsround-anchors__button" data-bbc-container="home-anchor-links" data-bbc-metadata="{&quot;PAR&quot;:&quot;home-anchor-links&quot;,&quot;CHD&quot;:&quot;button::3&quot;}" data-bbc-source="newsround" data-bbc-title="Newsround Specials" data-reactid=".18ehgr1gu9m.1.4.0.0.2"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround#more-stories-4" class="newsround-button newsround-button--teal" aria-label="Newsround Specials" data-reactid=".18ehgr1gu9m.1.4.0.0.2.0"><span data-reactid=".18ehgr1gu9m.1.4.0.0.2.0.1">Newsround Specials</span></a></li><li class="newsround-anchors__button" data-bbc-container="home-anchor-links" data-bbc-metadata="{&quot;PAR&quot;:&quot;home-anchor-links&quot;,&quot;CHD&quot;:&quot;button::4&quot;}" data-bbc-source="newsround" data-bbc-title="Newsround Quizzes" data-reactid=".18ehgr1gu9m.1.4.0.0.3"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround#more-stories-5" class="newsround-button newsround-button--teal" aria-label="Newsround Quizzes" data-reactid=".18ehgr1gu9m.1.4.0.0.3.0"><span data-reactid=".18ehgr1gu9m.1.4.0.0.3.0.1">Newsround Quizzes</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=".18ehgr1gu9m.1.5"><div class="gs-u-box-size newsround-more-stories__wrapper" data-reactid=".18ehgr1gu9m.1.5.0"><div class="newsround-more-stories__stories" style="height:478px;" data-reactid=".18ehgr1gu9m.1.5.0.1"><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".18ehgr1gu9m.1.5.0.1.$60622737"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-1" data-reactid=".18ehgr1gu9m.1.5.0.1.$60622737.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60622737" class="newsround-promo__content newsround-promo__content--white" data-reactid=".18ehgr1gu9m.1.5.0.1.$60622737.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.5.0.1.$60622737.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60622737.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/12950/production/_123521167_p0bskr11.jpg" alt="Para-skiing" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60622737.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--white newsround-promo__promolabel--duration" data-reactid=".18ehgr1gu9m.1.5.0.1.$60622737.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".18ehgr1gu9m.1.5.0.1.$60622737.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60622737.0.0.0.1.0.0"><title data-reactid=".18ehgr1gu9m.1.5.0.1.$60622737.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60622737.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".18ehgr1gu9m.1.5.0.1.$60622737.0.0.0.1.1">2:49</span></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.5.0.1.$60622737.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.5.0.1.$60622737.0.0.1.0">Martin tries out para-skiing and finds out more about the sport</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.5.0.1.$60622737.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.5.0.1.$60622737.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.5.0.1.$60622737.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.5.0.1.$60622737.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60622737.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.5.0.1.$60622737.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60622737.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-11T06:07:20+00:00" data-datetime="10 hours ago" data-reactid=".18ehgr1gu9m.1.5.0.1.$60622737.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.5.0.1.$60622737.0.0.1.2.0.0.1.0">10 hours ago</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.5.0.1.$60622737.0.0.1.2.0.0.1.1">10 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=".18ehgr1gu9m.1.5.0.1.$47482128"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-2" data-reactid=".18ehgr1gu9m.1.5.0.1.$47482128.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/47482128" class="newsround-promo__content newsround-promo__content--white" data-reactid=".18ehgr1gu9m.1.5.0.1.$47482128.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.5.0.1.$47482128.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$47482128.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/5981/production/_123631922_mediaitem123631921.jpg" alt="An Old English Sheepdog is seen the first day of the Crufts Dog Show" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$47482128.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.5.0.1.$47482128.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.5.0.1.$47482128.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.5.0.1.$47482128.0.0.1.0">Everything you need to know about Crufts</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.5.0.1.$47482128.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.5.0.1.$47482128.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.5.0.1.$47482128.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.5.0.1.$47482128.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$47482128.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.5.0.1.$47482128.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.5.0.1.$47482128.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-10T17:31:01+00:00" data-datetime="23 hours ago" data-reactid=".18ehgr1gu9m.1.5.0.1.$47482128.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.5.0.1.$47482128.0.0.1.2.0.0.1.0">23 hours ago</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.5.0.1.$47482128.0.0.1.2.0.0.1.1">23 hours ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.5.0.1.$47482128.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.5.0.1.$47482128.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$47482128.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.5.0.1.$47482128.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.5.0.1.$47482128.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.5.0.1.$47482128.0.0.1.2.1.1">1</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693111"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-3" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693111.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60693111" class="newsround-promo__content newsround-promo__content--white" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693111.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693111.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693111.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/ED6E/production/_123628706_gettyimages-51632741.jpg" alt="rat." class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693111.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.5.0.1.$60693111.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693111.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693111.0.0.1.0">Bringing back extinct animals may be impossible, say scientists</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693111.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693111.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693111.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693111.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693111.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693111.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693111.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-11T07:00:34+00:00" data-datetime="9 hours ago" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693111.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693111.0.0.1.2.0.0.1.0">9 hours ago</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693111.0.0.1.2.0.0.1.1">9 hours ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.5.0.1.$60693111.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693111.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693111.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.5.0.1.$60693111.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693111.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693111.0.0.1.2.1.1">5</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693102"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-4" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693102.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60693102" class="newsround-promo__content newsround-promo__content--white" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693102.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693102.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693102.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/5566/production/_123626812_gettyimages-80175457.jpg" alt="flying birds." class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693102.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.5.0.1.$60693102.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693102.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693102.0.0.1.0">A living map of the Earth&#x27;s animals created in space</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693102.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693102.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693102.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693102.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693102.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693102.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693102.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-11T07:02:56+00:00" data-datetime="9 hours ago" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693102.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693102.0.0.1.2.0.0.1.0">9 hours ago</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693102.0.0.1.2.0.0.1.1">9 hours ago</span></time></span></div><div class="newsround-promo__comments-signpost newsround-promo__comments-signpost-without-count" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693102.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693102.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693102.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.5.0.1.$60693102.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693102.0.0.1.2.1.0.0.1"></path></svg></div></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".18ehgr1gu9m.1.5.0.1.$60695642"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-5" data-reactid=".18ehgr1gu9m.1.5.0.1.$60695642.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60695642" class="newsround-promo__content newsround-promo__content--white" data-reactid=".18ehgr1gu9m.1.5.0.1.$60695642.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.5.0.1.$60695642.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60695642.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/9615/production/_123612483_samryder.jpg" alt="Picture of Sam Ryder" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60695642.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.5.0.1.$60695642.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.5.0.1.$60695642.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.5.0.1.$60695642.0.0.1.0">TikTok star to represent UK at Eurovision</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.5.0.1.$60695642.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.5.0.1.$60695642.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.5.0.1.$60695642.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.5.0.1.$60695642.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60695642.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.5.0.1.$60695642.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60695642.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-11T06:58:05+00:00" data-datetime="9 hours ago" data-reactid=".18ehgr1gu9m.1.5.0.1.$60695642.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.5.0.1.$60695642.0.0.1.2.0.0.1.0">9 hours ago</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.5.0.1.$60695642.0.0.1.2.0.0.1.1">9 hours ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.5.0.1.$60695642.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.5.0.1.$60695642.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60695642.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.5.0.1.$60695642.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60695642.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.5.0.1.$60695642.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=".18ehgr1gu9m.1.5.0.1.$51836693"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-6" data-reactid=".18ehgr1gu9m.1.5.0.1.$51836693.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/51836693" class="newsround-promo__content newsround-promo__content--white" data-reactid=".18ehgr1gu9m.1.5.0.1.$51836693.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.5.0.1.$51836693.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$51836693.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/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=".18ehgr1gu9m.1.5.0.1.$51836693.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.5.0.1.$51836693.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.5.0.1.$51836693.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.5.0.1.$51836693.0.0.1.0">Newsround: Top headlines and new words of the day</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.5.0.1.$51836693.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.5.0.1.$51836693.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.5.0.1.$51836693.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.5.0.1.$51836693.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$51836693.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.5.0.1.$51836693.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.5.0.1.$51836693.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-11T08:27:44+00:00" data-datetime="8 hours ago" data-reactid=".18ehgr1gu9m.1.5.0.1.$51836693.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.5.0.1.$51836693.0.0.1.2.0.0.1.0">8 hours ago</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.5.0.1.$51836693.0.0.1.2.0.0.1.1">8 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=".18ehgr1gu9m.1.5.0.1.$60693106"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-7" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693106.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60693106" class="newsround-promo__content newsround-promo__content--white" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693106.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693106.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693106.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/54C7/production/_123130712_claraamfo.jpg" alt="A photo of Clara Amfo" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693106.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.5.0.1.$60693106.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693106.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693106.0.0.1.0">Start date for Celebrity Great British Bake Off confirmed</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693106.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693106.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693106.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693106.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693106.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693106.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693106.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-10T14:59:13+00:00" data-datetime="1 day ago" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693106.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693106.0.0.1.2.0.0.1.0">1 day ago</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693106.0.0.1.2.0.0.1.1">1 day ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.5.0.1.$60693106.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693106.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693106.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.5.0.1.$60693106.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693106.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.5.0.1.$60693106.0.0.1.2.1.1">11</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".18ehgr1gu9m.1.5.0.1.$60691106"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-8" data-reactid=".18ehgr1gu9m.1.5.0.1.$60691106.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60691106" class="newsround-promo__content newsround-promo__content--white" data-reactid=".18ehgr1gu9m.1.5.0.1.$60691106.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.5.0.1.$60691106.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60691106.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/593A/production/_123624822_rwandabat.jpg" alt="rwanda bat" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60691106.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.5.0.1.$60691106.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.5.0.1.$60691106.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.5.0.1.$60691106.0.0.1.0">Lost bat not seen in 40 years found in Rwandan rainforest!</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.5.0.1.$60691106.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.5.0.1.$60691106.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.5.0.1.$60691106.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.5.0.1.$60691106.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60691106.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.5.0.1.$60691106.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60691106.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-10T10:58:19+00:00" data-datetime="1 day ago" data-reactid=".18ehgr1gu9m.1.5.0.1.$60691106.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.5.0.1.$60691106.0.0.1.2.0.0.1.0">1 day ago</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.5.0.1.$60691106.0.0.1.2.0.0.1.1">1 day ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.5.0.1.$60691106.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.5.0.1.$60691106.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60691106.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.5.0.1.$60691106.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60691106.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.5.0.1.$60691106.0.0.1.2.1.1">5</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677415"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-9" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677415.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60677415" class="newsround-promo__content newsround-promo__content--white" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677415.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677415.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677415.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/16A95/production/_123612829_callum.png" alt="Callum-Isted" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677415.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.5.0.1.$60677415.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677415.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677415.0.0.1.0">Seven-year-old Callum makes history with reusable bottle campaign</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677415.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677415.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677415.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677415.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677415.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677415.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677415.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-10T08:42:16+00:00" data-datetime="1 day ago" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677415.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677415.0.0.1.2.0.0.1.0">1 day ago</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677415.0.0.1.2.0.0.1.1">1 day ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.5.0.1.$60677415.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677415.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677415.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.5.0.1.$60677415.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677415.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677415.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=".18ehgr1gu9m.1.5.0.1.$60673759"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-10" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673759.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60673759" class="newsround-promo__content newsround-promo__content--white" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673759.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673759.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673759.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/369C/production/_123608931_tv074447357.jpg" alt="Endurance-ship." class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673759.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.5.0.1.$60673759.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673759.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673759.0.0.1.0">Lost ship Endurance has been found after 107 years!</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673759.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673759.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673759.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673759.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673759.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673759.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673759.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-10T08:29:00+00:00" data-datetime="1 day ago" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673759.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673759.0.0.1.2.0.0.1.0">1 day ago</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673759.0.0.1.2.0.0.1.1">1 day ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.5.0.1.$60673759.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673759.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673759.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.5.0.1.$60673759.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673759.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673759.0.0.1.2.1.1">18</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".18ehgr1gu9m.1.5.0.1.$60688826"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-11" data-reactid=".18ehgr1gu9m.1.5.0.1.$60688826.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60688826" class="newsround-promo__content newsround-promo__content--white" data-reactid=".18ehgr1gu9m.1.5.0.1.$60688826.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.5.0.1.$60688826.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60688826.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/13F3A/production/_123622718_tv074450277.jpg" alt="Lowri." class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60688826.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.5.0.1.$60688826.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.5.0.1.$60688826.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.5.0.1.$60688826.0.0.1.0">Encanto: Schoolgirl will be heading to the Baftas</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.5.0.1.$60688826.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.5.0.1.$60688826.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.5.0.1.$60688826.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.5.0.1.$60688826.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60688826.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.5.0.1.$60688826.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60688826.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-10T08:34:56+00:00" data-datetime="1 day ago" data-reactid=".18ehgr1gu9m.1.5.0.1.$60688826.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.5.0.1.$60688826.0.0.1.2.0.0.1.0">1 day ago</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.5.0.1.$60688826.0.0.1.2.0.0.1.1">1 day ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.5.0.1.$60688826.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.5.0.1.$60688826.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60688826.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.5.0.1.$60688826.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60688826.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.5.0.1.$60688826.0.0.1.2.1.1">20</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677041"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-12" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677041.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60677041" class="newsround-promo__content newsround-promo__content--white" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677041.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677041.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677041.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/6964/production/_123608962_gettyimages-75167092.jpg" alt="Harrison-Schmitt-on-the-Moon." class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677041.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.5.0.1.$60677041.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677041.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677041.0.0.1.0">Nasa is opening a 50-year-old sample of Moon rock!</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677041.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677041.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677041.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677041.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677041.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677041.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677041.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-10T06:52:46+00:00" data-datetime="1 day ago" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677041.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677041.0.0.1.2.0.0.1.0">1 day ago</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677041.0.0.1.2.0.0.1.1">1 day ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.5.0.1.$60677041.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677041.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677041.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.5.0.1.$60677041.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677041.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677041.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=".18ehgr1gu9m.1.5.0.1.$60677422"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-13" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677422.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60677422" class="newsround-promo__content newsround-promo__content--white" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677422.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677422.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677422.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/5C78/production/_123627632_nrgrad_3.jpg" alt="Obi-wan Kenobi" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677422.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.5.0.1.$60677422.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677422.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677422.0.0.1.0">Obi-Wan: New Star Wars series trailer drops!</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677422.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677422.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677422.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677422.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677422.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677422.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677422.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-10T09:47:05+00:00" data-datetime="1 day ago" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677422.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677422.0.0.1.2.0.0.1.0">1 day ago</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677422.0.0.1.2.0.0.1.1">1 day ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.5.0.1.$60677422.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677422.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677422.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.5.0.1.$60677422.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677422.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677422.0.0.1.2.1.1">2</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677420"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-14" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677420.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60677420" class="newsround-promo__content newsround-promo__content--white" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677420.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677420.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677420.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/DAF3/production/_123615065_gettyimages-1249253459.jpg" alt="Creeping thistle" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677420.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.5.0.1.$60677420.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677420.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677420.0.0.1.0">Why weeds aren&#x27;t all bad</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677420.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677420.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677420.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677420.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677420.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677420.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677420.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-10T07:25:45+00:00" data-datetime="1 day ago" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677420.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677420.0.0.1.2.0.0.1.0">1 day ago</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677420.0.0.1.2.0.0.1.1">1 day ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.5.0.1.$60677420.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677420.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677420.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.5.0.1.$60677420.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677420.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.5.0.1.$60677420.0.0.1.2.1.1">2</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".18ehgr1gu9m.1.5.0.1.$60688438"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-15" data-reactid=".18ehgr1gu9m.1.5.0.1.$60688438.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60688438" class="newsround-promo__content newsround-promo__content--white" data-reactid=".18ehgr1gu9m.1.5.0.1.$60688438.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.5.0.1.$60688438.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60688438.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/10E02/production/_123622196_b32906e4-49f4-40af-8baf-72634cea44e2.jpg" alt="family-at-stargazing-event." class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60688438.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.5.0.1.$60688438.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.5.0.1.$60688438.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.5.0.1.$60688438.0.0.1.0">Have you ever spotted something unexpected in a photo?</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.5.0.1.$60688438.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.5.0.1.$60688438.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.5.0.1.$60688438.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.5.0.1.$60688438.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60688438.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.5.0.1.$60688438.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60688438.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-10T07:31:44+00:00" data-datetime="1 day ago" data-reactid=".18ehgr1gu9m.1.5.0.1.$60688438.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.5.0.1.$60688438.0.0.1.2.0.0.1.0">1 day ago</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.5.0.1.$60688438.0.0.1.2.0.0.1.1">1 day ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.5.0.1.$60688438.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.5.0.1.$60688438.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60688438.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.5.0.1.$60688438.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60688438.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.5.0.1.$60688438.0.0.1.2.1.1">3</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".18ehgr1gu9m.1.5.0.1.$60679189"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-16" data-reactid=".18ehgr1gu9m.1.5.0.1.$60679189.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60679189" class="newsround-promo__content newsround-promo__content--white" data-reactid=".18ehgr1gu9m.1.5.0.1.$60679189.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.5.0.1.$60679189.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60679189.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/51E0/production/_92706902_primaryschool.jpg" alt="Primary school children in a classroom" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60679189.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.5.0.1.$60679189.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.5.0.1.$60679189.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.5.0.1.$60679189.0.0.1.0">Almost two million children regularly missing school</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.5.0.1.$60679189.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.5.0.1.$60679189.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.5.0.1.$60679189.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.5.0.1.$60679189.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60679189.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.5.0.1.$60679189.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60679189.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-10T07:56:50+00:00" data-datetime="1 day ago" data-reactid=".18ehgr1gu9m.1.5.0.1.$60679189.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.5.0.1.$60679189.0.0.1.2.0.0.1.0">1 day ago</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.5.0.1.$60679189.0.0.1.2.0.0.1.1">1 day ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.5.0.1.$60679189.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.5.0.1.$60679189.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60679189.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.5.0.1.$60679189.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60679189.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.5.0.1.$60679189.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=".18ehgr1gu9m.1.5.0.1.$60659051"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-17" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659051.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60659051" class="newsround-promo__content newsround-promo__content--white" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659051.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659051.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659051.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/10B93/production/_123599486_de44.jpg" alt="Oaklie and Vela from BBC Bitesize's ,The Regenerators," class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659051.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--white newsround-promo__promolabel--duration" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659051.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659051.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659051.0.0.0.1.0.0"><title data-reactid=".18ehgr1gu9m.1.5.0.1.$60659051.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659051.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659051.0.0.0.1.1">4:00</span></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659051.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659051.0.0.1.0">&#x27;Food waste can help the planet IF we use it properly!&#x27;</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659051.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659051.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659051.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659051.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659051.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659051.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659051.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-09T07:10:29+00:00" data-datetime="2 days ago" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659051.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659051.0.0.1.2.0.0.1.0">2 days ago</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659051.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=".18ehgr1gu9m.1.5.0.1.$60674949"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-18" data-reactid=".18ehgr1gu9m.1.5.0.1.$60674949.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60674949" class="newsround-promo__content newsround-promo__content--white" data-reactid=".18ehgr1gu9m.1.5.0.1.$60674949.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.5.0.1.$60674949.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60674949.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/11C75/production/_123612827_photo09-03-2022142006.jpg" alt="children on a beach." class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60674949.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.5.0.1.$60674949.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.5.0.1.$60674949.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.5.0.1.$60674949.0.0.1.0">Should school summer holidays be shorter?</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.5.0.1.$60674949.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.5.0.1.$60674949.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.5.0.1.$60674949.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.5.0.1.$60674949.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60674949.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.5.0.1.$60674949.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60674949.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-09T14:25:46+00:00" data-datetime="2 days ago" data-reactid=".18ehgr1gu9m.1.5.0.1.$60674949.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.5.0.1.$60674949.0.0.1.2.0.0.1.0">2 days ago</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.5.0.1.$60674949.0.0.1.2.0.0.1.1">2 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.5.0.1.$60674949.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.5.0.1.$60674949.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60674949.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.5.0.1.$60674949.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60674949.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.5.0.1.$60674949.0.0.1.2.1.1">105</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673610"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-19" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673610.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60673610" class="newsround-promo__content newsround-promo__content--white" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673610.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673610.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673610.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/6324/production/_123608352_goldthomasvijayan_borneanorangutan.jpg" alt="orangutan" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673610.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--white" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673610.0.0.0.1"><div class="gel-icon gel-icon--image newsround-promo__icon" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673610.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673610.0.0.0.1.0.0"><title data-reactid=".18ehgr1gu9m.1.5.0.1.$60673610.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=".18ehgr1gu9m.1.5.0.1.$60673610.0.0.0.1.0.0.1"></path><circle cx="20" cy="17" r="5.5" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673610.0.0.0.1.0.0.2"></circle></svg></div><span class="duration" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673610.0.0.0.1.1"></span></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673610.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673610.0.0.1.0">Who won what at the World Nature Photography Awards?</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673610.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673610.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673610.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673610.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673610.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673610.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673610.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-09T07:53:02+00:00" data-datetime="2 days ago" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673610.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673610.0.0.1.2.0.0.1.0">2 days ago</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673610.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=".18ehgr1gu9m.1.5.0.1.$60674947"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-20" data-reactid=".18ehgr1gu9m.1.5.0.1.$60674947.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60674947" class="newsround-promo__content newsround-promo__content--white" data-reactid=".18ehgr1gu9m.1.5.0.1.$60674947.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.5.0.1.$60674947.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60674947.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/104F1/production/_123610866_976a.jpg" alt="AUSLAN interpreter Mike Webb with poop on his jacket" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60674947.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--white newsround-promo__promolabel--duration" data-reactid=".18ehgr1gu9m.1.5.0.1.$60674947.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".18ehgr1gu9m.1.5.0.1.$60674947.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60674947.0.0.0.1.0.0"><title data-reactid=".18ehgr1gu9m.1.5.0.1.$60674947.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60674947.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".18ehgr1gu9m.1.5.0.1.$60674947.0.0.0.1.1">0:22</span></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.5.0.1.$60674947.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.5.0.1.$60674947.0.0.1.0">Owl poos on Australian sign language interpreter!</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.5.0.1.$60674947.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.5.0.1.$60674947.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.5.0.1.$60674947.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.5.0.1.$60674947.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60674947.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.5.0.1.$60674947.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60674947.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-09T12:44:26+00:00" data-datetime="2 days ago" data-reactid=".18ehgr1gu9m.1.5.0.1.$60674947.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.5.0.1.$60674947.0.0.1.2.0.0.1.0">2 days ago</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.5.0.1.$60674947.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=".18ehgr1gu9m.1.5.0.1.$60673614"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-21" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673614.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60673614" class="newsround-promo__content newsround-promo__content--white" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673614.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673614.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673614.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/E8EF/production/_123613695_octopus.jpg" alt="octopus on sea floor" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673614.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.5.0.1.$60673614.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673614.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673614.0.0.1.0">Oldest octopus fossil ever found named after US president</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673614.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673614.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673614.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673614.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673614.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673614.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673614.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-09T15:15:45+00:00" data-datetime="2 days ago" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673614.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673614.0.0.1.2.0.0.1.0">2 days ago</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673614.0.0.1.2.0.0.1.1">2 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.5.0.1.$60673614.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673614.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673614.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.5.0.1.$60673614.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673614.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673614.0.0.1.2.1.1">1</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673471"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-22" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673471.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60673471" class="newsround-promo__content newsround-promo__content--white" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673471.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673471.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673471.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/134E8/production/_123608097_gettyimages-84709618.jpg" alt="mcdonalds-sign." class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673471.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.5.0.1.$60673471.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673471.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673471.0.0.1.0">McDonald&#x27;s and Coca-Cola stop sales in Russia</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673471.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673471.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673471.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673471.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673471.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673471.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673471.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-09T08:30:23+00:00" data-datetime="2 days ago" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673471.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673471.0.0.1.2.0.0.1.0">2 days ago</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673471.0.0.1.2.0.0.1.1">2 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.5.0.1.$60673471.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673471.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673471.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.5.0.1.$60673471.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673471.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.5.0.1.$60673471.0.0.1.2.1.1">21</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".18ehgr1gu9m.1.5.0.1.$60669634"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-23" data-reactid=".18ehgr1gu9m.1.5.0.1.$60669634.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60669634" class="newsround-promo__content newsround-promo__content--white" data-reactid=".18ehgr1gu9m.1.5.0.1.$60669634.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.5.0.1.$60669634.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60669634.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/9114/production/_123604173_befunky-collage.jpg" alt="parliament and Pres Zelensky" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60669634.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.5.0.1.$60669634.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.5.0.1.$60669634.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.5.0.1.$60669634.0.0.1.0">Applause for Ukrainian President after speech to MPs</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.5.0.1.$60669634.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.5.0.1.$60669634.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.5.0.1.$60669634.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.5.0.1.$60669634.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60669634.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.5.0.1.$60669634.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60669634.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-08T18:24:57+00:00" data-datetime="2 days ago" data-reactid=".18ehgr1gu9m.1.5.0.1.$60669634.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.5.0.1.$60669634.0.0.1.2.0.0.1.0">2 days ago</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.5.0.1.$60669634.0.0.1.2.0.0.1.1">2 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.5.0.1.$60669634.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.5.0.1.$60669634.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60669634.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.5.0.1.$60669634.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60669634.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.5.0.1.$60669634.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=".18ehgr1gu9m.1.5.0.1.$51376710"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-24" data-reactid=".18ehgr1gu9m.1.5.0.1.$51376710.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/51376710" class="newsround-promo__content newsround-promo__content--white" data-reactid=".18ehgr1gu9m.1.5.0.1.$51376710.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.5.0.1.$51376710.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$51376710.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/12674/production/_123608357_croc.jpg" alt="crocodile" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$51376710.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--white newsround-promo__promolabel--duration" data-reactid=".18ehgr1gu9m.1.5.0.1.$51376710.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".18ehgr1gu9m.1.5.0.1.$51376710.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$51376710.0.0.0.1.0.0"><title data-reactid=".18ehgr1gu9m.1.5.0.1.$51376710.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".18ehgr1gu9m.1.5.0.1.$51376710.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".18ehgr1gu9m.1.5.0.1.$51376710.0.0.0.1.1">1:30</span></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.5.0.1.$51376710.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.5.0.1.$51376710.0.0.1.0">Your Planet: Environmental news from around the world</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.5.0.1.$51376710.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.5.0.1.$51376710.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.5.0.1.$51376710.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.5.0.1.$51376710.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$51376710.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.5.0.1.$51376710.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.5.0.1.$51376710.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-09T06:12:15+00:00" data-datetime="2 days ago" data-reactid=".18ehgr1gu9m.1.5.0.1.$51376710.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.5.0.1.$51376710.0.0.1.2.0.0.1.0">2 days ago</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.5.0.1.$51376710.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=".18ehgr1gu9m.1.5.0.1.$60666748"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-25" data-reactid=".18ehgr1gu9m.1.5.0.1.$60666748.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60666748" class="newsround-promo__content newsround-promo__content--white" data-reactid=".18ehgr1gu9m.1.5.0.1.$60666748.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.5.0.1.$60666748.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60666748.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/48EE/production/_123607681_feec39f4-9622-42a5-bf2f-dc8a2184f8d5.jpg" alt="An enormous web that is home to community of social spiders" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60666748.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.5.0.1.$60666748.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.5.0.1.$60666748.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.5.0.1.$60666748.0.0.1.0">Social spiders found to hunt in packs in giant webs</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.5.0.1.$60666748.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.5.0.1.$60666748.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.5.0.1.$60666748.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.5.0.1.$60666748.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60666748.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.5.0.1.$60666748.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60666748.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-09T06:12:35+00:00" data-datetime="2 days ago" data-reactid=".18ehgr1gu9m.1.5.0.1.$60666748.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.5.0.1.$60666748.0.0.1.2.0.0.1.0">2 days ago</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.5.0.1.$60666748.0.0.1.2.0.0.1.1">2 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.5.0.1.$60666748.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.5.0.1.$60666748.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60666748.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.5.0.1.$60666748.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60666748.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.5.0.1.$60666748.0.0.1.2.1.1">2</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".18ehgr1gu9m.1.5.0.1.$60664229"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-26" data-reactid=".18ehgr1gu9m.1.5.0.1.$60664229.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60664229" class="newsround-promo__content newsround-promo__content--white" data-reactid=".18ehgr1gu9m.1.5.0.1.$60664229.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.5.0.1.$60664229.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60664229.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/B144/production/_123608354_074340470-1.jpg" alt="Heather Knight of England during the ICC Women's Cricket World Cup" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60664229.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.5.0.1.$60664229.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.5.0.1.$60664229.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.5.0.1.$60664229.0.0.1.0">Women&#x27;s Cricket World Cup: All you need to know</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.5.0.1.$60664229.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.5.0.1.$60664229.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.5.0.1.$60664229.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.5.0.1.$60664229.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60664229.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.5.0.1.$60664229.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60664229.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-09T13:47:51+00:00" data-datetime="2 days ago" data-reactid=".18ehgr1gu9m.1.5.0.1.$60664229.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.5.0.1.$60664229.0.0.1.2.0.0.1.0">2 days ago</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.5.0.1.$60664229.0.0.1.2.0.0.1.1">2 days ago</span></time></span></div><div class="newsround-promo__comments-signpost newsround-promo__comments-signpost-without-count" data-reactid=".18ehgr1gu9m.1.5.0.1.$60664229.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.5.0.1.$60664229.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60664229.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.5.0.1.$60664229.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60664229.0.0.1.2.1.0.0.1"></path></svg></div></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659817"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-27" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659817.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60659817" class="newsround-promo__content newsround-promo__content--white" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659817.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659817.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659817.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/13C5C/production/_123588908_amazondeforestation_gettyimages-90111445.jpg" alt="Deforestation" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659817.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.5.0.1.$60659817.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659817.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659817.0.0.1.0">Amazon rainforest struggling to recover from damage</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659817.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659817.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659817.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659817.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659817.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659817.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659817.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-08T13:52:55+00:00" data-datetime="3 days ago" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659817.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659817.0.0.1.2.0.0.1.0">3 days ago</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659817.0.0.1.2.0.0.1.1">3 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.5.0.1.$60659817.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659817.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659817.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.5.0.1.$60659817.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659817.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659817.0.0.1.2.1.1">2</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".18ehgr1gu9m.1.5.0.1.$60650660"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-28" data-reactid=".18ehgr1gu9m.1.5.0.1.$60650660.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60650660" class="newsround-promo__content newsround-promo__content--white" data-reactid=".18ehgr1gu9m.1.5.0.1.$60650660.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.5.0.1.$60650660.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60650660.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/62D1/production/_123579252_mediaitem123579251.jpg" alt="Flood water remains on backstreets off Kingsford Smith Dr, outside the city centre in Brisbane, Australia, 03 March 2022" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60650660.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.5.0.1.$60650660.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.5.0.1.$60650660.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.5.0.1.$60650660.0.0.1.0">Flood-hit Australians get ready for more heavy rain</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.5.0.1.$60650660.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.5.0.1.$60650660.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.5.0.1.$60650660.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.5.0.1.$60650660.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60650660.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.5.0.1.$60650660.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60650660.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-08T06:46:39+00:00" data-datetime="3 days ago" data-reactid=".18ehgr1gu9m.1.5.0.1.$60650660.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.5.0.1.$60650660.0.0.1.2.0.0.1.0">3 days ago</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.5.0.1.$60650660.0.0.1.2.0.0.1.1">3 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.5.0.1.$60650660.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.5.0.1.$60650660.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60650660.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.5.0.1.$60650660.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60650660.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.5.0.1.$60650660.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=".18ehgr1gu9m.1.5.0.1.$60664760"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-29" data-reactid=".18ehgr1gu9m.1.5.0.1.$60664760.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60664760" class="newsround-promo__content newsround-promo__content--white" data-reactid=".18ehgr1gu9m.1.5.0.1.$60664760.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.5.0.1.$60664760.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60664760.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/16FF6/production/_123589149_p0bt4zfn.jpg" alt="Newsround sent one young female filmmaker, Hatice to interview the cast and crew of Disney Pixar's Turning Red which had a all-female filmmaking team." class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60664760.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--white newsround-promo__promolabel--duration" data-reactid=".18ehgr1gu9m.1.5.0.1.$60664760.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".18ehgr1gu9m.1.5.0.1.$60664760.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60664760.0.0.0.1.0.0"><title data-reactid=".18ehgr1gu9m.1.5.0.1.$60664760.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60664760.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".18ehgr1gu9m.1.5.0.1.$60664760.0.0.0.1.1">2:40</span></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.5.0.1.$60664760.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.5.0.1.$60664760.0.0.1.0">Young filmmaker interviews the cast of Disney&#x27;s Turning Red</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.5.0.1.$60664760.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.5.0.1.$60664760.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.5.0.1.$60664760.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.5.0.1.$60664760.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60664760.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.5.0.1.$60664760.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60664760.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-08T13:08:36+00:00" data-datetime="3 days ago" data-reactid=".18ehgr1gu9m.1.5.0.1.$60664760.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.5.0.1.$60664760.0.0.1.2.0.0.1.0">3 days ago</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.5.0.1.$60664760.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=".18ehgr1gu9m.1.5.0.1.$60659060"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-30" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659060.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60659060" class="newsround-promo__content newsround-promo__content--white" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659060.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659060.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659060.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/47FD/production/_123592481_p0bt3snn.jpg" alt="It's international Women鈥檚 Day which is a global annual event that celebrates women and all of their achievements." class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659060.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--white newsround-promo__promolabel--duration" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659060.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659060.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659060.0.0.0.1.0.0"><title data-reactid=".18ehgr1gu9m.1.5.0.1.$60659060.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659060.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659060.0.0.0.1.1">2:11</span></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659060.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659060.0.0.1.0">&#x27;I like breaking boundaries!&#x27;</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659060.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659060.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659060.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659060.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659060.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659060.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659060.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-08T12:43:04+00:00" data-datetime="3 days ago" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659060.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659060.0.0.1.2.0.0.1.0">3 days ago</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.5.0.1.$60659060.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=".18ehgr1gu9m.1.5.0.1.$42872803"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-31" data-reactid=".18ehgr1gu9m.1.5.0.1.$42872803.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/42872803" class="newsround-promo__content newsround-promo__content--white" data-reactid=".18ehgr1gu9m.1.5.0.1.$42872803.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.5.0.1.$42872803.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$42872803.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/17B4C/production/_123600179_photo08-03-2022140630.jpg" alt="Emmeline Pankhurst, The Queen and Kamala Harris." class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$42872803.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.5.0.1.$42872803.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.5.0.1.$42872803.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.5.0.1.$42872803.0.0.1.0">Amazing women who have changed the world</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.5.0.1.$42872803.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.5.0.1.$42872803.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.5.0.1.$42872803.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.5.0.1.$42872803.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$42872803.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.5.0.1.$42872803.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.5.0.1.$42872803.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-08T14:09:51+00:00" data-datetime="3 days ago" data-reactid=".18ehgr1gu9m.1.5.0.1.$42872803.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.5.0.1.$42872803.0.0.1.2.0.0.1.0">3 days ago</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.5.0.1.$42872803.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=".18ehgr1gu9m.1.5.0.1.$60607336"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60607336.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60607336" class="newsround-promo__content newsround-promo__content--white" data-reactid=".18ehgr1gu9m.1.5.0.1.$60607336.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.5.0.1.$60607336.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60607336.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/B733/production/_123499864_gettyimages-91886575.jpg" alt="sandcastle." class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60607336.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.5.0.1.$60607336.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.5.0.1.$60607336.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.5.0.1.$60607336.0.0.1.0">Can sand tell us more about the Earth&#x27;s history?</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.5.0.1.$60607336.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.5.0.1.$60607336.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.5.0.1.$60607336.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.5.0.1.$60607336.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60607336.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.5.0.1.$60607336.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60607336.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-08T08:20:26+00:00" data-datetime="3 days ago" data-reactid=".18ehgr1gu9m.1.5.0.1.$60607336.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.5.0.1.$60607336.0.0.1.2.0.0.1.0">3 days ago</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.5.0.1.$60607336.0.0.1.2.0.0.1.1">3 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.5.0.1.$60607336.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.5.0.1.$60607336.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60607336.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.5.0.1.$60607336.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60607336.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.5.0.1.$60607336.0.0.1.2.1.1">1</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".18ehgr1gu9m.1.5.0.1.$56267543"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-33" data-reactid=".18ehgr1gu9m.1.5.0.1.$56267543.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/56267543" class="newsround-promo__content newsround-promo__content--white" data-reactid=".18ehgr1gu9m.1.5.0.1.$56267543.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.5.0.1.$56267543.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$56267543.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/FBE8/production/_123588446_gettyimages-483139355.jpg" alt="Girl in superhero costume." class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$56267543.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.5.0.1.$56267543.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.5.0.1.$56267543.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.5.0.1.$56267543.0.0.1.0">What&#x27;s International Women&#x27;s Day all about?</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.5.0.1.$56267543.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.5.0.1.$56267543.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.5.0.1.$56267543.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.5.0.1.$56267543.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$56267543.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.5.0.1.$56267543.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.5.0.1.$56267543.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-08T09:40:10+00:00" data-datetime="3 days ago" data-reactid=".18ehgr1gu9m.1.5.0.1.$56267543.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.5.0.1.$56267543.0.0.1.2.0.0.1.0">3 days ago</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.5.0.1.$56267543.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=".18ehgr1gu9m.1.5.0.1.$60645607"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-34" data-reactid=".18ehgr1gu9m.1.5.0.1.$60645607.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60645607" class="newsround-promo__content newsround-promo__content--white" data-reactid=".18ehgr1gu9m.1.5.0.1.$60645607.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.5.0.1.$60645607.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60645607.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/871C/production/_123588543_photo08-03-2022080741.jpg" alt="Minecraft character next to school board." class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60645607.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.5.0.1.$60645607.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.5.0.1.$60645607.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.5.0.1.$60645607.0.0.1.0">How are video games being used in education?</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.5.0.1.$60645607.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.5.0.1.$60645607.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.5.0.1.$60645607.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.5.0.1.$60645607.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60645607.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.5.0.1.$60645607.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60645607.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-08T07:57:58+00:00" data-datetime="3 days ago" data-reactid=".18ehgr1gu9m.1.5.0.1.$60645607.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.5.0.1.$60645607.0.0.1.2.0.0.1.0">3 days ago</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.5.0.1.$60645607.0.0.1.2.0.0.1.1">3 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.5.0.1.$60645607.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.5.0.1.$60645607.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60645607.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.5.0.1.$60645607.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60645607.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.5.0.1.$60645607.0.0.1.2.1.1">26</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".18ehgr1gu9m.1.5.0.1.$60658929"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-35" data-reactid=".18ehgr1gu9m.1.5.0.1.$60658929.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60658929" class="newsround-promo__content newsround-promo__content--white" data-reactid=".18ehgr1gu9m.1.5.0.1.$60658929.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.5.0.1.$60658929.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60658929.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/121D6/production/_123589147_gettyimages-1228390590.jpg" alt="Ukraine players" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60658929.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.5.0.1.$60658929.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.5.0.1.$60658929.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.5.0.1.$60658929.0.0.1.0">Ukraine&#x27;s World Cup playoff with Scotland postponed</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.5.0.1.$60658929.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.5.0.1.$60658929.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.5.0.1.$60658929.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.5.0.1.$60658929.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60658929.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.5.0.1.$60658929.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60658929.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-08T08:46:26+00:00" data-datetime="3 days ago" data-reactid=".18ehgr1gu9m.1.5.0.1.$60658929.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.5.0.1.$60658929.0.0.1.2.0.0.1.0">3 days ago</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.5.0.1.$60658929.0.0.1.2.0.0.1.1">3 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.5.0.1.$60658929.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.5.0.1.$60658929.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60658929.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.5.0.1.$60658929.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60658929.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.5.0.1.$60658929.0.0.1.2.1.1">1</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".18ehgr1gu9m.1.5.0.1.$60658623"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-36" data-reactid=".18ehgr1gu9m.1.5.0.1.$60658623.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60658623" class="newsround-promo__content newsround-promo__content--white" data-reactid=".18ehgr1gu9m.1.5.0.1.$60658623.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.5.0.1.$60658623.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60658623.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/14684/production/_123588538_gettyimages-1239003448.jpg" alt="The Queen and Canadian PM Justin Trudeau at Windsor Castle." class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60658623.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.5.0.1.$60658623.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.5.0.1.$60658623.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.5.0.1.$60658623.0.0.1.0">Queen&#x27;s first meeting after recovering from Covid</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.5.0.1.$60658623.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.5.0.1.$60658623.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.5.0.1.$60658623.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.5.0.1.$60658623.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60658623.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.5.0.1.$60658623.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60658623.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-08T07:54:04+00:00" data-datetime="3 days ago" data-reactid=".18ehgr1gu9m.1.5.0.1.$60658623.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.5.0.1.$60658623.0.0.1.2.0.0.1.0">3 days ago</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.5.0.1.$60658623.0.0.1.2.0.0.1.1">3 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.5.0.1.$60658623.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.5.0.1.$60658623.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60658623.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.5.0.1.$60658623.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60658623.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.5.0.1.$60658623.0.0.1.2.1.1">1</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".18ehgr1gu9m.1.5.0.1.$60652151"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-37" data-reactid=".18ehgr1gu9m.1.5.0.1.$60652151.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60652151" class="newsround-promo__content newsround-promo__content--white" data-reactid=".18ehgr1gu9m.1.5.0.1.$60652151.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.5.0.1.$60652151.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60652151.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/0EFE/production/_123583830_mediaitem123583829.jpg" alt="Newborn piglet" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60652151.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.5.0.1.$60652151.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.5.0.1.$60652151.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.5.0.1.$60652151.0.0.1.0">Oink! Can pig sounds be translated into emotions?</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.5.0.1.$60652151.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.5.0.1.$60652151.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.5.0.1.$60652151.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.5.0.1.$60652151.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60652151.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.5.0.1.$60652151.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60652151.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-08T06:46:14+00:00" data-datetime="3 days ago" data-reactid=".18ehgr1gu9m.1.5.0.1.$60652151.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.5.0.1.$60652151.0.0.1.2.0.0.1.0">3 days ago</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.5.0.1.$60652151.0.0.1.2.0.0.1.1">3 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.5.0.1.$60652151.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.5.0.1.$60652151.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60652151.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.5.0.1.$60652151.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60652151.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.5.0.1.$60652151.0.0.1.2.1.1">2</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".18ehgr1gu9m.1.5.0.1.$60645270"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-38" data-reactid=".18ehgr1gu9m.1.5.0.1.$60645270.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60645270" class="newsround-promo__content newsround-promo__content--white" data-reactid=".18ehgr1gu9m.1.5.0.1.$60645270.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.5.0.1.$60645270.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60645270.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/166DB/production/_123576819_bottlesinsandgettyimags.jpg" alt="Plastic bottles in sand" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60645270.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.5.0.1.$60645270.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.5.0.1.$60645270.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.5.0.1.$60645270.0.0.1.0">&#x27;Historic&#x27; world agreement to tackle global plastic problem</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.5.0.1.$60645270.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.5.0.1.$60645270.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.5.0.1.$60645270.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.5.0.1.$60645270.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60645270.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.5.0.1.$60645270.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60645270.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-07T14:22:13+00:00" data-datetime="4 days ago" data-reactid=".18ehgr1gu9m.1.5.0.1.$60645270.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.5.0.1.$60645270.0.0.1.2.0.0.1.0">4 days ago</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.5.0.1.$60645270.0.0.1.2.0.0.1.1">4 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.5.0.1.$60645270.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.5.0.1.$60645270.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60645270.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.5.0.1.$60645270.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60645270.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.5.0.1.$60645270.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=".18ehgr1gu9m.1.5.0.1.$60631705"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-39" data-reactid=".18ehgr1gu9m.1.5.0.1.$60631705.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60631705" class="newsround-promo__content newsround-promo__content--white" data-reactid=".18ehgr1gu9m.1.5.0.1.$60631705.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.5.0.1.$60631705.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60631705.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/9318/production/_123565673_gettyimages-1287660325.jpg" alt="snail." class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60631705.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.5.0.1.$60631705.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.5.0.1.$60631705.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.5.0.1.$60631705.0.0.1.0">Slugs and snails are not pests, says charity</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.5.0.1.$60631705.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.5.0.1.$60631705.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.5.0.1.$60631705.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.5.0.1.$60631705.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60631705.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.5.0.1.$60631705.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60631705.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-07T07:10:17+00:00" data-datetime="4 days ago" data-reactid=".18ehgr1gu9m.1.5.0.1.$60631705.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.5.0.1.$60631705.0.0.1.2.0.0.1.0">4 days ago</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.5.0.1.$60631705.0.0.1.2.0.0.1.1">4 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.5.0.1.$60631705.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.5.0.1.$60631705.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60631705.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.5.0.1.$60631705.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60631705.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.5.0.1.$60631705.0.0.1.2.1.1">3</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".18ehgr1gu9m.1.5.0.1.$60615208"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-40" data-reactid=".18ehgr1gu9m.1.5.0.1.$60615208.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60615208" class="newsround-promo__content newsround-promo__content--white" data-reactid=".18ehgr1gu9m.1.5.0.1.$60615208.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.5.0.1.$60615208.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60615208.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/4CF5/production/_123510791_baftagames.jpg" alt="Ratchet and Clank/ Forza Horison/ Mario Party Superstars/ Chicory" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$60615208.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.5.0.1.$60615208.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.5.0.1.$60615208.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.5.0.1.$60615208.0.0.1.0">Which games have got Bafta nominations?</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.5.0.1.$60615208.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.5.0.1.$60615208.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.5.0.1.$60615208.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.5.0.1.$60615208.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60615208.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.5.0.1.$60615208.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60615208.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-07T07:09:11+00:00" data-datetime="4 days ago" data-reactid=".18ehgr1gu9m.1.5.0.1.$60615208.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.5.0.1.$60615208.0.0.1.2.0.0.1.0">4 days ago</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.5.0.1.$60615208.0.0.1.2.0.0.1.1">4 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.5.0.1.$60615208.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.5.0.1.$60615208.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$60615208.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.5.0.1.$60615208.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.5.0.1.$60615208.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.5.0.1.$60615208.0.0.1.2.1.1">30</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".18ehgr1gu9m.1.5.0.1.$50434875"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-41" data-reactid=".18ehgr1gu9m.1.5.0.1.$50434875.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/50434875" class="newsround-promo__content newsround-promo__content--white" data-reactid=".18ehgr1gu9m.1.5.0.1.$50434875.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.5.0.1.$50434875.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$50434875.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/1431D/production/_123571728_p0bsv3jf.jpg" alt="Bolivian dancers in costume" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.5.0.1.$50434875.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--white newsround-promo__promolabel--duration" data-reactid=".18ehgr1gu9m.1.5.0.1.$50434875.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".18ehgr1gu9m.1.5.0.1.$50434875.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$50434875.0.0.0.1.0.0"><title data-reactid=".18ehgr1gu9m.1.5.0.1.$50434875.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".18ehgr1gu9m.1.5.0.1.$50434875.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".18ehgr1gu9m.1.5.0.1.$50434875.0.0.0.1.1">1:14</span></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.5.0.1.$50434875.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.5.0.1.$50434875.0.0.1.0">Happy News: Stories to make you smile</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.5.0.1.$50434875.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.5.0.1.$50434875.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.5.0.1.$50434875.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.5.0.1.$50434875.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.5.0.1.$50434875.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.5.0.1.$50434875.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.5.0.1.$50434875.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-07T06:37:23+00:00" data-datetime="4 days ago" data-reactid=".18ehgr1gu9m.1.5.0.1.$50434875.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.5.0.1.$50434875.0.0.1.2.0.0.1.0">4 days ago</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.5.0.1.$50434875.0.0.1.2.0.0.1.1">4 days ago</span></time></span></div></div></div></a></div></div></div></div><div class="newsround-more-stories__outer newsround-more-stories__outer--additional-top-stories" data-reactid=".18ehgr1gu9m.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=".18ehgr1gu9m.1.5.1.0"><div class="newsround-more-stories__show-more newsround-more-stories__show-more--additional-top-stories" data-reactid=".18ehgr1gu9m.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=".18ehgr1gu9m.1.5.1.0.0.0"><div class="newsround-more-stories__show-more-button" data-reactid=".18ehgr1gu9m.1.5.1.0.0.0.0"><button class="newsround-button newsround-button--purple" tabindex="-1" aria-label="Show more stories" data-reactid=".18ehgr1gu9m.1.5.1.0.0.0.0.0"><span data-reactid=".18ehgr1gu9m.1.5.1.0.0.0.0.0.1">Show more</span></button></div></div></div></div></div></section><div data-reactid=".18ehgr1gu9m.1.6"></div><section class="newsround-bulletin" data-istats-track-scroll-visibility="nr_home_bulletin_promo" data-bbc-container="home-watch-newsround" data-bbc-metadata="{&quot;PAR&quot;:&quot;home-watch-newsround&quot;,&quot;CHD&quot;:&quot;promo&quot;}" data-bbc-source="newsround" data-bbc-title="Watch Newsround" data-reactid=".18ehgr1gu9m.1.7"><div class="newsround-bulletin__mobile-background" style="background:linear-gradient(transparent 50%, #011638 95%),url(https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/750/cpsprodpb/B011/production/_123637054_p0btt8ll.jpg);background-repeat:no-repeat;background-size:100%;background-position:center;" data-reactid=".18ehgr1gu9m.1.7.0"></div><div class="newsround-bulletin__wrapper" data-istats-track="true" data-istats-track-link-location="nr_home_bulletin_promo" data-reactid=".18ehgr1gu9m.1.7.1"><div class="newsround-bulletin__layout" data-reactid=".18ehgr1gu9m.1.7.1.0"><div class="newsround-bulletin__text-container" data-reactid=".18ehgr1gu9m.1.7.1.0.0"><div class="newsround-bulletin__text-wrapper" data-reactid=".18ehgr1gu9m.1.7.1.0.0.0"><h2 class="newsround-bulletin__title" data-reactid=".18ehgr1gu9m.1.7.1.0.0.0.0">Watch Newsround</h2><h3 class="newsround-bulletin__subtitle" data-reactid=".18ehgr1gu9m.1.7.1.0.0.0.1">De-Graft has your Friday Newsround. We update you on what is happening at Chelsea Football Club, find out how Martin does at para-skiing and it&#x27;s Friday so we bring you this week&#x27;s strangest news!</h3><div class="newsround-bulletin__button-wrapper" data-reactid=".18ehgr1gu9m.1.7.1.0.0.0.2"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/news/watch_newsround" class="newsround-button newsround-button--teal" aria-label="Watch Newsround" data-reactid=".18ehgr1gu9m.1.7.1.0.0.0.2.0"><div class="gel-icon gel-icon--play newsround-button__icon" data-reactid=".18ehgr1gu9m.1.7.1.0.0.0.2.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.7.1.0.0.0.2.0.0.0"><title data-reactid=".18ehgr1gu9m.1.7.1.0.0.0.2.0.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".18ehgr1gu9m.1.7.1.0.0.0.2.0.0.0.1"></path></svg></div><span data-reactid=".18ehgr1gu9m.1.7.1.0.0.0.2.0.1">Watch Now</span></a></div></div></div><div class="newsround-bulletin__image-container" data-reactid=".18ehgr1gu9m.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/20220311165242im_/https://ichef.bbci.co.uk/news/750/cpsprodpb/B011/production/_123637054_p0btt8ll.jpg);background-repeat:no-repeat;background-size:100%;background-position:center;" data-reactid=".18ehgr1gu9m.1.7.1.0.1.0"></div><div class="newsround-bulletin__image-wrapper" data-reactid=".18ehgr1gu9m.1.7.1.0.1.1"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/750/cpsprodpb/B011/production/_123637054_p0btt8ll.jpg" alt="De-Graft on the Newsround sofa with a pic of wheels and doors" class="newsround-bulletin__image" data-reactid=".18ehgr1gu9m.1.7.1.0.1.1.0"/><div class="newsround-bulletin__image-decoration" data-reactid=".18ehgr1gu9m.1.7.1.0.1.1.1"></div></div></div></div></div><div class="newsround-bulletin__bottom-gradient" data-reactid=".18ehgr1gu9m.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=".18ehgr1gu9m.1.9"><div class="gs-u-box-size newsround-more-stories__wrapper" data-reactid=".18ehgr1gu9m.1.9.0"><div class="newsround-more-stories__header" data-reactid=".18ehgr1gu9m.1.9.0.0"><div class="newsround-more-stories__header-item" data-reactid=".18ehgr1gu9m.1.9.0.0.0"><h2 class="newsround-more-stories__header-title newsround-more-stories__header-title--more-stories-2" data-reactid=".18ehgr1gu9m.1.9.0.0.0.0">War in Ukraine</h2></div></div><div class="newsround-more-stories__stories" style="height:478px;" data-reactid=".18ehgr1gu9m.1.9.0.1"><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".18ehgr1gu9m.1.9.0.1.$60662417"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-1" data-reactid=".18ehgr1gu9m.1.9.0.1.$60662417.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60662417" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".18ehgr1gu9m.1.9.0.1.$60662417.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.9.0.1.$60662417.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60662417.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/1D5F/production/_123591570_mediaitem123332269.jpg" alt="Ukraine's biggest national flag on the country's highest flagpole and the giant Motherland monument are seen at a compound of the World War II museum in Kyiv, Ukraine" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60662417.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.9.0.1.$60662417.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.9.0.1.$60662417.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.9.0.1.$60662417.0.0.1.0">Guide: Why has Russia invaded Ukraine and what&#x27;s happening?</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.9.0.1.$60662417.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.9.0.1.$60662417.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.9.0.1.$60662417.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.9.0.1.$60662417.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60662417.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.9.0.1.$60662417.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.9.0.1.$60662417.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-08T16:15:01+00:00" data-datetime="3 days ago" data-reactid=".18ehgr1gu9m.1.9.0.1.$60662417.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.9.0.1.$60662417.0.0.1.2.0.0.1.0">3 days ago</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.9.0.1.$60662417.0.0.1.2.0.0.1.1">3 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.9.0.1.$60662417.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.9.0.1.$60662417.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60662417.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.9.0.1.$60662417.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.9.0.1.$60662417.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.9.0.1.$60662417.0.0.1.2.1.1">9</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".18ehgr1gu9m.1.9.0.1.$60664715"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-2" data-reactid=".18ehgr1gu9m.1.9.0.1.$60664715.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60664715" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".18ehgr1gu9m.1.9.0.1.$60664715.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.9.0.1.$60664715.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60664715.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/FEAF/production/_123599156_p0bt51v3.jpg" alt="Keyframe #7" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60664715.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--charcoal-purple newsround-promo__promolabel--duration" data-reactid=".18ehgr1gu9m.1.9.0.1.$60664715.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".18ehgr1gu9m.1.9.0.1.$60664715.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60664715.0.0.0.1.0.0"><title data-reactid=".18ehgr1gu9m.1.9.0.1.$60664715.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".18ehgr1gu9m.1.9.0.1.$60664715.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".18ehgr1gu9m.1.9.0.1.$60664715.0.0.0.1.1">2:35</span></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.9.0.1.$60664715.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.9.0.1.$60664715.0.0.1.0">Ukraine: &#x27;I feel like there&#x27;s still hope, that we&#x27;re not alone&#x27;</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.9.0.1.$60664715.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.9.0.1.$60664715.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.9.0.1.$60664715.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.9.0.1.$60664715.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60664715.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.9.0.1.$60664715.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.9.0.1.$60664715.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-09T06:11:58+00:00" data-datetime="2 days ago" data-reactid=".18ehgr1gu9m.1.9.0.1.$60664715.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.9.0.1.$60664715.0.0.1.2.0.0.1.0">2 days ago</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.9.0.1.$60664715.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=".18ehgr1gu9m.1.9.0.1.$60638979"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-3" data-reactid=".18ehgr1gu9m.1.9.0.1.$60638979.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60638979" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".18ehgr1gu9m.1.9.0.1.$60638979.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.9.0.1.$60638979.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60638979.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/CA9B/production/_123576815_yarkoonhisown.jpg" alt="Yarko" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60638979.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.9.0.1.$60638979.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.9.0.1.$60638979.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.9.0.1.$60638979.0.0.1.0">&#x27;I feel good here, just like in my school in Lviv&#x27;</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.9.0.1.$60638979.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.9.0.1.$60638979.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.9.0.1.$60638979.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.9.0.1.$60638979.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60638979.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.9.0.1.$60638979.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.9.0.1.$60638979.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-08T06:50:17+00:00" data-datetime="3 days ago" data-reactid=".18ehgr1gu9m.1.9.0.1.$60638979.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.9.0.1.$60638979.0.0.1.2.0.0.1.0">3 days ago</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.9.0.1.$60638979.0.0.1.2.0.0.1.1">3 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.9.0.1.$60638979.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.9.0.1.$60638979.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60638979.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.9.0.1.$60638979.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.9.0.1.$60638979.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.9.0.1.$60638979.0.0.1.2.1.1">6</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".18ehgr1gu9m.1.9.0.1.$60648373"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-4" data-reactid=".18ehgr1gu9m.1.9.0.1.$60648373.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60648373" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".18ehgr1gu9m.1.9.0.1.$60648373.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.9.0.1.$60648373.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60648373.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/1176F/production/_123453517_gettyimages-1373101584-594x594.jpg" alt="A family holding a baby walking next to a train" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60648373.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.9.0.1.$60648373.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.9.0.1.$60648373.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.9.0.1.$60648373.0.0.1.0">Why the UK is facing criticism over help for Ukrainians</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.9.0.1.$60648373.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.9.0.1.$60648373.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.9.0.1.$60648373.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.9.0.1.$60648373.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60648373.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.9.0.1.$60648373.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.9.0.1.$60648373.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-08T06:45:10+00:00" data-datetime="3 days ago" data-reactid=".18ehgr1gu9m.1.9.0.1.$60648373.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.9.0.1.$60648373.0.0.1.2.0.0.1.0">3 days ago</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.9.0.1.$60648373.0.0.1.2.0.0.1.1">3 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.9.0.1.$60648373.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.9.0.1.$60648373.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60648373.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.9.0.1.$60648373.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.9.0.1.$60648373.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.9.0.1.$60648373.0.0.1.2.1.1">5</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".18ehgr1gu9m.1.9.0.1.$60619050"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-5" data-reactid=".18ehgr1gu9m.1.9.0.1.$60619050.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60619050" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".18ehgr1gu9m.1.9.0.1.$60619050.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.9.0.1.$60619050.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60619050.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/181B/production/_123517160_gettyimages-1238915069.jpg" alt="Refugees gathered at the Polish border" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60619050.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.9.0.1.$60619050.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.9.0.1.$60619050.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.9.0.1.$60619050.0.0.1.0">How can you help people affected by war in Ukraine?</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.9.0.1.$60619050.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.9.0.1.$60619050.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.9.0.1.$60619050.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.9.0.1.$60619050.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60619050.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.9.0.1.$60619050.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.9.0.1.$60619050.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-05T06:20:07+00:00" data-datetime="6 days ago" data-reactid=".18ehgr1gu9m.1.9.0.1.$60619050.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.9.0.1.$60619050.0.0.1.2.0.0.1.0">6 days ago</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.9.0.1.$60619050.0.0.1.2.0.0.1.1">6 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.9.0.1.$60619050.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.9.0.1.$60619050.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60619050.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.9.0.1.$60619050.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.9.0.1.$60619050.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.9.0.1.$60619050.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=".18ehgr1gu9m.1.9.0.1.$60668473"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-6" data-reactid=".18ehgr1gu9m.1.9.0.1.$60668473.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60668473" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".18ehgr1gu9m.1.9.0.1.$60668473.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.9.0.1.$60668473.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60668473.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/C237/production/_123591794_nozzle.jpg" alt="Man filling a car with petrol at UK station, February 2022" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60668473.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.9.0.1.$60668473.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.9.0.1.$60668473.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.9.0.1.$60668473.0.0.1.0">US and UK announce ban on Russian oil</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.9.0.1.$60668473.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.9.0.1.$60668473.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.9.0.1.$60668473.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.9.0.1.$60668473.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60668473.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.9.0.1.$60668473.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.9.0.1.$60668473.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-08T17:21:41+00:00" data-datetime="2 days ago" data-reactid=".18ehgr1gu9m.1.9.0.1.$60668473.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.9.0.1.$60668473.0.0.1.2.0.0.1.0">2 days ago</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.9.0.1.$60668473.0.0.1.2.0.0.1.1">2 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.9.0.1.$60668473.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.9.0.1.$60668473.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60668473.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.9.0.1.$60668473.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.9.0.1.$60668473.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.9.0.1.$60668473.0.0.1.2.1.1">7</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".18ehgr1gu9m.1.9.0.1.$60638984"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-7" data-reactid=".18ehgr1gu9m.1.9.0.1.$60638984.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60638984" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".18ehgr1gu9m.1.9.0.1.$60638984.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.9.0.1.$60638984.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60638984.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/118BB/production/_123576817_martaindexpic.jpg" alt="Marta" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60638984.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.9.0.1.$60638984.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.9.0.1.$60638984.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.9.0.1.$60638984.0.0.1.0">Ukraine evacuation: &#x27;We&#x27;re just doing whatever we can&#x27;</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.9.0.1.$60638984.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.9.0.1.$60638984.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.9.0.1.$60638984.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.9.0.1.$60638984.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60638984.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.9.0.1.$60638984.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.9.0.1.$60638984.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-07T07:40:59+00:00" data-datetime="4 days ago" data-reactid=".18ehgr1gu9m.1.9.0.1.$60638984.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.9.0.1.$60638984.0.0.1.2.0.0.1.0">4 days ago</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.9.0.1.$60638984.0.0.1.2.0.0.1.1">4 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.9.0.1.$60638984.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.9.0.1.$60638984.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60638984.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.9.0.1.$60638984.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.9.0.1.$60638984.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.9.0.1.$60638984.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-2" data-reactid=".18ehgr1gu9m.1.9.0.1.$60615215"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-8" data-reactid=".18ehgr1gu9m.1.9.0.1.$60615215.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60615215" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".18ehgr1gu9m.1.9.0.1.$60615215.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.9.0.1.$60615215.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60615215.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/C918/production/_123508415_whatsappimage2022-03-04at07.33.38.jpg" alt="Anastasiia and Miroslava" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60615215.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.9.0.1.$60615215.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.9.0.1.$60615215.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.9.0.1.$60615215.0.0.1.0">&#x27;We&#x27;re escaping to Germany to find peace&#x27;</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.9.0.1.$60615215.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.9.0.1.$60615215.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.9.0.1.$60615215.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.9.0.1.$60615215.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60615215.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.9.0.1.$60615215.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.9.0.1.$60615215.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-04T10:48:28+00:00" data-datetime="7 days ago" data-reactid=".18ehgr1gu9m.1.9.0.1.$60615215.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.9.0.1.$60615215.0.0.1.2.0.0.1.0">7 days ago</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.9.0.1.$60615215.0.0.1.2.0.0.1.1">7 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.9.0.1.$60615215.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.9.0.1.$60615215.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60615215.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.9.0.1.$60615215.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.9.0.1.$60615215.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.9.0.1.$60615215.0.0.1.2.1.1">39</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".18ehgr1gu9m.1.9.0.1.$60644512"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-9" data-reactid=".18ehgr1gu9m.1.9.0.1.$60644512.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60644512" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".18ehgr1gu9m.1.9.0.1.$60644512.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.9.0.1.$60644512.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60644512.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/3243/production/_123576821_gettyimages-1381712598.jpg" alt="Protest in cardiff uk" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60644512.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--charcoal-purple" data-reactid=".18ehgr1gu9m.1.9.0.1.$60644512.0.0.0.1"><div class="gel-icon gel-icon--image newsround-promo__icon" data-reactid=".18ehgr1gu9m.1.9.0.1.$60644512.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60644512.0.0.0.1.0.0"><title data-reactid=".18ehgr1gu9m.1.9.0.1.$60644512.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=".18ehgr1gu9m.1.9.0.1.$60644512.0.0.0.1.0.0.1"></path><circle cx="20" cy="17" r="5.5" data-reactid=".18ehgr1gu9m.1.9.0.1.$60644512.0.0.0.1.0.0.2"></circle></svg></div><span class="duration" data-reactid=".18ehgr1gu9m.1.9.0.1.$60644512.0.0.0.1.1"></span></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.9.0.1.$60644512.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.9.0.1.$60644512.0.0.1.0">Protests around the world - in pictures</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.9.0.1.$60644512.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.9.0.1.$60644512.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.9.0.1.$60644512.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.9.0.1.$60644512.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60644512.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.9.0.1.$60644512.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.9.0.1.$60644512.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-07T07:49:56+00:00" data-datetime="4 days ago" data-reactid=".18ehgr1gu9m.1.9.0.1.$60644512.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.9.0.1.$60644512.0.0.1.2.0.0.1.0">4 days ago</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.9.0.1.$60644512.0.0.1.2.0.0.1.1">4 days ago</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".18ehgr1gu9m.1.9.0.1.$60637163"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-10" data-reactid=".18ehgr1gu9m.1.9.0.1.$60637163.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60637163" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".18ehgr1gu9m.1.9.0.1.$60637163.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.9.0.1.$60637163.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60637163.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/10AF0/production/_123563386_gettyimages-1238871388.jpg" alt="boris-johnson." class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60637163.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.9.0.1.$60637163.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.9.0.1.$60637163.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.9.0.1.$60637163.0.0.1.0">Prime minister sets out plans to put pressure on Putin</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.9.0.1.$60637163.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.9.0.1.$60637163.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.9.0.1.$60637163.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.9.0.1.$60637163.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60637163.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.9.0.1.$60637163.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.9.0.1.$60637163.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-06T09:28:48+00:00" data-datetime="5 days ago" data-reactid=".18ehgr1gu9m.1.9.0.1.$60637163.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.9.0.1.$60637163.0.0.1.2.0.0.1.0">5 days ago</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.9.0.1.$60637163.0.0.1.2.0.0.1.1">5 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.9.0.1.$60637163.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.9.0.1.$60637163.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60637163.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.9.0.1.$60637163.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.9.0.1.$60637163.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.9.0.1.$60637163.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=".18ehgr1gu9m.1.9.0.1.$13865002"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-11" data-reactid=".18ehgr1gu9m.1.9.0.1.$13865002.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/13865002" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".18ehgr1gu9m.1.9.0.1.$13865002.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.9.0.1.$13865002.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$13865002.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/BE48/production/_114421784_p08rvlkj.jpg" alt="sad girl looking at phone" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$13865002.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.9.0.1.$13865002.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.9.0.1.$13865002.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.9.0.1.$13865002.0.0.1.0">Advice if you&#x27;re upset by the news</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.9.0.1.$13865002.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.9.0.1.$13865002.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.9.0.1.$13865002.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.9.0.1.$13865002.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$13865002.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.9.0.1.$13865002.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.9.0.1.$13865002.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-02-25T07:22:20+00:00" data-datetime="25 Feb 2022" data-reactid=".18ehgr1gu9m.1.9.0.1.$13865002.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.9.0.1.$13865002.0.0.1.2.0.0.1.0">25 Feb 2022</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.9.0.1.$13865002.0.0.1.2.0.0.1.1">25 February 2022</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".18ehgr1gu9m.1.9.0.1.$60568631"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-12" data-reactid=".18ehgr1gu9m.1.9.0.1.$60568631.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60568631" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".18ehgr1gu9m.1.9.0.1.$60568631.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.9.0.1.$60568631.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60568631.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/BD20/production/_123461484_mediaitem123461483.jpg" alt="Fake news and Facts keys on a computer keyboard." class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60568631.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--charcoal-purple newsround-promo__promolabel--duration" data-reactid=".18ehgr1gu9m.1.9.0.1.$60568631.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".18ehgr1gu9m.1.9.0.1.$60568631.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60568631.0.0.0.1.0.0"><title data-reactid=".18ehgr1gu9m.1.9.0.1.$60568631.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".18ehgr1gu9m.1.9.0.1.$60568631.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".18ehgr1gu9m.1.9.0.1.$60568631.0.0.0.1.1">1:23</span></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.9.0.1.$60568631.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.9.0.1.$60568631.0.0.1.0">How to spot misleading stories online about Ukraine crisis</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.9.0.1.$60568631.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.9.0.1.$60568631.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.9.0.1.$60568631.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.9.0.1.$60568631.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60568631.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.9.0.1.$60568631.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.9.0.1.$60568631.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-02T06:36:22+00:00" data-datetime="2 Mar 2022" data-reactid=".18ehgr1gu9m.1.9.0.1.$60568631.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.9.0.1.$60568631.0.0.1.2.0.0.1.0">2 Mar 2022</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.9.0.1.$60568631.0.0.1.2.0.0.1.1">2 March 2022</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".18ehgr1gu9m.1.9.0.1.$60554258"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-13" data-reactid=".18ehgr1gu9m.1.9.0.1.$60554258.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60554258" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".18ehgr1gu9m.1.9.0.1.$60554258.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.9.0.1.$60554258.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60554258.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/E463/production/_123476485_mediaitem123476484.jpg" alt="Russian and Ukrainian flags" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60554258.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--charcoal-purple newsround-promo__promolabel--duration" data-reactid=".18ehgr1gu9m.1.9.0.1.$60554258.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".18ehgr1gu9m.1.9.0.1.$60554258.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60554258.0.0.0.1.0.0"><title data-reactid=".18ehgr1gu9m.1.9.0.1.$60554258.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".18ehgr1gu9m.1.9.0.1.$60554258.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".18ehgr1gu9m.1.9.0.1.$60554258.0.0.0.1.1">1:30</span></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.9.0.1.$60554258.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.9.0.1.$60554258.0.0.1.0">War in Ukraine: What&#x27;s happening there?</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.9.0.1.$60554258.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.9.0.1.$60554258.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.9.0.1.$60554258.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.9.0.1.$60554258.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60554258.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.9.0.1.$60554258.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.9.0.1.$60554258.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-02-28T09:18:32+00:00" data-datetime="28 Feb 2022" data-reactid=".18ehgr1gu9m.1.9.0.1.$60554258.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.9.0.1.$60554258.0.0.1.2.0.0.1.0">28 Feb 2022</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.9.0.1.$60554258.0.0.1.2.0.0.1.1">28 February 2022</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".18ehgr1gu9m.1.9.0.1.$60590289"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-14" data-reactid=".18ehgr1gu9m.1.9.0.1.$60590289.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60590289" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".18ehgr1gu9m.1.9.0.1.$60590289.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.9.0.1.$60590289.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60590289.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/8DF2/production/_123483363_gettyimages-1238682585.jpg" alt="woman-watching-TV-in-Russia." class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60590289.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.9.0.1.$60590289.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.9.0.1.$60590289.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.9.0.1.$60590289.0.0.1.0">What&#x27;s life like for people in Russia right now?</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.9.0.1.$60590289.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.9.0.1.$60590289.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.9.0.1.$60590289.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.9.0.1.$60590289.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60590289.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.9.0.1.$60590289.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.9.0.1.$60590289.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-03T06:51:26+00:00" data-datetime="3 Mar 2022" data-reactid=".18ehgr1gu9m.1.9.0.1.$60590289.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.9.0.1.$60590289.0.0.1.2.0.0.1.0">3 Mar 2022</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.9.0.1.$60590289.0.0.1.2.0.0.1.1">3 March 2022</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.9.0.1.$60590289.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.9.0.1.$60590289.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60590289.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.9.0.1.$60590289.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.9.0.1.$60590289.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.9.0.1.$60590289.0.0.1.2.1.1">40</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".18ehgr1gu9m.1.9.0.1.$60556027"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-15" data-reactid=".18ehgr1gu9m.1.9.0.1.$60556027.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60556027" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".18ehgr1gu9m.1.9.0.1.$60556027.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.9.0.1.$60556027.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60556027.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/2CCB/production/_123476411_gettyimages-1372466021.jpg" alt="Louis Tomlinson." class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60556027.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.9.0.1.$60556027.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.9.0.1.$60556027.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.9.0.1.$60556027.0.0.1.0">Concerts, films and ballet cancelled in Russia</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.9.0.1.$60556027.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.9.0.1.$60556027.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.9.0.1.$60556027.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.9.0.1.$60556027.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60556027.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.9.0.1.$60556027.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.9.0.1.$60556027.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-03T06:53:43+00:00" data-datetime="3 Mar 2022" data-reactid=".18ehgr1gu9m.1.9.0.1.$60556027.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.9.0.1.$60556027.0.0.1.2.0.0.1.0">3 Mar 2022</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.9.0.1.$60556027.0.0.1.2.0.0.1.1">3 March 2022</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.9.0.1.$60556027.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.9.0.1.$60556027.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60556027.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.9.0.1.$60556027.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.9.0.1.$60556027.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.9.0.1.$60556027.0.0.1.2.1.1">7</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".18ehgr1gu9m.1.9.0.1.$60601113"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-16" data-reactid=".18ehgr1gu9m.1.9.0.1.$60601113.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60601113" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".18ehgr1gu9m.1.9.0.1.$60601113.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.9.0.1.$60601113.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60601113.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/EF86/production/_123481316_tv074280274.jpg" alt="andrew-parsons." class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60601113.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.9.0.1.$60601113.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.9.0.1.$60601113.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.9.0.1.$60601113.0.0.1.0">Russia and Belarus banned from Paralympics</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.9.0.1.$60601113.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.9.0.1.$60601113.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.9.0.1.$60601113.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.9.0.1.$60601113.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60601113.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.9.0.1.$60601113.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.9.0.1.$60601113.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-03T10:43:38+00:00" data-datetime="3 Mar 2022" data-reactid=".18ehgr1gu9m.1.9.0.1.$60601113.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.9.0.1.$60601113.0.0.1.2.0.0.1.0">3 Mar 2022</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.9.0.1.$60601113.0.0.1.2.0.0.1.1">3 March 2022</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.9.0.1.$60601113.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.9.0.1.$60601113.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60601113.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.9.0.1.$60601113.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.9.0.1.$60601113.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.9.0.1.$60601113.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=".18ehgr1gu9m.1.9.0.1.$60522331"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-17" data-reactid=".18ehgr1gu9m.1.9.0.1.$60522331.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60522331" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".18ehgr1gu9m.1.9.0.1.$60522331.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.9.0.1.$60522331.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60522331.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/9F31/production/_123435704_p0brgf0l.jpg" alt="Ukrainian refugees leave the country" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60522331.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.9.0.1.$60522331.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.9.0.1.$60522331.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.9.0.1.$60522331.0.0.1.0">What is being done to help Ukrainian refugees?</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.9.0.1.$60522331.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.9.0.1.$60522331.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.9.0.1.$60522331.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.9.0.1.$60522331.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60522331.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.9.0.1.$60522331.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.9.0.1.$60522331.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-02-28T08:08:40+00:00" data-datetime="28 Feb 2022" data-reactid=".18ehgr1gu9m.1.9.0.1.$60522331.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.9.0.1.$60522331.0.0.1.2.0.0.1.0">28 Feb 2022</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.9.0.1.$60522331.0.0.1.2.0.0.1.1">28 February 2022</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.9.0.1.$60522331.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.9.0.1.$60522331.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60522331.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.9.0.1.$60522331.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.9.0.1.$60522331.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.9.0.1.$60522331.0.0.1.2.1.1">199</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".18ehgr1gu9m.1.9.0.1.$60536983"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-18" data-reactid=".18ehgr1gu9m.1.9.0.1.$60536983.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60536983" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".18ehgr1gu9m.1.9.0.1.$60536983.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.9.0.1.$60536983.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60536983.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/B60C/production/_123440664_ukraineglossarythumbnail.png" alt="What do all the words mean" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60536983.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.9.0.1.$60536983.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.9.0.1.$60536983.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.9.0.1.$60536983.0.0.1.0">War in Ukraine: What do all the words mean?</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.9.0.1.$60536983.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.9.0.1.$60536983.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.9.0.1.$60536983.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.9.0.1.$60536983.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60536983.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.9.0.1.$60536983.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.9.0.1.$60536983.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-01T14:06:38+00:00" data-datetime="1 Mar 2022" data-reactid=".18ehgr1gu9m.1.9.0.1.$60536983.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.9.0.1.$60536983.0.0.1.2.0.0.1.0">1 Mar 2022</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.9.0.1.$60536983.0.0.1.2.0.0.1.1">1 March 2022</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.9.0.1.$60536983.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.9.0.1.$60536983.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60536983.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.9.0.1.$60536983.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.9.0.1.$60536983.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.9.0.1.$60536983.0.0.1.2.1.1">11</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".18ehgr1gu9m.1.9.0.1.$60524404"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-19" data-reactid=".18ehgr1gu9m.1.9.0.1.$60524404.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60524404" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".18ehgr1gu9m.1.9.0.1.$60524404.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.9.0.1.$60524404.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60524404.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/12D77/production/_123457177_fifaanduefa.jpg" alt="Fifa and Uefa" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60524404.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.9.0.1.$60524404.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.9.0.1.$60524404.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.9.0.1.$60524404.0.0.1.0">Fifa and Uefa suspend all Russian football teams</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.9.0.1.$60524404.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.9.0.1.$60524404.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.9.0.1.$60524404.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.9.0.1.$60524404.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60524404.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.9.0.1.$60524404.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.9.0.1.$60524404.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-02T07:33:07+00:00" data-datetime="2 Mar 2022" data-reactid=".18ehgr1gu9m.1.9.0.1.$60524404.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.9.0.1.$60524404.0.0.1.2.0.0.1.0">2 Mar 2022</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.9.0.1.$60524404.0.0.1.2.0.0.1.1">2 March 2022</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.9.0.1.$60524404.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.9.0.1.$60524404.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60524404.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.9.0.1.$60524404.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.9.0.1.$60524404.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.9.0.1.$60524404.0.0.1.2.1.1">27</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".18ehgr1gu9m.1.9.0.1.$60662831"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-20" data-reactid=".18ehgr1gu9m.1.9.0.1.$60662831.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60662831" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".18ehgr1gu9m.1.9.0.1.$60662831.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.9.0.1.$60662831.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60662831.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/DCC7/production/_123591565_still_-amended_00102.png" alt="A map of Europe showing Ukraine and Russia" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60662831.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.9.0.1.$60662831.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.9.0.1.$60662831.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.9.0.1.$60662831.0.0.1.0">What&#x27;s the history between Russia, Ukraine and the West?</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.9.0.1.$60662831.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.9.0.1.$60662831.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.9.0.1.$60662831.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.9.0.1.$60662831.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60662831.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.9.0.1.$60662831.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.9.0.1.$60662831.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-08T11:21:44+00:00" data-datetime="3 days ago" data-reactid=".18ehgr1gu9m.1.9.0.1.$60662831.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.9.0.1.$60662831.0.0.1.2.0.0.1.0">3 days ago</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.9.0.1.$60662831.0.0.1.2.0.0.1.1">3 days ago</span></time></span></div><div class="newsround-promo__comments-signpost newsround-promo__comments-signpost-without-count" data-reactid=".18ehgr1gu9m.1.9.0.1.$60662831.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.9.0.1.$60662831.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60662831.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.9.0.1.$60662831.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.9.0.1.$60662831.0.0.1.2.1.0.0.1"></path></svg></div></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".18ehgr1gu9m.1.9.0.1.$60546877"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-21" data-reactid=".18ehgr1gu9m.1.9.0.1.$60546877.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60546877" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".18ehgr1gu9m.1.9.0.1.$60546877.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.9.0.1.$60546877.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60546877.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/16450/production/_123461219_volod.jpg" alt="Ukraine's President Volodymyr Zelensky attends drills held by the Ministry of Internal Affairs of Ukraine on 12 Feb 2022" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60546877.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.9.0.1.$60546877.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.9.0.1.$60546877.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.9.0.1.$60546877.0.0.1.0">Who is Volodymyr Zelensky?</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.9.0.1.$60546877.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.9.0.1.$60546877.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.9.0.1.$60546877.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.9.0.1.$60546877.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60546877.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.9.0.1.$60546877.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.9.0.1.$60546877.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-02-28T15:32:06+00:00" data-datetime="28 Feb 2022" data-reactid=".18ehgr1gu9m.1.9.0.1.$60546877.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.9.0.1.$60546877.0.0.1.2.0.0.1.0">28 Feb 2022</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.9.0.1.$60546877.0.0.1.2.0.0.1.1">28 February 2022</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.9.0.1.$60546877.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.9.0.1.$60546877.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60546877.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.9.0.1.$60546877.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.9.0.1.$60546877.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.9.0.1.$60546877.0.0.1.2.1.1">5</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".18ehgr1gu9m.1.9.0.1.$60558072"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-22" data-reactid=".18ehgr1gu9m.1.9.0.1.$60558072.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60558072" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".18ehgr1gu9m.1.9.0.1.$60558072.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.9.0.1.$60558072.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60558072.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/1484D/production/_123454048_gettyimages-1238814815.jpg" alt="Toys are distributed free for peoplechildren arriving from Ukraine after crossing Ukrainian-Polish border in Medyka. Przemysl, Poland" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60558072.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--charcoal-purple" data-reactid=".18ehgr1gu9m.1.9.0.1.$60558072.0.0.0.1"><div class="gel-icon gel-icon--image newsround-promo__icon" data-reactid=".18ehgr1gu9m.1.9.0.1.$60558072.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60558072.0.0.0.1.0.0"><title data-reactid=".18ehgr1gu9m.1.9.0.1.$60558072.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=".18ehgr1gu9m.1.9.0.1.$60558072.0.0.0.1.0.0.1"></path><circle cx="20" cy="17" r="5.5" data-reactid=".18ehgr1gu9m.1.9.0.1.$60558072.0.0.0.1.0.0.2"></circle></svg></div><span class="duration" data-reactid=".18ehgr1gu9m.1.9.0.1.$60558072.0.0.0.1.1"></span></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.9.0.1.$60558072.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.9.0.1.$60558072.0.0.1.0">The people helping refugees arriving from Ukraine</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.9.0.1.$60558072.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.9.0.1.$60558072.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.9.0.1.$60558072.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.9.0.1.$60558072.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60558072.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.9.0.1.$60558072.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.9.0.1.$60558072.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-01T06:28:54+00:00" data-datetime="1 Mar 2022" data-reactid=".18ehgr1gu9m.1.9.0.1.$60558072.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.9.0.1.$60558072.0.0.1.2.0.0.1.0">1 Mar 2022</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.9.0.1.$60558072.0.0.1.2.0.0.1.1">1 March 2022</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".18ehgr1gu9m.1.9.0.1.$60568636"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-23" data-reactid=".18ehgr1gu9m.1.9.0.1.$60568636.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60568636" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".18ehgr1gu9m.1.9.0.1.$60568636.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.9.0.1.$60568636.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60568636.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/6B90/production/_123463572_p0brs2cl.jpg" alt="BBC reporter James Waterhouse" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60568636.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--charcoal-purple newsround-promo__promolabel--duration" data-reactid=".18ehgr1gu9m.1.9.0.1.$60568636.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".18ehgr1gu9m.1.9.0.1.$60568636.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60568636.0.0.0.1.0.0"><title data-reactid=".18ehgr1gu9m.1.9.0.1.$60568636.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".18ehgr1gu9m.1.9.0.1.$60568636.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".18ehgr1gu9m.1.9.0.1.$60568636.0.0.0.1.1">1:12</span></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.9.0.1.$60568636.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.9.0.1.$60568636.0.0.1.0">Ukraine crisis: Day six of Russian invasion</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.9.0.1.$60568636.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.9.0.1.$60568636.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.9.0.1.$60568636.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.9.0.1.$60568636.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60568636.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.9.0.1.$60568636.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.9.0.1.$60568636.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-03-01T09:48:17+00:00" data-datetime="1 Mar 2022" data-reactid=".18ehgr1gu9m.1.9.0.1.$60568636.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.9.0.1.$60568636.0.0.1.2.0.0.1.0">1 Mar 2022</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.9.0.1.$60568636.0.0.1.2.0.0.1.1">1 March 2022</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".18ehgr1gu9m.1.9.0.1.$60513502"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-24" data-reactid=".18ehgr1gu9m.1.9.0.1.$60513502.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60513502" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".18ehgr1gu9m.1.9.0.1.$60513502.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.9.0.1.$60513502.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60513502.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/69A0/production/_123404072_gettyimages-1162913950.jpg" alt="Russian and Ukrainian flags" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60513502.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--charcoal-purple newsround-promo__promolabel--duration" data-reactid=".18ehgr1gu9m.1.9.0.1.$60513502.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".18ehgr1gu9m.1.9.0.1.$60513502.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60513502.0.0.0.1.0.0"><title data-reactid=".18ehgr1gu9m.1.9.0.1.$60513502.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".18ehgr1gu9m.1.9.0.1.$60513502.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".18ehgr1gu9m.1.9.0.1.$60513502.0.0.0.1.1">1:12</span></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.9.0.1.$60513502.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.9.0.1.$60513502.0.0.1.0">The history of Ukraine-Russia tensions</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.9.0.1.$60513502.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.9.0.1.$60513502.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.9.0.1.$60513502.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.9.0.1.$60513502.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60513502.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.9.0.1.$60513502.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.9.0.1.$60513502.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-02-24T15:59:17+00:00" data-datetime="24 Feb 2022" data-reactid=".18ehgr1gu9m.1.9.0.1.$60513502.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.9.0.1.$60513502.0.0.1.2.0.0.1.0">24 Feb 2022</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.9.0.1.$60513502.0.0.1.2.0.0.1.1">24 February 2022</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".18ehgr1gu9m.1.9.0.1.$60521909"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-25" data-reactid=".18ehgr1gu9m.1.9.0.1.$60521909.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60521909" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".18ehgr1gu9m.1.9.0.1.$60521909.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.9.0.1.$60521909.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60521909.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/A2C3/production/_123476614_mediaitem123476613.jpg" alt="vladimir-putin" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60521909.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.9.0.1.$60521909.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.9.0.1.$60521909.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.9.0.1.$60521909.0.0.1.0">Who is Vladimir Putin?</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.9.0.1.$60521909.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.9.0.1.$60521909.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.9.0.1.$60521909.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.9.0.1.$60521909.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60521909.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.9.0.1.$60521909.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.9.0.1.$60521909.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-02-26T09:07:49+00:00" data-datetime="26 Feb 2022" data-reactid=".18ehgr1gu9m.1.9.0.1.$60521909.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.9.0.1.$60521909.0.0.1.2.0.0.1.0">26 Feb 2022</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.9.0.1.$60521909.0.0.1.2.0.0.1.1">26 February 2022</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.9.0.1.$60521909.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.9.0.1.$60521909.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60521909.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.9.0.1.$60521909.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.9.0.1.$60521909.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.9.0.1.$60521909.0.0.1.2.1.1">181</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".18ehgr1gu9m.1.9.0.1.$60522472"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-26" data-reactid=".18ehgr1gu9m.1.9.0.1.$60522472.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60522472" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".18ehgr1gu9m.1.9.0.1.$60522472.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.9.0.1.$60522472.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60522472.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/164EE/production/_123447319_gettyimages-1373186597.jpg" alt="A photo of a sign saying 'Stand with Ukraine'" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60522472.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--charcoal-purple" data-reactid=".18ehgr1gu9m.1.9.0.1.$60522472.0.0.0.1"><div class="gel-icon gel-icon--image newsround-promo__icon" data-reactid=".18ehgr1gu9m.1.9.0.1.$60522472.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60522472.0.0.0.1.0.0"><title data-reactid=".18ehgr1gu9m.1.9.0.1.$60522472.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=".18ehgr1gu9m.1.9.0.1.$60522472.0.0.0.1.0.0.1"></path><circle cx="20" cy="17" r="5.5" data-reactid=".18ehgr1gu9m.1.9.0.1.$60522472.0.0.0.1.0.0.2"></circle></svg></div><span class="duration" data-reactid=".18ehgr1gu9m.1.9.0.1.$60522472.0.0.0.1.1"></span></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.9.0.1.$60522472.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.9.0.1.$60522472.0.0.1.0">Protests against the war in Ukraine from around the world</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.9.0.1.$60522472.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.9.0.1.$60522472.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.9.0.1.$60522472.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.9.0.1.$60522472.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60522472.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.9.0.1.$60522472.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.9.0.1.$60522472.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-02-28T08:16:58+00:00" data-datetime="28 Feb 2022" data-reactid=".18ehgr1gu9m.1.9.0.1.$60522472.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.9.0.1.$60522472.0.0.1.2.0.0.1.0">28 Feb 2022</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.9.0.1.$60522472.0.0.1.2.0.0.1.1">28 February 2022</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".18ehgr1gu9m.1.9.0.1.$60416721"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-27" data-reactid=".18ehgr1gu9m.1.9.0.1.$60416721.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60416721" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".18ehgr1gu9m.1.9.0.1.$60416721.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.9.0.1.$60416721.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60416721.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/439E/production/_123001371_airpolicing.png" alt="Turkish fighter jets on patrol for Nato over Poland" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60416721.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.9.0.1.$60416721.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.9.0.1.$60416721.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.9.0.1.$60416721.0.0.1.0">What is Nato?</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.9.0.1.$60416721.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.9.0.1.$60416721.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.9.0.1.$60416721.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.9.0.1.$60416721.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60416721.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.9.0.1.$60416721.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.9.0.1.$60416721.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-02-18T09:34:00+00:00" data-datetime="18 Feb 2022" data-reactid=".18ehgr1gu9m.1.9.0.1.$60416721.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.9.0.1.$60416721.0.0.1.2.0.0.1.0">18 Feb 2022</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.9.0.1.$60416721.0.0.1.2.0.0.1.1">18 February 2022</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.9.0.1.$60416721.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.9.0.1.$60416721.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60416721.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.9.0.1.$60416721.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.9.0.1.$60416721.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.9.0.1.$60416721.0.0.1.2.1.1">14</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".18ehgr1gu9m.1.9.0.1.$60520226"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-28" data-reactid=".18ehgr1gu9m.1.9.0.1.$60520226.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60520226" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".18ehgr1gu9m.1.9.0.1.$60520226.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.9.0.1.$60520226.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60520226.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/9A30/production/_123427493_index_1619383709_rc2irs9jikj7_rtrmadp_3_ukraine-crisis-kyiv.jpg" alt="Smoke rises after recent shelling in Kyiv, Ukraine February 26, 2022." class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60520226.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.9.0.1.$60520226.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.9.0.1.$60520226.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.9.0.1.$60520226.0.0.1.0">Citizens in Ukraine&#x27;s capital Kyiv urged to stay at home</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.9.0.1.$60520226.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.9.0.1.$60520226.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.9.0.1.$60520226.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.9.0.1.$60520226.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60520226.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.9.0.1.$60520226.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.9.0.1.$60520226.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-02-26T13:42:26+00:00" data-datetime="26 Feb 2022" data-reactid=".18ehgr1gu9m.1.9.0.1.$60520226.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.9.0.1.$60520226.0.0.1.2.0.0.1.0">26 Feb 2022</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.9.0.1.$60520226.0.0.1.2.0.0.1.1">26 February 2022</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.9.0.1.$60520226.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.9.0.1.$60520226.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60520226.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.9.0.1.$60520226.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.9.0.1.$60520226.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.9.0.1.$60520226.0.0.1.2.1.1">267</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".18ehgr1gu9m.1.9.0.1.$60536040"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-29" data-reactid=".18ehgr1gu9m.1.9.0.1.$60536040.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60536040" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".18ehgr1gu9m.1.9.0.1.$60536040.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.9.0.1.$60536040.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60536040.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/8ED7/production/_123476563_mediaitem123476562.jpg" alt="Eurovision Song Contest 2022 logo" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60536040.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.9.0.1.$60536040.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.9.0.1.$60536040.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.9.0.1.$60536040.0.0.1.0">Russia banned from 2022 Eurovision Song Contest</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.9.0.1.$60536040.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.9.0.1.$60536040.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.9.0.1.$60536040.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.9.0.1.$60536040.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60536040.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.9.0.1.$60536040.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.9.0.1.$60536040.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-02-26T09:55:14+00:00" data-datetime="26 Feb 2022" data-reactid=".18ehgr1gu9m.1.9.0.1.$60536040.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.9.0.1.$60536040.0.0.1.2.0.0.1.0">26 Feb 2022</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.9.0.1.$60536040.0.0.1.2.0.0.1.1">26 February 2022</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.9.0.1.$60536040.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.9.0.1.$60536040.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60536040.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.9.0.1.$60536040.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.9.0.1.$60536040.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.9.0.1.$60536040.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=".18ehgr1gu9m.1.9.0.1.$60417806"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-30" data-reactid=".18ehgr1gu9m.1.9.0.1.$60417806.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60417806" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".18ehgr1gu9m.1.9.0.1.$60417806.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.9.0.1.$60417806.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60417806.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/176EB/production/_123397959_mediaitem123397866.jpg" alt="convoy enters from crimea" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60417806.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.9.0.1.$60417806.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.9.0.1.$60417806.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.9.0.1.$60417806.0.0.1.0">Russia launches attack on Ukraine</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.9.0.1.$60417806.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.9.0.1.$60417806.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.9.0.1.$60417806.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.9.0.1.$60417806.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60417806.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.9.0.1.$60417806.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.9.0.1.$60417806.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-02-24T15:59:59+00:00" data-datetime="24 Feb 2022" data-reactid=".18ehgr1gu9m.1.9.0.1.$60417806.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.9.0.1.$60417806.0.0.1.2.0.0.1.0">24 Feb 2022</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.9.0.1.$60417806.0.0.1.2.0.0.1.1">24 February 2022</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.9.0.1.$60417806.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.9.0.1.$60417806.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60417806.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.9.0.1.$60417806.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.9.0.1.$60417806.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.9.0.1.$60417806.0.0.1.2.1.1">237</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".18ehgr1gu9m.1.9.0.1.$60539161"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-31" data-reactid=".18ehgr1gu9m.1.9.0.1.$60539161.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60539161" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".18ehgr1gu9m.1.9.0.1.$60539161.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.9.0.1.$60539161.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60539161.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/160C9/production/_123431309_mediaitem123431308.jpg" alt="10 Downing Street in blue and yellow" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60539161.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--charcoal-purple" data-reactid=".18ehgr1gu9m.1.9.0.1.$60539161.0.0.0.1"><div class="gel-icon gel-icon--image newsround-promo__icon" data-reactid=".18ehgr1gu9m.1.9.0.1.$60539161.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60539161.0.0.0.1.0.0"><title data-reactid=".18ehgr1gu9m.1.9.0.1.$60539161.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=".18ehgr1gu9m.1.9.0.1.$60539161.0.0.0.1.0.0.1"></path><circle cx="20" cy="17" r="5.5" data-reactid=".18ehgr1gu9m.1.9.0.1.$60539161.0.0.0.1.0.0.2"></circle></svg></div><span class="duration" data-reactid=".18ehgr1gu9m.1.9.0.1.$60539161.0.0.0.1.1"></span></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.9.0.1.$60539161.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.9.0.1.$60539161.0.0.1.0">World landmarks light up in support of Ukraine</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.9.0.1.$60539161.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.9.0.1.$60539161.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.9.0.1.$60539161.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.9.0.1.$60539161.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60539161.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.9.0.1.$60539161.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.9.0.1.$60539161.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-02-26T15:03:17+00:00" data-datetime="26 Feb 2022" data-reactid=".18ehgr1gu9m.1.9.0.1.$60539161.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.9.0.1.$60539161.0.0.1.2.0.0.1.0">26 Feb 2022</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.9.0.1.$60539161.0.0.1.2.0.0.1.1">26 February 2022</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".18ehgr1gu9m.1.9.0.1.$60508750"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60508750.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60508750" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".18ehgr1gu9m.1.9.0.1.$60508750.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.9.0.1.$60508750.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60508750.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/01B9/production/_123414400_borisbiden.png" alt="Biden Boris" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60508750.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.9.0.1.$60508750.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.9.0.1.$60508750.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.9.0.1.$60508750.0.0.1.0">How UK and US are reacting to invasion</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.9.0.1.$60508750.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.9.0.1.$60508750.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.9.0.1.$60508750.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.9.0.1.$60508750.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60508750.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.9.0.1.$60508750.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.9.0.1.$60508750.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-02-25T09:04:47+00:00" data-datetime="25 Feb 2022" data-reactid=".18ehgr1gu9m.1.9.0.1.$60508750.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.9.0.1.$60508750.0.0.1.2.0.0.1.0">25 Feb 2022</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.9.0.1.$60508750.0.0.1.2.0.0.1.1">25 February 2022</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.9.0.1.$60508750.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.9.0.1.$60508750.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60508750.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.9.0.1.$60508750.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.9.0.1.$60508750.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.9.0.1.$60508750.0.0.1.2.1.1">99</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".18ehgr1gu9m.1.9.0.1.$60475007"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-33" data-reactid=".18ehgr1gu9m.1.9.0.1.$60475007.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60475007" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".18ehgr1gu9m.1.9.0.1.$60475007.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.9.0.1.$60475007.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60475007.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/9244/production/_123344473_putin.jpg" alt="Putin" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.9.0.1.$60475007.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.9.0.1.$60475007.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.9.0.1.$60475007.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.9.0.1.$60475007.0.0.1.0">Putin under pressure over Russian actions in Ukraine</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.9.0.1.$60475007.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.9.0.1.$60475007.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.9.0.1.$60475007.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.9.0.1.$60475007.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60475007.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.9.0.1.$60475007.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.9.0.1.$60475007.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-02-23T17:45:03+00:00" data-datetime="23 Feb 2022" data-reactid=".18ehgr1gu9m.1.9.0.1.$60475007.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.9.0.1.$60475007.0.0.1.2.0.0.1.0">23 Feb 2022</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.9.0.1.$60475007.0.0.1.2.0.0.1.1">23 February 2022</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.9.0.1.$60475007.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.9.0.1.$60475007.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.9.0.1.$60475007.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.9.0.1.$60475007.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.9.0.1.$60475007.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.9.0.1.$60475007.0.0.1.2.1.1">159</span></div></div></div></a></div></div></div></div><div class="newsround-more-stories__outer newsround-more-stories__outer--more-stories-2" data-reactid=".18ehgr1gu9m.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=".18ehgr1gu9m.1.9.1.0"><div class="newsround-more-stories__show-more newsround-more-stories__show-more--more-stories-2" data-reactid=".18ehgr1gu9m.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=".18ehgr1gu9m.1.9.1.0.0.0"><div class="newsround-more-stories__show-more-button" data-reactid=".18ehgr1gu9m.1.9.1.0.0.0.0"><button class="newsround-button newsround-button--charcoal-purple" tabindex="-1" aria-label="Show more stories" data-reactid=".18ehgr1gu9m.1.9.1.0.0.0.0.0"><span data-reactid=".18ehgr1gu9m.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=".18ehgr1gu9m.1.a"><div class="gs-u-box-size newsround-more-stories__wrapper" data-reactid=".18ehgr1gu9m.1.a.0"><div class="newsround-more-stories__header" data-reactid=".18ehgr1gu9m.1.a.0.0"><div class="newsround-more-stories__header-item" data-reactid=".18ehgr1gu9m.1.a.0.0.0"><h2 class="newsround-more-stories__header-title newsround-more-stories__header-title--more-stories-3" data-reactid=".18ehgr1gu9m.1.a.0.0.0.0">Mental Wellbeing</h2></div></div><div class="newsround-more-stories__stories" style="height:478px;" data-reactid=".18ehgr1gu9m.1.a.0.1"><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-3" data-reactid=".18ehgr1gu9m.1.a.0.1.$60247589"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-1" data-reactid=".18ehgr1gu9m.1.a.0.1.$60247589.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60247589" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".18ehgr1gu9m.1.a.0.1.$60247589.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.a.0.1.$60247589.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.a.0.1.$60247589.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/D1A0/production/_123146635_mentalhealthpic.png" alt="Spread the word poster." class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.a.0.1.$60247589.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.a.0.1.$60247589.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.a.0.1.$60247589.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.a.0.1.$60247589.0.0.1.0">Children&#x27;s Mental Health Week: What you need to know</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.a.0.1.$60247589.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.a.0.1.$60247589.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.a.0.1.$60247589.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.a.0.1.$60247589.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.a.0.1.$60247589.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.a.0.1.$60247589.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.a.0.1.$60247589.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-02-07T06:58:19+00:00" data-datetime="7 Feb 2022" data-reactid=".18ehgr1gu9m.1.a.0.1.$60247589.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.a.0.1.$60247589.0.0.1.2.0.0.1.0">7 Feb 2022</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.a.0.1.$60247589.0.0.1.2.0.0.1.1">7 February 2022</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.a.0.1.$60247589.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.a.0.1.$60247589.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.a.0.1.$60247589.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.a.0.1.$60247589.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.a.0.1.$60247589.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.a.0.1.$60247589.0.0.1.2.1.1">52</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-3" data-reactid=".18ehgr1gu9m.1.a.0.1.$60294779"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-2" data-reactid=".18ehgr1gu9m.1.a.0.1.$60294779.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/60294779" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".18ehgr1gu9m.1.a.0.1.$60294779.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.a.0.1.$60294779.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.a.0.1.$60294779.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/0B29/production/_123175820_mediaitem123175819.jpg" alt="Dr Ranj" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.a.0.1.$60294779.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.a.0.1.$60294779.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.a.0.1.$60294779.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.a.0.1.$60294779.0.0.1.0">Dr Ranj&#x27;s top tips for looking after your mental health</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.a.0.1.$60294779.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.a.0.1.$60294779.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.a.0.1.$60294779.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.a.0.1.$60294779.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.a.0.1.$60294779.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.a.0.1.$60294779.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.a.0.1.$60294779.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-02-08T08:52:56+00:00" data-datetime="8 Feb 2022" data-reactid=".18ehgr1gu9m.1.a.0.1.$60294779.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.a.0.1.$60294779.0.0.1.2.0.0.1.0">8 Feb 2022</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.a.0.1.$60294779.0.0.1.2.0.0.1.1">8 February 2022</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.a.0.1.$60294779.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.a.0.1.$60294779.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.a.0.1.$60294779.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.a.0.1.$60294779.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.a.0.1.$60294779.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.a.0.1.$60294779.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-3" data-reactid=".18ehgr1gu9m.1.a.0.1.$57668645"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-3" data-reactid=".18ehgr1gu9m.1.a.0.1.$57668645.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/57668645" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".18ehgr1gu9m.1.a.0.1.$57668645.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.a.0.1.$57668645.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.a.0.1.$57668645.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/7E65/production/_119175323_3bcaafea-9990-4b0d-a99d-1e483c7ae0be.jpg" alt="Graphic slates that says Top tips for dealing with uncertainty." class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.a.0.1.$57668645.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.a.0.1.$57668645.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.a.0.1.$57668645.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.a.0.1.$57668645.0.0.1.0">Top tips for how to deal with uncertainty</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.a.0.1.$57668645.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.a.0.1.$57668645.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.a.0.1.$57668645.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.a.0.1.$57668645.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.a.0.1.$57668645.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.a.0.1.$57668645.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.a.0.1.$57668645.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2021-07-02T08:53:46+00:00" data-datetime="2 Jul 2021" data-reactid=".18ehgr1gu9m.1.a.0.1.$57668645.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.a.0.1.$57668645.0.0.1.2.0.0.1.0">2 Jul 2021</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.a.0.1.$57668645.0.0.1.2.0.0.1.1">2 July 2021</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.a.0.1.$57668645.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.a.0.1.$57668645.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.a.0.1.$57668645.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.a.0.1.$57668645.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.a.0.1.$57668645.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.a.0.1.$57668645.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-3" data-reactid=".18ehgr1gu9m.1.a.0.1.$51393300"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-4" data-reactid=".18ehgr1gu9m.1.a.0.1.$51393300.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/51393300" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".18ehgr1gu9m.1.a.0.1.$51393300.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.a.0.1.$51393300.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.a.0.1.$51393300.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/5C57/production/_110793632_anxietypic2.jpg" alt="Mindfulness" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.a.0.1.$51393300.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--purple newsround-promo__promolabel--duration" data-reactid=".18ehgr1gu9m.1.a.0.1.$51393300.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".18ehgr1gu9m.1.a.0.1.$51393300.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.a.0.1.$51393300.0.0.0.1.0.0"><title data-reactid=".18ehgr1gu9m.1.a.0.1.$51393300.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".18ehgr1gu9m.1.a.0.1.$51393300.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".18ehgr1gu9m.1.a.0.1.$51393300.0.0.0.1.1">2:49</span></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.a.0.1.$51393300.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.a.0.1.$51393300.0.0.1.0">Five top tips to tackle anxiety</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.a.0.1.$51393300.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.a.0.1.$51393300.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.a.0.1.$51393300.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.a.0.1.$51393300.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.a.0.1.$51393300.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.a.0.1.$51393300.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.a.0.1.$51393300.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2020-02-05T18:36:58+00:00" data-datetime="5 Feb 2020" data-reactid=".18ehgr1gu9m.1.a.0.1.$51393300.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.a.0.1.$51393300.0.0.1.2.0.0.1.0">5 Feb 2020</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.a.0.1.$51393300.0.0.1.2.0.0.1.1">5 February 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=".18ehgr1gu9m.1.a.0.1.$51896156"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-5" data-reactid=".18ehgr1gu9m.1.a.0.1.$51896156.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/51896156" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".18ehgr1gu9m.1.a.0.1.$51896156.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.a.0.1.$51896156.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.a.0.1.$51896156.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/2D62/production/_116381611_gettyimages-525848859.jpg" alt="two children and rainbow" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.a.0.1.$51896156.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.a.0.1.$51896156.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.a.0.1.$51896156.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.a.0.1.$51896156.0.0.1.0">How to look after your wellbeing right now</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.a.0.1.$51896156.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.a.0.1.$51896156.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.a.0.1.$51896156.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.a.0.1.$51896156.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.a.0.1.$51896156.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.a.0.1.$51896156.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.a.0.1.$51896156.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2021-01-05T08:12:07+00:00" data-datetime="5 Jan 2021" data-reactid=".18ehgr1gu9m.1.a.0.1.$51896156.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.a.0.1.$51896156.0.0.1.2.0.0.1.0">5 Jan 2021</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.a.0.1.$51896156.0.0.1.2.0.0.1.1">5 January 2021</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-3" data-reactid=".18ehgr1gu9m.1.a.0.1.$57833177"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-6" data-reactid=".18ehgr1gu9m.1.a.0.1.$57833177.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/57833177" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".18ehgr1gu9m.1.a.0.1.$57833177.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.a.0.1.$57833177.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.a.0.1.$57833177.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/15130/production/_119402368_gettyimages-591210321.jpg" alt="Child talking to adult." class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.a.0.1.$57833177.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.a.0.1.$57833177.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.a.0.1.$57833177.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.a.0.1.$57833177.0.0.1.0">How to deal with disappointment</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.a.0.1.$57833177.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.a.0.1.$57833177.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.a.0.1.$57833177.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.a.0.1.$57833177.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.a.0.1.$57833177.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.a.0.1.$57833177.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.a.0.1.$57833177.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2021-07-16T05:24:05+00:00" data-datetime="16 Jul 2021" data-reactid=".18ehgr1gu9m.1.a.0.1.$57833177.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.a.0.1.$57833177.0.0.1.2.0.0.1.0">16 Jul 2021</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.a.0.1.$57833177.0.0.1.2.0.0.1.1">16 July 2021</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.a.0.1.$57833177.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.a.0.1.$57833177.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.a.0.1.$57833177.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.a.0.1.$57833177.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.a.0.1.$57833177.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.a.0.1.$57833177.0.0.1.2.1.1">37</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-3" data-reactid=".18ehgr1gu9m.1.a.0.1.$25036313"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-7" data-reactid=".18ehgr1gu9m.1.a.0.1.$25036313.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/25036313" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".18ehgr1gu9m.1.a.0.1.$25036313.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.a.0.1.$25036313.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.a.0.1.$25036313.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/7427/production/_92653792_anxiety.jpg" alt="Cartoon" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.a.0.1.$25036313.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.a.0.1.$25036313.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.a.0.1.$25036313.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.a.0.1.$25036313.0.0.1.0">What is anxiety?</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.a.0.1.$25036313.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.a.0.1.$25036313.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.a.0.1.$25036313.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.a.0.1.$25036313.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.a.0.1.$25036313.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.a.0.1.$25036313.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.a.0.1.$25036313.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2019-02-15T07:11:23+00:00" data-datetime="15 Feb 2019" data-reactid=".18ehgr1gu9m.1.a.0.1.$25036313.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.a.0.1.$25036313.0.0.1.2.0.0.1.0">15 Feb 2019</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.a.0.1.$25036313.0.0.1.2.0.0.1.1">15 February 2019</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-3" data-reactid=".18ehgr1gu9m.1.a.0.1.$38082989"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-8" data-reactid=".18ehgr1gu9m.1.a.0.1.$38082989.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/38082989" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".18ehgr1gu9m.1.a.0.1.$38082989.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.a.0.1.$38082989.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.a.0.1.$38082989.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/156B7/production/_92653778_depression.jpg" alt="Cartoon" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.a.0.1.$38082989.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.a.0.1.$38082989.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.a.0.1.$38082989.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.a.0.1.$38082989.0.0.1.0">What is depression?</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.a.0.1.$38082989.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.a.0.1.$38082989.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.a.0.1.$38082989.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.a.0.1.$38082989.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.a.0.1.$38082989.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.a.0.1.$38082989.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.a.0.1.$38082989.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2016-11-24T15:19:36+00:00" data-datetime="24 Nov 2016" data-reactid=".18ehgr1gu9m.1.a.0.1.$38082989.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.a.0.1.$38082989.0.0.1.2.0.0.1.0">24 Nov 2016</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.a.0.1.$38082989.0.0.1.2.0.0.1.1">24 November 2016</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-3" data-reactid=".18ehgr1gu9m.1.a.0.1.$39383028"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-9" data-reactid=".18ehgr1gu9m.1.a.0.1.$39383028.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/39383028" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".18ehgr1gu9m.1.a.0.1.$39383028.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.a.0.1.$39383028.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.a.0.1.$39383028.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/6273/production/_95330252_whatismentalhealth.jpg" alt="mental-health-problem-graphic." class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.a.0.1.$39383028.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--purple newsround-promo__promolabel--duration" data-reactid=".18ehgr1gu9m.1.a.0.1.$39383028.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".18ehgr1gu9m.1.a.0.1.$39383028.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.a.0.1.$39383028.0.0.0.1.0.0"><title data-reactid=".18ehgr1gu9m.1.a.0.1.$39383028.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".18ehgr1gu9m.1.a.0.1.$39383028.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".18ehgr1gu9m.1.a.0.1.$39383028.0.0.0.1.1">0:23</span></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.a.0.1.$39383028.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.a.0.1.$39383028.0.0.1.0">What is a mental health problem?</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.a.0.1.$39383028.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.a.0.1.$39383028.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.a.0.1.$39383028.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.a.0.1.$39383028.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.a.0.1.$39383028.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.a.0.1.$39383028.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.a.0.1.$39383028.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2019-10-10T05:28:36+00:00" data-datetime="10 Oct 2019" data-reactid=".18ehgr1gu9m.1.a.0.1.$39383028.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.a.0.1.$39383028.0.0.1.2.0.0.1.0">10 Oct 2019</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.a.0.1.$39383028.0.0.1.2.0.0.1.1">10 October 2019</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-3" data-reactid=".18ehgr1gu9m.1.a.0.1.$39419244"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-10" data-reactid=".18ehgr1gu9m.1.a.0.1.$39419244.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/39419244" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".18ehgr1gu9m.1.a.0.1.$39419244.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.a.0.1.$39419244.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.a.0.1.$39419244.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/179DF/production/_95353769_de27-1.jpg" alt="Grace's diary" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.a.0.1.$39419244.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.a.0.1.$39419244.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.a.0.1.$39419244.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.a.0.1.$39419244.0.0.1.0">What&#x27;s it like living with anxiety?</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.a.0.1.$39419244.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.a.0.1.$39419244.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.a.0.1.$39419244.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.a.0.1.$39419244.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.a.0.1.$39419244.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.a.0.1.$39419244.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.a.0.1.$39419244.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2017-03-28T10:25:13+00:00" data-datetime="28 Mar 2017" data-reactid=".18ehgr1gu9m.1.a.0.1.$39419244.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.a.0.1.$39419244.0.0.1.2.0.0.1.0">28 Mar 2017</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.a.0.1.$39419244.0.0.1.2.0.0.1.1">28 March 2017</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-3" data-reactid=".18ehgr1gu9m.1.a.0.1.$57024052"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-11" data-reactid=".18ehgr1gu9m.1.a.0.1.$57024052.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/57024052" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".18ehgr1gu9m.1.a.0.1.$57024052.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.a.0.1.$57024052.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.a.0.1.$57024052.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/844F/production/_118417833_gettyimages-1051247498.jpg" alt="girl-speaking-to-adult." class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.a.0.1.$57024052.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.a.0.1.$57024052.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.a.0.1.$57024052.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.a.0.1.$57024052.0.0.1.0">Are you comfortable talking about your mental health?</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.a.0.1.$57024052.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.a.0.1.$57024052.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.a.0.1.$57024052.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.a.0.1.$57024052.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.a.0.1.$57024052.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.a.0.1.$57024052.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.a.0.1.$57024052.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2021-05-10T06:22:49+00:00" data-datetime="10 May 2021" data-reactid=".18ehgr1gu9m.1.a.0.1.$57024052.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.a.0.1.$57024052.0.0.1.2.0.0.1.0">10 May 2021</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.a.0.1.$57024052.0.0.1.2.0.0.1.1">10 May 2021</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.a.0.1.$57024052.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.a.0.1.$57024052.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.a.0.1.$57024052.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.a.0.1.$57024052.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.a.0.1.$57024052.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.a.0.1.$57024052.0.0.1.2.1.1">146</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-3" data-reactid=".18ehgr1gu9m.1.a.0.1.$51329385"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-12" data-reactid=".18ehgr1gu9m.1.a.0.1.$51329385.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/51329385" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".18ehgr1gu9m.1.a.0.1.$51329385.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.a.0.1.$51329385.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.a.0.1.$51329385.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/A23C/production/_110723514_p081yx93.jpg" alt="katie-thistleton-talks-about-anxiety" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.a.0.1.$51329385.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--purple newsround-promo__promolabel--duration" data-reactid=".18ehgr1gu9m.1.a.0.1.$51329385.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".18ehgr1gu9m.1.a.0.1.$51329385.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.a.0.1.$51329385.0.0.0.1.0.0"><title data-reactid=".18ehgr1gu9m.1.a.0.1.$51329385.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".18ehgr1gu9m.1.a.0.1.$51329385.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".18ehgr1gu9m.1.a.0.1.$51329385.0.0.0.1.1">1:53</span></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.a.0.1.$51329385.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.a.0.1.$51329385.0.0.1.0">What is it like living with a mental health problem?</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.a.0.1.$51329385.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.a.0.1.$51329385.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.a.0.1.$51329385.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.a.0.1.$51329385.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.a.0.1.$51329385.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.a.0.1.$51329385.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.a.0.1.$51329385.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2020-02-03T06:20:37+00:00" data-datetime="3 Feb 2020" data-reactid=".18ehgr1gu9m.1.a.0.1.$51329385.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.a.0.1.$51329385.0.0.1.2.0.0.1.0">3 Feb 2020</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.a.0.1.$51329385.0.0.1.2.0.0.1.1">3 February 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=".18ehgr1gu9m.1.a.0.1.$56445821"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-13" data-reactid=".18ehgr1gu9m.1.a.0.1.$56445821.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/56445821" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".18ehgr1gu9m.1.a.0.1.$56445821.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.a.0.1.$56445821.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.a.0.1.$56445821.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/17388/production/_117621159_nrgrad_3.jpg" alt="Rachel de Souza" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.a.0.1.$56445821.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.a.0.1.$56445821.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.a.0.1.$56445821.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.a.0.1.$56445821.0.0.1.0">&#x27;Really important to listen to children&#x27;s pandemic experiences&#x27;</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.a.0.1.$56445821.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.a.0.1.$56445821.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.a.0.1.$56445821.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.a.0.1.$56445821.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.a.0.1.$56445821.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.a.0.1.$56445821.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.a.0.1.$56445821.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2021-03-22T06:23:51+00:00" data-datetime="22 Mar 2021" data-reactid=".18ehgr1gu9m.1.a.0.1.$56445821.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.a.0.1.$56445821.0.0.1.2.0.0.1.0">22 Mar 2021</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.a.0.1.$56445821.0.0.1.2.0.0.1.1">22 March 2021</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.a.0.1.$56445821.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.a.0.1.$56445821.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.a.0.1.$56445821.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.a.0.1.$56445821.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.a.0.1.$56445821.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.a.0.1.$56445821.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=".18ehgr1gu9m.1.a.0.1.$52312495"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-14" data-reactid=".18ehgr1gu9m.1.a.0.1.$52312495.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/52312495" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".18ehgr1gu9m.1.a.0.1.$52312495.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.a.0.1.$52312495.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.a.0.1.$52312495.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/33C6/production/_111845231_p089w705.jpg" alt="Doctor-Radha." class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.a.0.1.$52312495.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--purple newsround-promo__promolabel--duration" data-reactid=".18ehgr1gu9m.1.a.0.1.$52312495.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".18ehgr1gu9m.1.a.0.1.$52312495.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.a.0.1.$52312495.0.0.0.1.0.0"><title data-reactid=".18ehgr1gu9m.1.a.0.1.$52312495.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".18ehgr1gu9m.1.a.0.1.$52312495.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".18ehgr1gu9m.1.a.0.1.$52312495.0.0.0.1.1">4:30</span></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.a.0.1.$52312495.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.a.0.1.$52312495.0.0.1.0">Coping with grief: &#x27;You&#x27;re not on your own and you are loved&#x27;</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.a.0.1.$52312495.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.a.0.1.$52312495.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.a.0.1.$52312495.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.a.0.1.$52312495.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.a.0.1.$52312495.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.a.0.1.$52312495.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.a.0.1.$52312495.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2020-04-28T07:01:54+00:00" data-datetime="28 Apr 2020" data-reactid=".18ehgr1gu9m.1.a.0.1.$52312495.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.a.0.1.$52312495.0.0.1.2.0.0.1.0">28 Apr 2020</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.a.0.1.$52312495.0.0.1.2.0.0.1.1">28 April 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=".18ehgr1gu9m.1.a.0.1.$52283247"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-15" data-reactid=".18ehgr1gu9m.1.a.0.1.$52283247.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/52283247" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".18ehgr1gu9m.1.a.0.1.$52283247.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.a.0.1.$52283247.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.a.0.1.$52283247.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/2C03/production/_111876211_nrgl_ex3.jpg" alt="hugging" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.a.0.1.$52283247.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.a.0.1.$52283247.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.a.0.1.$52283247.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.a.0.1.$52283247.0.0.1.0">What to do if someone you love has died</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.a.0.1.$52283247.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.a.0.1.$52283247.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.a.0.1.$52283247.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.a.0.1.$52283247.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.a.0.1.$52283247.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.a.0.1.$52283247.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.a.0.1.$52283247.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2020-04-27T15:34:32+00:00" data-datetime="27 Apr 2020" data-reactid=".18ehgr1gu9m.1.a.0.1.$52283247.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.a.0.1.$52283247.0.0.1.2.0.0.1.0">27 Apr 2020</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.a.0.1.$52283247.0.0.1.2.0.0.1.1">27 April 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=".18ehgr1gu9m.1.a.0.1.$52213688"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-16" data-reactid=".18ehgr1gu9m.1.a.0.1.$52213688.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/52213688" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".18ehgr1gu9m.1.a.0.1.$52213688.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.a.0.1.$52213688.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.a.0.1.$52213688.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/2AF8/production/_111700011_gettyimages-532028122.jpg" alt="birdwatching" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.a.0.1.$52213688.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.a.0.1.$52213688.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.a.0.1.$52213688.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.a.0.1.$52213688.0.0.1.0">How does nature help YOUR wellbeing?</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.a.0.1.$52213688.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.a.0.1.$52213688.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.a.0.1.$52213688.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.a.0.1.$52213688.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.a.0.1.$52213688.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.a.0.1.$52213688.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.a.0.1.$52213688.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2020-04-12T07:17:20+00:00" data-datetime="12 Apr 2020" data-reactid=".18ehgr1gu9m.1.a.0.1.$52213688.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.a.0.1.$52213688.0.0.1.2.0.0.1.0">12 Apr 2020</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.a.0.1.$52213688.0.0.1.2.0.0.1.1">12 April 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.a.0.1.$52213688.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.a.0.1.$52213688.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.a.0.1.$52213688.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.a.0.1.$52213688.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.a.0.1.$52213688.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.a.0.1.$52213688.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-3" data-reactid=".18ehgr1gu9m.1.a.0.1.$51149131"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-17" data-reactid=".18ehgr1gu9m.1.a.0.1.$51149131.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/51149131" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".18ehgr1gu9m.1.a.0.1.$51149131.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.a.0.1.$51149131.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.a.0.1.$51149131.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/2D0C/production/_110723511_mollygardenweb.jpg" alt="girl-in-garden" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.a.0.1.$51149131.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.a.0.1.$51149131.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.a.0.1.$51149131.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.a.0.1.$51149131.0.0.1.0">Inside My Head: What is an anxiety disorder?</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.a.0.1.$51149131.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.a.0.1.$51149131.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.a.0.1.$51149131.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.a.0.1.$51149131.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.a.0.1.$51149131.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.a.0.1.$51149131.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.a.0.1.$51149131.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2020-02-04T17:50:20+00:00" data-datetime="4 Feb 2020" data-reactid=".18ehgr1gu9m.1.a.0.1.$51149131.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.a.0.1.$51149131.0.0.1.2.0.0.1.0">4 Feb 2020</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.a.0.1.$51149131.0.0.1.2.0.0.1.1">4 February 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.a.0.1.$51149131.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.a.0.1.$51149131.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.a.0.1.$51149131.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.a.0.1.$51149131.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.a.0.1.$51149131.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.a.0.1.$51149131.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-3" data-reactid=".18ehgr1gu9m.1.a.0.1.$34730937"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-18" data-reactid=".18ehgr1gu9m.1.a.0.1.$34730937.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/34730937" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".18ehgr1gu9m.1.a.0.1.$34730937.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.a.0.1.$34730937.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.a.0.1.$34730937.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/11CED/production/_86514927_grace.jpg" alt="Social Media expert Grace Barrett" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.a.0.1.$34730937.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--purple newsround-promo__promolabel--duration" data-reactid=".18ehgr1gu9m.1.a.0.1.$34730937.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".18ehgr1gu9m.1.a.0.1.$34730937.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.a.0.1.$34730937.0.0.0.1.0.0"><title data-reactid=".18ehgr1gu9m.1.a.0.1.$34730937.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".18ehgr1gu9m.1.a.0.1.$34730937.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".18ehgr1gu9m.1.a.0.1.$34730937.0.0.0.1.1">1:31</span></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.a.0.1.$34730937.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.a.0.1.$34730937.0.0.1.0">How to deal with social media pressure</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.a.0.1.$34730937.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.a.0.1.$34730937.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.a.0.1.$34730937.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.a.0.1.$34730937.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.a.0.1.$34730937.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.a.0.1.$34730937.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.a.0.1.$34730937.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2015-11-05T13:20:52+00:00" data-datetime="5 Nov 2015" data-reactid=".18ehgr1gu9m.1.a.0.1.$34730937.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.a.0.1.$34730937.0.0.1.2.0.0.1.0">5 Nov 2015</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.a.0.1.$34730937.0.0.1.2.0.0.1.1">5 November 2015</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-3" data-reactid=".18ehgr1gu9m.1.a.0.1.$37551170"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-19" data-reactid=".18ehgr1gu9m.1.a.0.1.$37551170.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/37551170" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".18ehgr1gu9m.1.a.0.1.$37551170.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.a.0.1.$37551170.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.a.0.1.$37551170.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/D4E6/production/_91520545_istock_64068497_large.jpg" alt="Girls" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.a.0.1.$37551170.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.a.0.1.$37551170.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.a.0.1.$37551170.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.a.0.1.$37551170.0.0.1.0">Body confidence: What do young girls think?</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.a.0.1.$37551170.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.a.0.1.$37551170.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.a.0.1.$37551170.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.a.0.1.$37551170.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.a.0.1.$37551170.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.a.0.1.$37551170.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.a.0.1.$37551170.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2016-10-04T15:57:59+00:00" data-datetime="4 Oct 2016" data-reactid=".18ehgr1gu9m.1.a.0.1.$37551170.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.a.0.1.$37551170.0.0.1.2.0.0.1.0">4 Oct 2016</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.a.0.1.$37551170.0.0.1.2.0.0.1.1">4 October 2016</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=".18ehgr1gu9m.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=".18ehgr1gu9m.1.a.1.0"><div class="newsround-more-stories__show-more newsround-more-stories__show-more--more-stories-3" data-reactid=".18ehgr1gu9m.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=".18ehgr1gu9m.1.a.1.0.0.0"><div class="newsround-more-stories__show-more-button" data-reactid=".18ehgr1gu9m.1.a.1.0.0.0.0"><button class="newsround-button newsround-button--purple" tabindex="-1" aria-label="Show more stories" data-reactid=".18ehgr1gu9m.1.a.1.0.0.0.0.0"><span data-reactid=".18ehgr1gu9m.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=".18ehgr1gu9m.1.b"><div class="gs-u-box-size newsround-more-stories__wrapper" data-reactid=".18ehgr1gu9m.1.b.0"><div class="newsround-more-stories__header" data-reactid=".18ehgr1gu9m.1.b.0.0"><div class="newsround-more-stories__header-item" data-reactid=".18ehgr1gu9m.1.b.0.0.0"><h2 class="newsround-more-stories__header-title newsround-more-stories__header-title--more-stories-4" data-reactid=".18ehgr1gu9m.1.b.0.0.0.0">Newsround Specials</h2></div></div><div class="newsround-more-stories__stories" style="height:478px;" data-reactid=".18ehgr1gu9m.1.b.0.1"><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".18ehgr1gu9m.1.b.0.1.$54121076"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-1" data-reactid=".18ehgr1gu9m.1.b.0.1.$54121076.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/54121076" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".18ehgr1gu9m.1.b.0.1.$54121076.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.b.0.1.$54121076.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.b.0.1.$54121076.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/638A/production/_114328452_p08r63rv.jpg" alt="Fiji-on-the-climate-change-frontline-graphic" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.b.0.1.$54121076.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--pink newsround-promo__promolabel--duration" data-reactid=".18ehgr1gu9m.1.b.0.1.$54121076.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".18ehgr1gu9m.1.b.0.1.$54121076.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.b.0.1.$54121076.0.0.0.1.0.0"><title data-reactid=".18ehgr1gu9m.1.b.0.1.$54121076.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".18ehgr1gu9m.1.b.0.1.$54121076.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".18ehgr1gu9m.1.b.0.1.$54121076.0.0.0.1.1">9:20</span></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.b.0.1.$54121076.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.b.0.1.$54121076.0.0.1.0">Fiji: On the Climate Change Frontline</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.b.0.1.$54121076.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.b.0.1.$54121076.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.b.0.1.$54121076.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.b.0.1.$54121076.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.b.0.1.$54121076.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.b.0.1.$54121076.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.b.0.1.$54121076.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2020-09-14T06:28:32+00:00" data-datetime="14 Sep 2020" data-reactid=".18ehgr1gu9m.1.b.0.1.$54121076.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.b.0.1.$54121076.0.0.1.2.0.0.1.0">14 Sep 2020</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.b.0.1.$54121076.0.0.1.2.0.0.1.1">14 September 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=".18ehgr1gu9m.1.b.0.1.$56267456"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-2" data-reactid=".18ehgr1gu9m.1.b.0.1.$56267456.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/56267456" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".18ehgr1gu9m.1.b.0.1.$56267456.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.b.0.1.$56267456.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.b.0.1.$56267456.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/1335F/production/_117478687_p098xp5j.jpg" alt="Lauren Layfield" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.b.0.1.$56267456.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.b.0.1.$56267456.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.b.0.1.$56267456.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.b.0.1.$56267456.0.0.1.0">Let&#x27;s Talk About Periods!</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.b.0.1.$56267456.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.b.0.1.$56267456.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.b.0.1.$56267456.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.b.0.1.$56267456.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.b.0.1.$56267456.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.b.0.1.$56267456.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.b.0.1.$56267456.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2021-03-08T06:39:14+00:00" data-datetime="8 Mar 2021" data-reactid=".18ehgr1gu9m.1.b.0.1.$56267456.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.b.0.1.$56267456.0.0.1.2.0.0.1.0">8 Mar 2021</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.b.0.1.$56267456.0.0.1.2.0.0.1.1">8 March 2021</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.b.0.1.$56267456.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.b.0.1.$56267456.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.b.0.1.$56267456.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.b.0.1.$56267456.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.b.0.1.$56267456.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.b.0.1.$56267456.0.0.1.2.1.1">1318</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".18ehgr1gu9m.1.b.0.1.$48938301"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-3" data-reactid=".18ehgr1gu9m.1.b.0.1.$48938301.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/48938301" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".18ehgr1gu9m.1.b.0.1.$48938301.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.b.0.1.$48938301.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.b.0.1.$48938301.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/9CA6/production/_107820104_sk_thumb_1920_2.jpg" alt="youtube-jun." class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.b.0.1.$48938301.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.b.0.1.$48938301.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.b.0.1.$48938301.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.b.0.1.$48938301.0.0.1.0">Newsround in South Korea: What&#x27;s life like there?</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.b.0.1.$48938301.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.b.0.1.$48938301.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.b.0.1.$48938301.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.b.0.1.$48938301.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.b.0.1.$48938301.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.b.0.1.$48938301.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.b.0.1.$48938301.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2019-07-12T12:23:03+00:00" data-datetime="12 Jul 2019" data-reactid=".18ehgr1gu9m.1.b.0.1.$48938301.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.b.0.1.$48938301.0.0.1.2.0.0.1.0">12 Jul 2019</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.b.0.1.$48938301.0.0.1.2.0.0.1.1">12 July 2019</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.b.0.1.$48938301.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.b.0.1.$48938301.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.b.0.1.$48938301.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.b.0.1.$48938301.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.b.0.1.$48938301.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.b.0.1.$48938301.0.0.1.2.1.1">1</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".18ehgr1gu9m.1.b.0.1.$46932823"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-4" data-reactid=".18ehgr1gu9m.1.b.0.1.$46932823.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/46932823" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".18ehgr1gu9m.1.b.0.1.$46932823.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.b.0.1.$46932823.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.b.0.1.$46932823.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/D8A0/production/_110665455_p06ykg0b.jpg" alt="Steven and Maggie." class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.b.0.1.$46932823.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--pink newsround-promo__promolabel--duration" data-reactid=".18ehgr1gu9m.1.b.0.1.$46932823.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".18ehgr1gu9m.1.b.0.1.$46932823.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.b.0.1.$46932823.0.0.0.1.0.0"><title data-reactid=".18ehgr1gu9m.1.b.0.1.$46932823.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".18ehgr1gu9m.1.b.0.1.$46932823.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".18ehgr1gu9m.1.b.0.1.$46932823.0.0.0.1.1">29:23</span></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.b.0.1.$46932823.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.b.0.1.$46932823.0.0.1.0">Finding my Family: Holocaust - A Newsround Special</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.b.0.1.$46932823.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.b.0.1.$46932823.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.b.0.1.$46932823.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.b.0.1.$46932823.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.b.0.1.$46932823.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.b.0.1.$46932823.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.b.0.1.$46932823.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2020-10-15T06:53:46+00:00" data-datetime="15 Oct 2020" data-reactid=".18ehgr1gu9m.1.b.0.1.$46932823.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.b.0.1.$46932823.0.0.1.2.0.0.1.0">15 Oct 2020</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.b.0.1.$46932823.0.0.1.2.0.0.1.1">15 October 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=".18ehgr1gu9m.1.b.0.1.$52417409"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-5" data-reactid=".18ehgr1gu9m.1.b.0.1.$52417409.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/52417409" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".18ehgr1gu9m.1.b.0.1.$52417409.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.b.0.1.$52417409.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.b.0.1.$52417409.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/10563/production/_111951966_p08bh2y6.jpg" alt="Australia-life-after-the-fires" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.b.0.1.$52417409.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--pink newsround-promo__promolabel--duration" data-reactid=".18ehgr1gu9m.1.b.0.1.$52417409.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".18ehgr1gu9m.1.b.0.1.$52417409.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.b.0.1.$52417409.0.0.0.1.0.0"><title data-reactid=".18ehgr1gu9m.1.b.0.1.$52417409.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".18ehgr1gu9m.1.b.0.1.$52417409.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".18ehgr1gu9m.1.b.0.1.$52417409.0.0.0.1.1">13:59</span></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.b.0.1.$52417409.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.b.0.1.$52417409.0.0.1.0">Australia: Life after the bushfires</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.b.0.1.$52417409.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.b.0.1.$52417409.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.b.0.1.$52417409.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.b.0.1.$52417409.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.b.0.1.$52417409.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.b.0.1.$52417409.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.b.0.1.$52417409.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2020-04-26T14:26:07+00:00" data-datetime="26 Apr 2020" data-reactid=".18ehgr1gu9m.1.b.0.1.$52417409.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.b.0.1.$52417409.0.0.1.2.0.0.1.0">26 Apr 2020</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.b.0.1.$52417409.0.0.1.2.0.0.1.1">26 April 2020</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".18ehgr1gu9m.1.b.0.1.$51403096"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-6" data-reactid=".18ehgr1gu9m.1.b.0.1.$51403096.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/51403096" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".18ehgr1gu9m.1.b.0.1.$51403096.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.b.0.1.$51403096.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.b.0.1.$51403096.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/6180/production/_110806942_p082hykf.jpg" alt="inside-my-head-taking-control-of-my-anxiety-a-newsround-special" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.b.0.1.$51403096.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--pink newsround-promo__promolabel--duration" data-reactid=".18ehgr1gu9m.1.b.0.1.$51403096.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".18ehgr1gu9m.1.b.0.1.$51403096.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.b.0.1.$51403096.0.0.0.1.0.0"><title data-reactid=".18ehgr1gu9m.1.b.0.1.$51403096.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".18ehgr1gu9m.1.b.0.1.$51403096.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".18ehgr1gu9m.1.b.0.1.$51403096.0.0.0.1.1">27:54</span></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.b.0.1.$51403096.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.b.0.1.$51403096.0.0.1.0">Inside My Head: Taking Control of My Anxiety</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.b.0.1.$51403096.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.b.0.1.$51403096.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.b.0.1.$51403096.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.b.0.1.$51403096.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.b.0.1.$51403096.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.b.0.1.$51403096.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.b.0.1.$51403096.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2020-02-07T09:39:52+00:00" data-datetime="7 Feb 2020" data-reactid=".18ehgr1gu9m.1.b.0.1.$51403096.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.b.0.1.$51403096.0.0.1.2.0.0.1.0">7 Feb 2020</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.b.0.1.$51403096.0.0.1.2.0.0.1.1">7 February 2020</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".18ehgr1gu9m.1.b.0.1.$44503109"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-7" data-reactid=".18ehgr1gu9m.1.b.0.1.$44503109.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/44503109" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".18ehgr1gu9m.1.b.0.1.$44503109.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.b.0.1.$44503109.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.b.0.1.$44503109.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/617A/production/_103645942_windrush-index.jpg" alt="Maya in a blue top, Levi in a red top, both smiling at the camera." class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.b.0.1.$44503109.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--pink newsround-promo__promolabel--duration" data-reactid=".18ehgr1gu9m.1.b.0.1.$44503109.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".18ehgr1gu9m.1.b.0.1.$44503109.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.b.0.1.$44503109.0.0.0.1.0.0"><title data-reactid=".18ehgr1gu9m.1.b.0.1.$44503109.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".18ehgr1gu9m.1.b.0.1.$44503109.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".18ehgr1gu9m.1.b.0.1.$44503109.0.0.0.1.1">27:19</span></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.b.0.1.$44503109.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.b.0.1.$44503109.0.0.1.0">Finding My Family - Windrush</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.b.0.1.$44503109.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.b.0.1.$44503109.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.b.0.1.$44503109.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.b.0.1.$44503109.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.b.0.1.$44503109.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.b.0.1.$44503109.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.b.0.1.$44503109.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2018-06-18T05:48:33+00:00" data-datetime="18 Jun 2018" data-reactid=".18ehgr1gu9m.1.b.0.1.$44503109.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.b.0.1.$44503109.0.0.1.2.0.0.1.0">18 Jun 2018</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.b.0.1.$44503109.0.0.1.2.0.0.1.1">18 June 2018</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".18ehgr1gu9m.1.b.0.1.$40848395"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-8" data-reactid=".18ehgr1gu9m.1.b.0.1.$40848395.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/40848395" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".18ehgr1gu9m.1.b.0.1.$40848395.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.b.0.1.$40848395.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.b.0.1.$40848395.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/14931/production/_97237248_titleslateweb.jpg" alt="Finding My Family graphic" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.b.0.1.$40848395.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--pink newsround-promo__promolabel--duration" data-reactid=".18ehgr1gu9m.1.b.0.1.$40848395.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".18ehgr1gu9m.1.b.0.1.$40848395.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.b.0.1.$40848395.0.0.0.1.0.0"><title data-reactid=".18ehgr1gu9m.1.b.0.1.$40848395.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".18ehgr1gu9m.1.b.0.1.$40848395.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".18ehgr1gu9m.1.b.0.1.$40848395.0.0.0.1.1">23:43</span></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.b.0.1.$40848395.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.b.0.1.$40848395.0.0.1.0">Finding My Family - Partition</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.b.0.1.$40848395.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.b.0.1.$40848395.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.b.0.1.$40848395.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.b.0.1.$40848395.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.b.0.1.$40848395.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.b.0.1.$40848395.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.b.0.1.$40848395.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2017-08-08T10:11:06+00:00" data-datetime="8 Aug 2017" data-reactid=".18ehgr1gu9m.1.b.0.1.$40848395.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.b.0.1.$40848395.0.0.1.2.0.0.1.0">8 Aug 2017</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.b.0.1.$40848395.0.0.1.2.0.0.1.1">8 August 2017</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".18ehgr1gu9m.1.b.0.1.$39383026"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-9" data-reactid=".18ehgr1gu9m.1.b.0.1.$39383026.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/39383026" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".18ehgr1gu9m.1.b.0.1.$39383026.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.b.0.1.$39383026.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.b.0.1.$39383026.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/D429/production/_95331345_watchthespecial.jpg" alt="Inside My Head graphic" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.b.0.1.$39383026.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--pink newsround-promo__promolabel--duration" data-reactid=".18ehgr1gu9m.1.b.0.1.$39383026.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".18ehgr1gu9m.1.b.0.1.$39383026.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.b.0.1.$39383026.0.0.0.1.0.0"><title data-reactid=".18ehgr1gu9m.1.b.0.1.$39383026.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".18ehgr1gu9m.1.b.0.1.$39383026.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".18ehgr1gu9m.1.b.0.1.$39383026.0.0.0.1.1">14:19</span></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.b.0.1.$39383026.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.b.0.1.$39383026.0.0.1.0">Inside My Head: Mental Health</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.b.0.1.$39383026.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.b.0.1.$39383026.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.b.0.1.$39383026.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.b.0.1.$39383026.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.b.0.1.$39383026.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.b.0.1.$39383026.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.b.0.1.$39383026.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2017-03-27T12:50:06+00:00" data-datetime="27 Mar 2017" data-reactid=".18ehgr1gu9m.1.b.0.1.$39383026.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.b.0.1.$39383026.0.0.1.2.0.0.1.0">27 Mar 2017</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.b.0.1.$39383026.0.0.1.2.0.0.1.1">27 March 2017</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".18ehgr1gu9m.1.b.0.1.$32131619"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-10" data-reactid=".18ehgr1gu9m.1.b.0.1.$32131619.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/32131619" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".18ehgr1gu9m.1.b.0.1.$32131619.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.b.0.1.$32131619.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.b.0.1.$32131619.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/mcs/media/images/82037000/jpg/_82037476_still_2.jpg" alt="Being Me" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.b.0.1.$32131619.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--pink newsround-promo__promolabel--duration" data-reactid=".18ehgr1gu9m.1.b.0.1.$32131619.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".18ehgr1gu9m.1.b.0.1.$32131619.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.b.0.1.$32131619.0.0.0.1.0.0"><title data-reactid=".18ehgr1gu9m.1.b.0.1.$32131619.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".18ehgr1gu9m.1.b.0.1.$32131619.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".18ehgr1gu9m.1.b.0.1.$32131619.0.0.0.1.1">14:36</span></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.b.0.1.$32131619.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.b.0.1.$32131619.0.0.1.0">Being Me: Body Confidence</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.b.0.1.$32131619.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.b.0.1.$32131619.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.b.0.1.$32131619.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.b.0.1.$32131619.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.b.0.1.$32131619.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.b.0.1.$32131619.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.b.0.1.$32131619.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2015-03-31T17:32:01+00:00" data-datetime="31 Mar 2015" data-reactid=".18ehgr1gu9m.1.b.0.1.$32131619.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.b.0.1.$32131619.0.0.1.2.0.0.1.0">31 Mar 2015</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.b.0.1.$32131619.0.0.1.2.0.0.1.1">31 March 2015</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".18ehgr1gu9m.1.b.0.1.$32976667"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-11" data-reactid=".18ehgr1gu9m.1.b.0.1.$32976667.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/32976667" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".18ehgr1gu9m.1.b.0.1.$32976667.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.b.0.1.$32976667.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.b.0.1.$32976667.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/mcs/media/images/83370000/jpg/_83370561_370560.jpg" alt="Growing Up Black in America" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.b.0.1.$32976667.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--pink newsround-promo__promolabel--duration" data-reactid=".18ehgr1gu9m.1.b.0.1.$32976667.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".18ehgr1gu9m.1.b.0.1.$32976667.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.b.0.1.$32976667.0.0.0.1.0.0"><title data-reactid=".18ehgr1gu9m.1.b.0.1.$32976667.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".18ehgr1gu9m.1.b.0.1.$32976667.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".18ehgr1gu9m.1.b.0.1.$32976667.0.0.0.1.1">14:30</span></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.b.0.1.$32976667.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.b.0.1.$32976667.0.0.1.0">Growing Up Black in America</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.b.0.1.$32976667.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.b.0.1.$32976667.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.b.0.1.$32976667.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.b.0.1.$32976667.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.b.0.1.$32976667.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.b.0.1.$32976667.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.b.0.1.$32976667.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2015-06-02T16:14:54+00:00" data-datetime="2 Jun 2015" data-reactid=".18ehgr1gu9m.1.b.0.1.$32976667.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.b.0.1.$32976667.0.0.1.2.0.0.1.0">2 Jun 2015</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.b.0.1.$32976667.0.0.1.2.0.0.1.1">2 June 2015</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".18ehgr1gu9m.1.b.0.1.$32037871"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-12" data-reactid=".18ehgr1gu9m.1.b.0.1.$32037871.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/32037871" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".18ehgr1gu9m.1.b.0.1.$32037871.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.b.0.1.$32037871.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.b.0.1.$32037871.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/mcs/media/images/81884000/jpg/_81884999_81884996.jpg" alt="America vs Food" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.b.0.1.$32037871.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--pink newsround-promo__promolabel--duration" data-reactid=".18ehgr1gu9m.1.b.0.1.$32037871.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".18ehgr1gu9m.1.b.0.1.$32037871.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.b.0.1.$32037871.0.0.0.1.0.0"><title data-reactid=".18ehgr1gu9m.1.b.0.1.$32037871.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".18ehgr1gu9m.1.b.0.1.$32037871.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".18ehgr1gu9m.1.b.0.1.$32037871.0.0.0.1.1">11:19</span></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.b.0.1.$32037871.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.b.0.1.$32037871.0.0.1.0">America v Food</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.b.0.1.$32037871.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.b.0.1.$32037871.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.b.0.1.$32037871.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.b.0.1.$32037871.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.b.0.1.$32037871.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.b.0.1.$32037871.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.b.0.1.$32037871.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2015-03-25T07:40:18+00:00" data-datetime="25 Mar 2015" data-reactid=".18ehgr1gu9m.1.b.0.1.$32037871.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.b.0.1.$32037871.0.0.1.2.0.0.1.0">25 Mar 2015</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.b.0.1.$32037871.0.0.1.2.0.0.1.1">25 March 2015</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".18ehgr1gu9m.1.b.0.1.$26136189"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-13" data-reactid=".18ehgr1gu9m.1.b.0.1.$26136189.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/26136189" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".18ehgr1gu9m.1.b.0.1.$26136189.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.b.0.1.$26136189.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.b.0.1.$26136189.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/mcs/media/images/72932000/jpg/_72932244_cyber_still.jpg" alt="Our Cyberbullying special" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.b.0.1.$26136189.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.b.0.1.$26136189.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.b.0.1.$26136189.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.b.0.1.$26136189.0.0.1.0">Cyberbullying: A Newsround special</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.b.0.1.$26136189.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.b.0.1.$26136189.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.b.0.1.$26136189.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.b.0.1.$26136189.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.b.0.1.$26136189.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.b.0.1.$26136189.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.b.0.1.$26136189.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2014-03-28T08:24:20+00:00" data-datetime="28 Mar 2014" data-reactid=".18ehgr1gu9m.1.b.0.1.$26136189.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.b.0.1.$26136189.0.0.1.2.0.0.1.0">28 Mar 2014</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.b.0.1.$26136189.0.0.1.2.0.0.1.1">28 March 2014</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".18ehgr1gu9m.1.b.0.1.$30125852"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-14" data-reactid=".18ehgr1gu9m.1.b.0.1.$30125852.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/30125852" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".18ehgr1gu9m.1.b.0.1.$30125852.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.b.0.1.$30125852.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.b.0.1.$30125852.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/mcs/media/images/79155000/jpg/_79155371_79155369.jpg" alt="Children and Ailee the alien" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.b.0.1.$30125852.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--pink newsround-promo__promolabel--duration" data-reactid=".18ehgr1gu9m.1.b.0.1.$30125852.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".18ehgr1gu9m.1.b.0.1.$30125852.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.b.0.1.$30125852.0.0.0.1.0.0"><title data-reactid=".18ehgr1gu9m.1.b.0.1.$30125852.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".18ehgr1gu9m.1.b.0.1.$30125852.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".18ehgr1gu9m.1.b.0.1.$30125852.0.0.0.1.1">16:00</span></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.b.0.1.$30125852.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.b.0.1.$30125852.0.0.1.0">How to Make Friends on Planet Earth</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.b.0.1.$30125852.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.b.0.1.$30125852.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.b.0.1.$30125852.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.b.0.1.$30125852.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.b.0.1.$30125852.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.b.0.1.$30125852.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.b.0.1.$30125852.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2014-11-20T18:12:54+00:00" data-datetime="20 Nov 2014" data-reactid=".18ehgr1gu9m.1.b.0.1.$30125852.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.b.0.1.$30125852.0.0.1.2.0.0.1.0">20 Nov 2014</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.b.0.1.$30125852.0.0.1.2.0.0.1.1">20 November 2014</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".18ehgr1gu9m.1.b.0.1.$26754712"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-15" data-reactid=".18ehgr1gu9m.1.b.0.1.$26754712.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/26754712" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".18ehgr1gu9m.1.b.0.1.$26754712.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.b.0.1.$26754712.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.b.0.1.$26754712.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/mcs/media/images/73827000/jpg/_73827111_frontline.jpg" alt="Frontline Families logo" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.b.0.1.$26754712.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--pink newsround-promo__promolabel--duration" data-reactid=".18ehgr1gu9m.1.b.0.1.$26754712.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".18ehgr1gu9m.1.b.0.1.$26754712.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.b.0.1.$26754712.0.0.0.1.0.0"><title data-reactid=".18ehgr1gu9m.1.b.0.1.$26754712.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".18ehgr1gu9m.1.b.0.1.$26754712.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".18ehgr1gu9m.1.b.0.1.$26754712.0.0.0.1.1">13:34</span></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.b.0.1.$26754712.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.b.0.1.$26754712.0.0.1.0">Frontline Families</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.b.0.1.$26754712.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.b.0.1.$26754712.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.b.0.1.$26754712.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.b.0.1.$26754712.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.b.0.1.$26754712.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.b.0.1.$26754712.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.b.0.1.$26754712.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2014-03-26T18:54:21+00:00" data-datetime="26 Mar 2014" data-reactid=".18ehgr1gu9m.1.b.0.1.$26754712.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.b.0.1.$26754712.0.0.1.2.0.0.1.0">26 Mar 2014</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.b.0.1.$26754712.0.0.1.2.0.0.1.1">26 March 2014</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".18ehgr1gu9m.1.b.0.1.$36247103"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-16" data-reactid=".18ehgr1gu9m.1.b.0.1.$36247103.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/36247103" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".18ehgr1gu9m.1.b.0.1.$36247103.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.b.0.1.$36247103.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.b.0.1.$36247103.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/9028/production/_89640963_nr_rhino_promo_image.jpg" alt="Defending the Rhino image" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.b.0.1.$36247103.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--pink newsround-promo__promolabel--duration" data-reactid=".18ehgr1gu9m.1.b.0.1.$36247103.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".18ehgr1gu9m.1.b.0.1.$36247103.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.b.0.1.$36247103.0.0.0.1.0.0"><title data-reactid=".18ehgr1gu9m.1.b.0.1.$36247103.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".18ehgr1gu9m.1.b.0.1.$36247103.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".18ehgr1gu9m.1.b.0.1.$36247103.0.0.0.1.1">16:13</span></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.b.0.1.$36247103.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.b.0.1.$36247103.0.0.1.0">Defending the Rhino</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.b.0.1.$36247103.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.b.0.1.$36247103.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.b.0.1.$36247103.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.b.0.1.$36247103.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.b.0.1.$36247103.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.b.0.1.$36247103.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.b.0.1.$36247103.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2016-05-11T12:08:37+00:00" data-datetime="11 May 2016" data-reactid=".18ehgr1gu9m.1.b.0.1.$36247103.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.b.0.1.$36247103.0.0.1.2.0.0.1.0">11 May 2016</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.b.0.1.$36247103.0.0.1.2.0.0.1.1">11 May 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=".18ehgr1gu9m.1.b.0.1.$35707765"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-17" data-reactid=".18ehgr1gu9m.1.b.0.1.$35707765.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/35707765" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".18ehgr1gu9m.1.b.0.1.$35707765.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.b.0.1.$35707765.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.b.0.1.$35707765.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/15771/production/_88912978_88565600.jpg" alt="Is Tech Taking Over?" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.b.0.1.$35707765.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--pink newsround-promo__promolabel--duration" data-reactid=".18ehgr1gu9m.1.b.0.1.$35707765.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".18ehgr1gu9m.1.b.0.1.$35707765.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.b.0.1.$35707765.0.0.0.1.0.0"><title data-reactid=".18ehgr1gu9m.1.b.0.1.$35707765.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".18ehgr1gu9m.1.b.0.1.$35707765.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".18ehgr1gu9m.1.b.0.1.$35707765.0.0.0.1.1">15:54</span></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.b.0.1.$35707765.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.b.0.1.$35707765.0.0.1.0">Is Tech Taking Over?</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.b.0.1.$35707765.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.b.0.1.$35707765.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.b.0.1.$35707765.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.b.0.1.$35707765.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.b.0.1.$35707765.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.b.0.1.$35707765.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.b.0.1.$35707765.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2016-03-21T16:41:45+00:00" data-datetime="21 Mar 2016" data-reactid=".18ehgr1gu9m.1.b.0.1.$35707765.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.b.0.1.$35707765.0.0.1.2.0.0.1.0">21 Mar 2016</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.b.0.1.$35707765.0.0.1.2.0.0.1.1">21 March 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=".18ehgr1gu9m.1.b.0.1.$35587829"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-18" data-reactid=".18ehgr1gu9m.1.b.0.1.$35587829.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/35587829" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".18ehgr1gu9m.1.b.0.1.$35587829.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.b.0.1.$35587829.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.b.0.1.$35587829.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/1306D/production/_88333977_brothers-sisters.jpg" alt="Brothers and Sisters: A Newsround Special" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.b.0.1.$35587829.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--pink newsround-promo__promolabel--duration" data-reactid=".18ehgr1gu9m.1.b.0.1.$35587829.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".18ehgr1gu9m.1.b.0.1.$35587829.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.b.0.1.$35587829.0.0.0.1.0.0"><title data-reactid=".18ehgr1gu9m.1.b.0.1.$35587829.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".18ehgr1gu9m.1.b.0.1.$35587829.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".18ehgr1gu9m.1.b.0.1.$35587829.0.0.0.1.1">13:57</span></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.b.0.1.$35587829.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.b.0.1.$35587829.0.0.1.0">Brothers and Sisters</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.b.0.1.$35587829.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.b.0.1.$35587829.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.b.0.1.$35587829.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.b.0.1.$35587829.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.b.0.1.$35587829.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.b.0.1.$35587829.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.b.0.1.$35587829.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2019-04-09T14:53:55+00:00" data-datetime="9 Apr 2019" data-reactid=".18ehgr1gu9m.1.b.0.1.$35587829.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.b.0.1.$35587829.0.0.1.2.0.0.1.0">9 Apr 2019</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.b.0.1.$35587829.0.0.1.2.0.0.1.1">9 April 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=".18ehgr1gu9m.1.b.0.1.$33795551"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-19" data-reactid=".18ehgr1gu9m.1.b.0.1.$33795551.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/33795551" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".18ehgr1gu9m.1.b.0.1.$33795551.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.b.0.1.$33795551.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.b.0.1.$33795551.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/EBE1/production/_84658306_nr_japan_still02.jpg" alt="Hiroshima - a Newsround special thumbnail" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.b.0.1.$33795551.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--pink newsround-promo__promolabel--duration" data-reactid=".18ehgr1gu9m.1.b.0.1.$33795551.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".18ehgr1gu9m.1.b.0.1.$33795551.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.b.0.1.$33795551.0.0.0.1.0.0"><title data-reactid=".18ehgr1gu9m.1.b.0.1.$33795551.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".18ehgr1gu9m.1.b.0.1.$33795551.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".18ehgr1gu9m.1.b.0.1.$33795551.0.0.0.1.1">15:35</span></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.b.0.1.$33795551.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.b.0.1.$33795551.0.0.1.0">Hiroshima: A Newsround Special</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.b.0.1.$33795551.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.b.0.1.$33795551.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.b.0.1.$33795551.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.b.0.1.$33795551.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.b.0.1.$33795551.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.b.0.1.$33795551.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.b.0.1.$33795551.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2015-08-05T18:05:22+00:00" data-datetime="5 Aug 2015" data-reactid=".18ehgr1gu9m.1.b.0.1.$33795551.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.b.0.1.$33795551.0.0.1.2.0.0.1.0">5 Aug 2015</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.b.0.1.$33795551.0.0.1.2.0.0.1.1">5 August 2015</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".18ehgr1gu9m.1.b.0.1.$25361976"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-20" data-reactid=".18ehgr1gu9m.1.b.0.1.$25361976.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/25361976" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".18ehgr1gu9m.1.b.0.1.$25361976.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.b.0.1.$25361976.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.b.0.1.$25361976.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/mcs/media/images/71732000/jpg/_71732850_mandela.jpg" alt="Ricky in South Africa" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.b.0.1.$25361976.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.b.0.1.$25361976.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.b.0.1.$25361976.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.b.0.1.$25361976.0.0.1.0">Newsround in South Africa</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.b.0.1.$25361976.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.b.0.1.$25361976.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.b.0.1.$25361976.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.b.0.1.$25361976.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.b.0.1.$25361976.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.b.0.1.$25361976.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.b.0.1.$25361976.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2013-12-13T07:29:26+00:00" data-datetime="13 Dec 2013" data-reactid=".18ehgr1gu9m.1.b.0.1.$25361976.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.b.0.1.$25361976.0.0.1.2.0.0.1.0">13 Dec 2013</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.b.0.1.$25361976.0.0.1.2.0.0.1.1">13 December 2013</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=".18ehgr1gu9m.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=".18ehgr1gu9m.1.b.1.0"><div class="newsround-more-stories__show-more newsround-more-stories__show-more--more-stories-4" data-reactid=".18ehgr1gu9m.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=".18ehgr1gu9m.1.b.1.0.0.0"><div class="newsround-more-stories__show-more-button" data-reactid=".18ehgr1gu9m.1.b.1.0.0.0.0"><button class="newsround-button newsround-button--pink" tabindex="-1" aria-label="Show more stories" data-reactid=".18ehgr1gu9m.1.b.1.0.0.0.0.0"><span data-reactid=".18ehgr1gu9m.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=".18ehgr1gu9m.1.c"><div class="gs-u-box-size newsround-more-stories__wrapper" data-reactid=".18ehgr1gu9m.1.c.0"><div class="newsround-more-stories__header" data-reactid=".18ehgr1gu9m.1.c.0.0"><div class="newsround-more-stories__header-item" data-reactid=".18ehgr1gu9m.1.c.0.0.0"><h2 class="newsround-more-stories__header-title newsround-more-stories__header-title--more-stories-5" data-reactid=".18ehgr1gu9m.1.c.0.0.0.0">Newsround Quizzes</h2></div></div><div class="newsround-more-stories__stories" style="height:478px;" data-reactid=".18ehgr1gu9m.1.c.0.1"><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-5" data-reactid=".18ehgr1gu9m.1.c.0.1.$59344807"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-1" data-reactid=".18ehgr1gu9m.1.c.0.1.$59344807.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/59344807" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".18ehgr1gu9m.1.c.0.1.$59344807.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.c.0.1.$59344807.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.c.0.1.$59344807.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/FA13/production/_121091046_cover_no-text_10x10_rgb.jpg" alt="Adele" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.c.0.1.$59344807.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.c.0.1.$59344807.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.c.0.1.$59344807.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.c.0.1.$59344807.0.0.1.0">Are you an Adele superfan? Try our quiz</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.c.0.1.$59344807.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.c.0.1.$59344807.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.c.0.1.$59344807.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.c.0.1.$59344807.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.c.0.1.$59344807.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.c.0.1.$59344807.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.c.0.1.$59344807.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2021-11-19T11:19:54+00:00" data-datetime="19 Nov 2021" data-reactid=".18ehgr1gu9m.1.c.0.1.$59344807.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.c.0.1.$59344807.0.0.1.2.0.0.1.0">19 Nov 2021</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.c.0.1.$59344807.0.0.1.2.0.0.1.1">19 November 2021</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.c.0.1.$59344807.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.c.0.1.$59344807.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.c.0.1.$59344807.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.c.0.1.$59344807.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.c.0.1.$59344807.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.c.0.1.$59344807.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=".18ehgr1gu9m.1.c.0.1.$49604374"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-2" data-reactid=".18ehgr1gu9m.1.c.0.1.$49604374.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/49604374" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".18ehgr1gu9m.1.c.0.1.$49604374.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.c.0.1.$49604374.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.c.0.1.$49604374.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/130DE/production/_120664087_strictly.jpg" alt="Strictly Come Dancing" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.c.0.1.$49604374.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.c.0.1.$49604374.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.c.0.1.$49604374.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.c.0.1.$49604374.0.0.1.0">How well do you know your Strictly dances?</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.c.0.1.$49604374.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.c.0.1.$49604374.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.c.0.1.$49604374.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.c.0.1.$49604374.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.c.0.1.$49604374.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.c.0.1.$49604374.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.c.0.1.$49604374.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2021-09-19T05:16:20+00:00" data-datetime="19 Sep 2021" data-reactid=".18ehgr1gu9m.1.c.0.1.$49604374.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.c.0.1.$49604374.0.0.1.2.0.0.1.0">19 Sep 2021</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.c.0.1.$49604374.0.0.1.2.0.0.1.1">19 September 2021</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.c.0.1.$49604374.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.c.0.1.$49604374.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.c.0.1.$49604374.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.c.0.1.$49604374.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.c.0.1.$49604374.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.c.0.1.$49604374.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=".18ehgr1gu9m.1.c.0.1.$58615194"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-3" data-reactid=".18ehgr1gu9m.1.c.0.1.$58615194.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/58615194" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".18ehgr1gu9m.1.c.0.1.$58615194.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.c.0.1.$58615194.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.c.0.1.$58615194.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/1622F/production/_120617609_amazonstudios_210802a_thumb.jpg" alt="Image from the first series of Amazon's Lord of the Rings TV series." class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.c.0.1.$58615194.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.c.0.1.$58615194.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.c.0.1.$58615194.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.c.0.1.$58615194.0.0.1.0">How much do you know about Lord of the Rings?</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.c.0.1.$58615194.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.c.0.1.$58615194.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.c.0.1.$58615194.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.c.0.1.$58615194.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.c.0.1.$58615194.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.c.0.1.$58615194.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.c.0.1.$58615194.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2021-09-19T09:24:02+00:00" data-datetime="19 Sep 2021" data-reactid=".18ehgr1gu9m.1.c.0.1.$58615194.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.c.0.1.$58615194.0.0.1.2.0.0.1.0">19 Sep 2021</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.c.0.1.$58615194.0.0.1.2.0.0.1.1">19 September 2021</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-5" data-reactid=".18ehgr1gu9m.1.c.0.1.$57566354"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-4" data-reactid=".18ehgr1gu9m.1.c.0.1.$57566354.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/57566354" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".18ehgr1gu9m.1.c.0.1.$57566354.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.c.0.1.$57566354.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.c.0.1.$57566354.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/8251/production/_119016333_untitled.png" alt="Dinosaur" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.c.0.1.$57566354.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.c.0.1.$57566354.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.c.0.1.$57566354.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.c.0.1.$57566354.0.0.1.0">Which dinosaur are you?</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.c.0.1.$57566354.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.c.0.1.$57566354.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.c.0.1.$57566354.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.c.0.1.$57566354.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.c.0.1.$57566354.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.c.0.1.$57566354.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.c.0.1.$57566354.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2021-06-26T07:22:30+00:00" data-datetime="26 Jun 2021" data-reactid=".18ehgr1gu9m.1.c.0.1.$57566354.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.c.0.1.$57566354.0.0.1.2.0.0.1.0">26 Jun 2021</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.c.0.1.$57566354.0.0.1.2.0.0.1.1">26 June 2021</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-5" data-reactid=".18ehgr1gu9m.1.c.0.1.$58490789"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-5" data-reactid=".18ehgr1gu9m.1.c.0.1.$58490789.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/58490789" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".18ehgr1gu9m.1.c.0.1.$58490789.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.c.0.1.$58490789.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.c.0.1.$58490789.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/17111/production/_120618449_lklklk.jpg" alt="pinapples" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.c.0.1.$58490789.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.c.0.1.$58490789.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.c.0.1.$58490789.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.c.0.1.$58490789.0.0.1.0">Fruit or veg? Do you know your healthy foods?</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.c.0.1.$58490789.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.c.0.1.$58490789.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.c.0.1.$58490789.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.c.0.1.$58490789.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.c.0.1.$58490789.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.c.0.1.$58490789.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.c.0.1.$58490789.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2021-09-09T05:52:21+00:00" data-datetime="9 Sep 2021" data-reactid=".18ehgr1gu9m.1.c.0.1.$58490789.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.c.0.1.$58490789.0.0.1.2.0.0.1.0">9 Sep 2021</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.c.0.1.$58490789.0.0.1.2.0.0.1.1">9 September 2021</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.c.0.1.$58490789.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.c.0.1.$58490789.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.c.0.1.$58490789.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.c.0.1.$58490789.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.c.0.1.$58490789.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.c.0.1.$58490789.0.0.1.2.1.1">68</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-5" data-reactid=".18ehgr1gu9m.1.c.0.1.$57098170"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-6" data-reactid=".18ehgr1gu9m.1.c.0.1.$57098170.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/57098170" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".18ehgr1gu9m.1.c.0.1.$57098170.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.c.0.1.$57098170.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.c.0.1.$57098170.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/9567/production/_118474283_gettyimages-1128675063.jpg" alt="solar system" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.c.0.1.$57098170.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.c.0.1.$57098170.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.c.0.1.$57098170.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.c.0.1.$57098170.0.0.1.0">Try our solar system quiz!</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.c.0.1.$57098170.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.c.0.1.$57098170.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.c.0.1.$57098170.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.c.0.1.$57098170.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.c.0.1.$57098170.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.c.0.1.$57098170.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.c.0.1.$57098170.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2021-05-13T06:56:35+00:00" data-datetime="13 May 2021" data-reactid=".18ehgr1gu9m.1.c.0.1.$57098170.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.c.0.1.$57098170.0.0.1.2.0.0.1.0">13 May 2021</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.c.0.1.$57098170.0.0.1.2.0.0.1.1">13 May 2021</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-5" data-reactid=".18ehgr1gu9m.1.c.0.1.$58615537"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-7" data-reactid=".18ehgr1gu9m.1.c.0.1.$58615537.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/58615537" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".18ehgr1gu9m.1.c.0.1.$58615537.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.c.0.1.$58615537.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.c.0.1.$58615537.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/1245A/production/_103224847_horsea.png" alt="Horse galloping with flowers in its mouth" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.c.0.1.$58615537.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.c.0.1.$58615537.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.c.0.1.$58615537.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.c.0.1.$58615537.0.0.1.0">How well do you know your equines?</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.c.0.1.$58615537.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.c.0.1.$58615537.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.c.0.1.$58615537.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.c.0.1.$58615537.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.c.0.1.$58615537.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.c.0.1.$58615537.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.c.0.1.$58615537.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2021-09-19T09:37:52+00:00" data-datetime="19 Sep 2021" data-reactid=".18ehgr1gu9m.1.c.0.1.$58615537.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.c.0.1.$58615537.0.0.1.2.0.0.1.0">19 Sep 2021</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.c.0.1.$58615537.0.0.1.2.0.0.1.1">19 September 2021</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-5" data-reactid=".18ehgr1gu9m.1.c.0.1.$52527526"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-8" data-reactid=".18ehgr1gu9m.1.c.0.1.$52527526.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/52527526" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".18ehgr1gu9m.1.c.0.1.$52527526.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.c.0.1.$52527526.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.c.0.1.$52527526.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/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=".18ehgr1gu9m.1.c.0.1.$52527526.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.c.0.1.$52527526.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.c.0.1.$52527526.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.c.0.1.$52527526.0.0.1.0">Which Star Wars character are you?</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.c.0.1.$52527526.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.c.0.1.$52527526.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.c.0.1.$52527526.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.c.0.1.$52527526.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.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=".18ehgr1gu9m.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=".18ehgr1gu9m.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 gs-u-align-middle gs-u-display-inline" datetime="2020-05-04T07:58:30+00:00" data-datetime="4 May 2020" data-reactid=".18ehgr1gu9m.1.c.0.1.$52527526.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.c.0.1.$52527526.0.0.1.2.0.0.1.0">4 May 2020</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.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=".18ehgr1gu9m.1.c.0.1.$52527526.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.c.0.1.$52527526.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.c.0.1.$52527526.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.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=".18ehgr1gu9m.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=".18ehgr1gu9m.1.c.0.1.$52527526.0.0.1.2.1.1">250</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-5" data-reactid=".18ehgr1gu9m.1.c.0.1.$58552024"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-9" data-reactid=".18ehgr1gu9m.1.c.0.1.$58552024.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/58552024" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".18ehgr1gu9m.1.c.0.1.$58552024.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.c.0.1.$58552024.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.c.0.1.$58552024.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/135F9/production/_120535397_photo14-09-2021110440.jpg" alt="Messi, Ronaldo, Mbappe and Lewandowski." class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.c.0.1.$58552024.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.c.0.1.$58552024.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.c.0.1.$58552024.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.c.0.1.$58552024.0.0.1.0">Fifa 22: Where are the world&#x27;s best players ranked?</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.c.0.1.$58552024.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.c.0.1.$58552024.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.c.0.1.$58552024.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.c.0.1.$58552024.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.c.0.1.$58552024.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.c.0.1.$58552024.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.c.0.1.$58552024.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2021-09-15T05:30:55+00:00" data-datetime="15 Sep 2021" data-reactid=".18ehgr1gu9m.1.c.0.1.$58552024.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.c.0.1.$58552024.0.0.1.2.0.0.1.0">15 Sep 2021</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.c.0.1.$58552024.0.0.1.2.0.0.1.1">15 September 2021</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.c.0.1.$58552024.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.c.0.1.$58552024.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.c.0.1.$58552024.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.c.0.1.$58552024.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.c.0.1.$58552024.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.c.0.1.$58552024.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-5" data-reactid=".18ehgr1gu9m.1.c.0.1.$47387157"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-10" data-reactid=".18ehgr1gu9m.1.c.0.1.$47387157.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/47387157" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".18ehgr1gu9m.1.c.0.1.$47387157.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.c.0.1.$47387157.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.c.0.1.$47387157.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/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=".18ehgr1gu9m.1.c.0.1.$47387157.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.c.0.1.$47387157.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.c.0.1.$47387157.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.c.0.1.$47387157.0.0.1.0">Test your Marvel and DC superhero skills!</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.c.0.1.$47387157.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.c.0.1.$47387157.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.c.0.1.$47387157.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.c.0.1.$47387157.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.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=".18ehgr1gu9m.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=".18ehgr1gu9m.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 gs-u-align-middle gs-u-display-inline" datetime="2020-05-14T06:44:14+00:00" data-datetime="14 May 2020" data-reactid=".18ehgr1gu9m.1.c.0.1.$47387157.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.c.0.1.$47387157.0.0.1.2.0.0.1.0">14 May 2020</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.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=".18ehgr1gu9m.1.c.0.1.$48888243"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-11" data-reactid=".18ehgr1gu9m.1.c.0.1.$48888243.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/48888243" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".18ehgr1gu9m.1.c.0.1.$48888243.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.c.0.1.$48888243.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.c.0.1.$48888243.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/ED5E/production/_107766706_gettyimages-79065090.jpg" alt="A boy eating chocolate." class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.c.0.1.$48888243.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.c.0.1.$48888243.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.c.0.1.$48888243.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.c.0.1.$48888243.0.0.1.0">Take our World Chocolate Day Quiz</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.c.0.1.$48888243.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.c.0.1.$48888243.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.c.0.1.$48888243.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.c.0.1.$48888243.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.c.0.1.$48888243.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.c.0.1.$48888243.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.c.0.1.$48888243.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2021-07-07T11:23:37+00:00" data-datetime="7 Jul 2021" data-reactid=".18ehgr1gu9m.1.c.0.1.$48888243.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.c.0.1.$48888243.0.0.1.2.0.0.1.0">7 Jul 2021</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.c.0.1.$48888243.0.0.1.2.0.0.1.1">7 July 2021</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.c.0.1.$48888243.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.c.0.1.$48888243.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.c.0.1.$48888243.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.c.0.1.$48888243.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.c.0.1.$48888243.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.c.0.1.$48888243.0.0.1.2.1.1">15</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-5" data-reactid=".18ehgr1gu9m.1.c.0.1.$57257081"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-12" data-reactid=".18ehgr1gu9m.1.c.0.1.$57257081.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/57257081" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".18ehgr1gu9m.1.c.0.1.$57257081.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.c.0.1.$57257081.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.c.0.1.$57257081.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/1000C/production/_118684556_gettyimages-854354744.jpg" alt="giant's causeway" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.c.0.1.$57257081.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.c.0.1.$57257081.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.c.0.1.$57257081.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.c.0.1.$57257081.0.0.1.0">Can you name the seven natural wonders of the UK?</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.c.0.1.$57257081.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.c.0.1.$57257081.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.c.0.1.$57257081.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.c.0.1.$57257081.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.c.0.1.$57257081.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.c.0.1.$57257081.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.c.0.1.$57257081.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2021-05-27T07:39:46+00:00" data-datetime="27 May 2021" data-reactid=".18ehgr1gu9m.1.c.0.1.$57257081.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.c.0.1.$57257081.0.0.1.2.0.0.1.0">27 May 2021</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.c.0.1.$57257081.0.0.1.2.0.0.1.1">27 May 2021</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.c.0.1.$57257081.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.c.0.1.$57257081.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.c.0.1.$57257081.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.c.0.1.$57257081.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.c.0.1.$57257081.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.c.0.1.$57257081.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=".18ehgr1gu9m.1.c.0.1.$52545218"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-13" data-reactid=".18ehgr1gu9m.1.c.0.1.$52545218.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/52545218" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".18ehgr1gu9m.1.c.0.1.$52545218.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.c.0.1.$52545218.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.c.0.1.$52545218.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/169C7/production/_112151629_gettyimages-1142576725.jpg" alt="cherry-tree" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.c.0.1.$52545218.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.c.0.1.$52545218.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.c.0.1.$52545218.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.c.0.1.$52545218.0.0.1.0">Can you name the tree?</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.c.0.1.$52545218.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.c.0.1.$52545218.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.c.0.1.$52545218.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.c.0.1.$52545218.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.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=".18ehgr1gu9m.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=".18ehgr1gu9m.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 gs-u-align-middle gs-u-display-inline" datetime="2020-05-05T10:32:52+00:00" data-datetime="5 May 2020" data-reactid=".18ehgr1gu9m.1.c.0.1.$52545218.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.c.0.1.$52545218.0.0.1.2.0.0.1.0">5 May 2020</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.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=".18ehgr1gu9m.1.c.0.1.$52545218.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.c.0.1.$52545218.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.c.0.1.$52545218.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.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=".18ehgr1gu9m.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=".18ehgr1gu9m.1.c.0.1.$52545218.0.0.1.2.1.1">94</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-5" data-reactid=".18ehgr1gu9m.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=".18ehgr1gu9m.1.c.0.1.$45024727.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/45024727" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".18ehgr1gu9m.1.c.0.1.$45024727.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.c.0.1.$45024727.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.c.0.1.$45024727.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/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=".18ehgr1gu9m.1.c.0.1.$45024727.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.c.0.1.$45024727.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.c.0.1.$45024727.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.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=".18ehgr1gu9m.1.c.0.1.$45024727.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.c.0.1.$45024727.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.c.0.1.$45024727.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.c.0.1.$45024727.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.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=".18ehgr1gu9m.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=".18ehgr1gu9m.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 gs-u-align-middle gs-u-display-inline" datetime="2018-07-31T16:02:57+00:00" data-datetime="31 Jul 2018" data-reactid=".18ehgr1gu9m.1.c.0.1.$45024727.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.c.0.1.$45024727.0.0.1.2.0.0.1.0">31 Jul 2018</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.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 class="newsround-more-stories__story newsround-more-stories__story--more-stories-5" data-reactid=".18ehgr1gu9m.1.c.0.1.$51078336"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-15" data-reactid=".18ehgr1gu9m.1.c.0.1.$51078336.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/51078336" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".18ehgr1gu9m.1.c.0.1.$51078336.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.c.0.1.$51078336.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.c.0.1.$51078336.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/17A09/production/_105177769_gettyimages-849916536.jpg" alt="coins" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.c.0.1.$51078336.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.c.0.1.$51078336.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.c.0.1.$51078336.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.c.0.1.$51078336.0.0.1.0">Quiz: How well do you know your coins?</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.c.0.1.$51078336.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.c.0.1.$51078336.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.c.0.1.$51078336.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.c.0.1.$51078336.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.c.0.1.$51078336.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.c.0.1.$51078336.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.c.0.1.$51078336.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2020-01-17T09:32:11+00:00" data-datetime="17 Jan 2020" data-reactid=".18ehgr1gu9m.1.c.0.1.$51078336.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.c.0.1.$51078336.0.0.1.2.0.0.1.0">17 Jan 2020</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.c.0.1.$51078336.0.0.1.2.0.0.1.1">17 January 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.c.0.1.$51078336.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.c.0.1.$51078336.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.c.0.1.$51078336.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.c.0.1.$51078336.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.c.0.1.$51078336.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.c.0.1.$51078336.0.0.1.2.1.1">4</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-5" data-reactid=".18ehgr1gu9m.1.c.0.1.$52343789"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-16" data-reactid=".18ehgr1gu9m.1.c.0.1.$52343789.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/52343789" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".18ehgr1gu9m.1.c.0.1.$52343789.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.c.0.1.$52343789.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.c.0.1.$52343789.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/12812/production/_111849757_flamingo.jpg" alt="Flamingos" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.c.0.1.$52343789.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.c.0.1.$52343789.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.c.0.1.$52343789.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.c.0.1.$52343789.0.0.1.0">Which animal are you?</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.c.0.1.$52343789.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.c.0.1.$52343789.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.c.0.1.$52343789.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.c.0.1.$52343789.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.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=".18ehgr1gu9m.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=".18ehgr1gu9m.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 gs-u-align-middle gs-u-display-inline" datetime="2020-04-21T15:47:49+00:00" data-datetime="21 Apr 2020" data-reactid=".18ehgr1gu9m.1.c.0.1.$52343789.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.c.0.1.$52343789.0.0.1.2.0.0.1.0">21 Apr 2020</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.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=".18ehgr1gu9m.1.c.0.1.$53523635"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-17" data-reactid=".18ehgr1gu9m.1.c.0.1.$53523635.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/53523635" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".18ehgr1gu9m.1.c.0.1.$53523635.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.c.0.1.$53523635.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.c.0.1.$53523635.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/18145/production/_113692689_quiz_1.png" alt="QUIZ!" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.c.0.1.$53523635.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.c.0.1.$53523635.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.c.0.1.$53523635.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.c.0.1.$53523635.0.0.1.0">Take our mega holiday quizzes!</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.c.0.1.$53523635.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.c.0.1.$53523635.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.c.0.1.$53523635.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.c.0.1.$53523635.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.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=".18ehgr1gu9m.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=".18ehgr1gu9m.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 gs-u-align-middle gs-u-display-inline" datetime="2020-07-27T08:14:21+00:00" data-datetime="27 Jul 2020" data-reactid=".18ehgr1gu9m.1.c.0.1.$53523635.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.c.0.1.$53523635.0.0.1.2.0.0.1.0">27 Jul 2020</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.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=".18ehgr1gu9m.1.c.0.1.$53523635.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.c.0.1.$53523635.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.c.0.1.$53523635.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.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=".18ehgr1gu9m.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=".18ehgr1gu9m.1.c.0.1.$53523635.0.0.1.2.1.1">86</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-5" data-reactid=".18ehgr1gu9m.1.c.0.1.$58436170"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-18" data-reactid=".18ehgr1gu9m.1.c.0.1.$58436170.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/58436170" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".18ehgr1gu9m.1.c.0.1.$58436170.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.c.0.1.$58436170.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.c.0.1.$58436170.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/EB12/production/_120387106_gettyimages-528215436.jpg" alt="beyonce." class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.c.0.1.$58436170.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.c.0.1.$58436170.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.c.0.1.$58436170.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.c.0.1.$58436170.0.0.1.0">Are you a Beyonc茅 superfan?</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.c.0.1.$58436170.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.c.0.1.$58436170.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.c.0.1.$58436170.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.c.0.1.$58436170.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.c.0.1.$58436170.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".18ehgr1gu9m.1.c.0.1.$58436170.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".18ehgr1gu9m.1.c.0.1.$58436170.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2021-09-04T09:06:24+00:00" data-datetime="4 Sep 2021" data-reactid=".18ehgr1gu9m.1.c.0.1.$58436170.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.c.0.1.$58436170.0.0.1.2.0.0.1.0">4 Sep 2021</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.1.c.0.1.$58436170.0.0.1.2.0.0.1.1">4 September 2021</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".18ehgr1gu9m.1.c.0.1.$58436170.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.c.0.1.$58436170.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.c.0.1.$58436170.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.1.c.0.1.$58436170.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".18ehgr1gu9m.1.c.0.1.$58436170.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".18ehgr1gu9m.1.c.0.1.$58436170.0.0.1.2.1.1">46</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-5" data-reactid=".18ehgr1gu9m.1.c.0.1.$52565132"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-19" data-reactid=".18ehgr1gu9m.1.c.0.1.$52565132.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/52565132" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".18ehgr1gu9m.1.c.0.1.$52565132.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.c.0.1.$52565132.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.c.0.1.$52565132.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/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=".18ehgr1gu9m.1.c.0.1.$52565132.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.c.0.1.$52565132.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.c.0.1.$52565132.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.c.0.1.$52565132.0.0.1.0">Do you know your cash?</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.c.0.1.$52565132.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.c.0.1.$52565132.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.c.0.1.$52565132.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.c.0.1.$52565132.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.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=".18ehgr1gu9m.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=".18ehgr1gu9m.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 gs-u-align-middle gs-u-display-inline" datetime="2020-05-07T15:42:12+00:00" data-datetime="7 May 2020" data-reactid=".18ehgr1gu9m.1.c.0.1.$52565132.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.c.0.1.$52565132.0.0.1.2.0.0.1.0">7 May 2020</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.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=".18ehgr1gu9m.1.c.0.1.$52565132.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.c.0.1.$52565132.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.c.0.1.$52565132.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.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=".18ehgr1gu9m.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=".18ehgr1gu9m.1.c.0.1.$52565132.0.0.1.2.1.1">72</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-5" data-reactid=".18ehgr1gu9m.1.c.0.1.$52649183"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-20" data-reactid=".18ehgr1gu9m.1.c.0.1.$52649183.0"><a href="/web/20220311165242/https://www.bbc.co.uk/newsround/52649183" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".18ehgr1gu9m.1.c.0.1.$52649183.0.0"><div class="newsround-promo__media" data-reactid=".18ehgr1gu9m.1.c.0.1.$52649183.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".18ehgr1gu9m.1.c.0.1.$52649183.0.0.0.0"><img src="https://web.archive.org/web/20220311165242im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/148BB/production/_112255148_ra.jpg" alt="celebrity siblings" class="newsround-promo__responsive-image" data-reactid=".18ehgr1gu9m.1.c.0.1.$52649183.0.0.0.0.0"/></div><span data-reactid=".18ehgr1gu9m.1.c.0.1.$52649183.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".18ehgr1gu9m.1.c.0.1.$52649183.0.0.1"><p class="newsround-promo__headline" data-reactid=".18ehgr1gu9m.1.c.0.1.$52649183.0.0.1.0">Quiz: Guess the celebrity siblings</p><div class="newsround-promo__footer" data-reactid=".18ehgr1gu9m.1.c.0.1.$52649183.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".18ehgr1gu9m.1.c.0.1.$52649183.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".18ehgr1gu9m.1.c.0.1.$52649183.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".18ehgr1gu9m.1.c.0.1.$52649183.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.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=".18ehgr1gu9m.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=".18ehgr1gu9m.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 gs-u-align-middle gs-u-display-inline" datetime="2020-05-13T11:06:04+00:00" data-datetime="13 May 2020" data-reactid=".18ehgr1gu9m.1.c.0.1.$52649183.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".18ehgr1gu9m.1.c.0.1.$52649183.0.0.1.2.0.0.1.0">13 May 2020</span><span class="gs-u-vh" data-reactid=".18ehgr1gu9m.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=".18ehgr1gu9m.1.c.0.1.$52649183.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".18ehgr1gu9m.1.c.0.1.$52649183.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".18ehgr1gu9m.1.c.0.1.$52649183.0.0.1.2.1.0.0"><title data-reactid=".18ehgr1gu9m.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=".18ehgr1gu9m.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=".18ehgr1gu9m.1.c.0.1.$52649183.0.0.1.2.1.1">55</span></div></div></div></a></div></div></div></div><div class="newsround-more-stories__outer newsround-more-stories__outer--more-stories-5" data-reactid=".18ehgr1gu9m.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=".18ehgr1gu9m.1.c.1.0"><div class="newsround-more-stories__show-more newsround-more-stories__show-more--more-stories-5" data-reactid=".18ehgr1gu9m.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=".18ehgr1gu9m.1.c.1.0.0.0"><div class="newsround-more-stories__show-more-button" data-reactid=".18ehgr1gu9m.1.c.1.0.0.0.0"><button class="newsround-button newsround-button--teal" tabindex="-1" aria-label="Show more stories" data-reactid=".18ehgr1gu9m.1.c.1.0.0.0.0.0"><span data-reactid=".18ehgr1gu9m.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/20220311165242/https://www.bbc.co.uk/cbbc">CBBC</a></li><li class="orb-nav-iplayer orb-d"><a href="https://web.archive.org/web/20220311165242/https://www.bbc.co.uk/tv/cbbc">CBBC iPlayer</a></li><li class="orb-nav-newsround"><a href="https://web.archive.org/web/20220311165242/https://www.bbc.co.uk/newsround">Newsround</a></li><li class="orb-nav-bitesize orb-d"><a href="https://web.archive.org/web/20220311165242/https://www.bbc.co.uk/bitesize">Bitesize</a></li><li class="orb-nav-ownit orb-d"><a href="https://web.archive.org/web/20220311165242/https://www.bbc.com/ownit">Own It</a></li><li class="orb-nav-cbeebies"><a href="https://web.archive.org/web/20220311165242/https://www.bbc.co.uk/cbeebies">CBeebies</a></li><li class="orb-nav-cbbctv"><a href="https://web.archive.org/web/20220311165242/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/20220311165242/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 = window.orb || {}; window.orb.worldwideFooterlinks = '<li class="orb-footer-ads"><a href="https://web.archive.org/web/20220311165242/https://www.bbcglobalnews.com/">Advertise with us<' + '/a><' + '/li><li class="orb-footer-adchoices"><a href="https://web.archive.org/web/20220311165242/https://www.bbc.com/usingthebbc/cookies/how-does-the-bbc-use-cookies-for-advertising/">AdChoices / Do Not Sell My Info<' + '/a><' + '/li>';</script><div class="orb-footer-inner"><div><ul><li class="orb-footer-terms"><a href="https://web.archive.org/web/20220311165242/https://www.bbc.co.uk/usingthebbc/terms/">Terms of Use</a></li><li class="orb-footer-about"><a href="https://web.archive.org/web/20220311165242/https://www.bbc.co.uk/aboutthebbc">About the BBC</a></li><li class="orb-footer-privacy"><a href="https://web.archive.org/web/20220311165242/https://www.bbc.co.uk/usingthebbc/privacy/">Privacy Policy</a></li><li class="orb-footer-cookies"><a href="https://web.archive.org/web/20220311165242/https://www.bbc.co.uk/usingthebbc/cookies/">Cookies</a></li><li class="orb-footer-accessibility"><a href="https://web.archive.org/web/20220311165242/https://www.bbc.co.uk/accessibility/">Accessibility Help</a></li><li class="orb-footer-parental"><a href="https://web.archive.org/web/20220311165242/https://www.bbc.co.uk/guidance">Parental Guidance</a></li><li class="orb-footer-contact"><a href="https://web.archive.org/web/20220311165242/https://www.bbc.co.uk/contact">Contact the BBC</a></li><li class="orb-footer-newsletter"><a href="https://web.archive.org/web/20220311165242/https://www.bbc.co.uk/bbcnewsletter">Get Personalised Newsletters</a></li></ul><small><em class="orb-hilight">Copyright &copy; 2022 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/20220311165242/https://www.bbc.co.uk/editorialguidelines/guidance/feeds-and-links" class="orb-hilight">Read about our approach to external linking.</a></span></small></div></div></div></footer></div><script type="text/javascript" src="https://web.archive.org/web/20220311165242js_/https://static.files.bbci.co.uk/orbit/1b6b61cd4d5f792da2216b606c5dfe73/js/redirect.bundle.js" async=""></script><script type="text/javascript" src="https://web.archive.org/web/20220311165242js_/https://static.files.bbci.co.uk/orbit/1b6b61cd4d5f792da2216b606c5dfe73/js/performance.bundle.js" data-release="3.0.0-1870.883507a1" data-ux="orb" data-reqjs="" async=""></script> <script id="orb-js-script" data-assetpath="https://static.files.bbci.co.uk/orbit/1b6b61cd4d5f792da2216b606c5dfe73/" src="https://web.archive.org/web/20220311165242js_/https://static.files.bbci.co.uk/orbit/1b6b61cd4d5f792da2216b606c5dfe73/js/orb.min.js"></script> <script type="module" src="https://web.archive.org/web/20220311165242jm_/https://static.files.bbci.co.uk/orbit/1b6b61cd4d5f792da2216b606c5dfe73/js/orbit.js" async=""></script><script nomodule="" type="text/javascript" src="https://web.archive.org/web/20220311165242js_/https://static.files.bbci.co.uk/orbit/1b6b61cd4d5f792da2216b606c5dfe73/js/legacyOrbit.js" async=""></script> <script type="text/javascript">/*<![CDATA[*/ (function() { function loadJs(url) { var script = document.createElement('script'); script.type = 'text/javascript'; script.src = url; script.async = true; document.getElementsByTagName('body')[0].appendChild(script); } window.bbcuser.isUKCombined().then(function(isUK) { if (isUK) { loadJs('https://web.archive.org/web/20220311165242/https://static.files.bbci.co.uk/orbit/1b6b61cd4d5f792da2216b606c5dfe73/js/edr.min.js'); } }); })(); /*]]>*/</script> <script type="module">if (window.bbcuser && window.bbcuser.isUKCombined) { bbcuser.isUKCombined().then(function (isUK) { if (isUK) { import('https://web.archive.org/web/20220311165242/https://nav.files.bbci.co.uk/searchbox/42b955eee75a305e2e20ce2ce745e772//js/search-suggest.js').then(drawer => { drawer.setupSearchDrawer({ searchboxAppStaticPrefix: 'https://web.archive.org/web/20220311165242/https://nav.files.bbci.co.uk/searchbox/42b955eee75a305e2e20ce2ce745e772/', variant: 'cbbc', searchScope: 'cbbc', }); }); } }); }</script> <script type="text/javascript" src="https://web.archive.org/web/20220311165242js_/https://nav.files.bbci.co.uk/navpromo/34f98a4c8573fabed16dc8acea28feb8/js/footerpromo.js" data-base="https://navpromo.api.bbci.co.uk" data-variant="cbbc" async=""></script> <script type="text/javascript">window.COOKIES_STATIC_HOST="https://web.archive.org/web/20220311165242/https://static.files.bbci.co.uk/cookies/6868f40b6841deedfcf9895de775e1ab/cookie-banner/cookie-prompt/"</script><script src="https://web.archive.org/web/20220311165242js_/https://static.files.bbci.co.uk/cookies/6868f40b6841deedfcf9895de775e1ab/cookie-banner/cookie-banners.bundle.js" async=""></script> <script src="https://web.archive.org/web/20220311165242js_/https://nav.files.bbci.co.uk//user-activity-helper/a8196ecdef2d10b40b1afc53b833773a/js/detectview.bundle.js" async=""></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>require.config({"paths":{"bump-3":"//web.archive.org/web/20220311165242/https://emp.bbci.co.uk/emp/bump-3/bump-3","bump-4":"//web.archive.org/web/20220311165242/https://emp.bbci.co.uk/emp/bump-4/bump-4","echo-8.1.0":"//web.archive.org/web/20220311165242/https://static.bbci.co.uk/echoclient/modules/echo-8.1.0.js","jssignals-1":"//web.archive.org/web/20220311165242/https://static.bbci.co.uk/frameworks/jssignals/0.3.6/modules/jssignals-1","jquery-1":"//web.archive.org/web/20220311165242/https://static.test.bbc.co.uk/frameworks/jquery/0.4.1/sharedmodules/jquery-1.7.2","jquery-1.9":"//web.archive.org/web/20220311165242/https://static.bbci.co.uk/frameworks/jquery/0.4.1/sharedmodules/jquery-1.9.1","swfobject-2":"//web.archive.org/web/20220311165242/https://static.bbci.co.uk/frameworks/swfobject/0.1.10/sharedmodules/swfobject-2","istats-1":"//web.archive.org/web/20220311165242/https://nav.files.bbci.co.uk/orbit-webmodules/0.0.2-524.9a574c9/istats/istats-1"}})</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":"60055936","assetUri":"\/newsround\/news\/watch_newsround","firstCreated":"2022-01-19T12:26:15+00:00","headline":"Watch Newsround","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/465ec49c-484f-4347-e050-380a59806655","language":"en-gb","lastUpdated":"2022-03-11T08:26:26+00:00","media":{"images":{"index":{"123637054":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/B011\/production\/_123637054_p0btt8ll.jpg","originCode":"cpsprodpb","altText":"De-Graft on the Newsround sofa with a pic of wheels and doors","copyrightHolder":"BBC","allowSyndication":false}},"index-thumbnail":{"123637056":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/FE31\/production\/_123637056_p0btt8ll.jpg","originCode":"cpsprodpb","altText":"De-Graft on the Newsround sofa with a pic of wheels and doors","copyrightHolder":"BBC","allowSyndication":false}}},"videos":{"index":{"60704053":{"caption":"Watch Newsround","entityType":"Clip","externalId":"p0btt8jb"}},"primary":{"60704053":{"caption":"Watch Newsround","entityType":"Clip","externalId":"p0btt8jb"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"De-Graft has your Friday Newsround. We update you on what is happening at Chelsea Football Club, find out how Martin does at para-skiing and it's Friday so we bring you this week's strangest news!","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":"Newsround Quizzes","items":[{"id":"59344807","promoType":"story","timestamp":"2021-11-19T11:19:54+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/FA13\/production\/_121091046_cover_no-text_10x10_rgb.jpg","imgAlt":"Adele","headline":"Are you an Adele superfan? Try our quiz","summary":"Singer Adele is back with new album. Why not test your Adele knowledge in our quiz!","href":"\/newsround\/59344807","includeComments":true},{"id":"49604374","promoType":"story","timestamp":"2021-09-19T05:16:20+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/130DE\/production\/_120664087_strictly.jpg","imgAlt":"Strictly Come Dancing","headline":"How well do you know your Strictly dances?","summary":"Do you know your quickstep from your foxtrot? Test your knowledge of the Strictly dances!","href":"\/newsround\/49604374","includeComments":true},{"id":"58615194","promoType":"story","timestamp":"2021-09-19T09:24:02+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/1622F\/production\/_120617609_amazonstudios_210802a_thumb.jpg","imgAlt":"Image from the first series of Amazon's Lord of the Rings TV series.","headline":"How much do you know about Lord of the Rings?","summary":"How much do you think you know about the epic fantasy story, Lord of the Rings?","href":"\/newsround\/58615194","includeComments":false},{"id":"57566354","promoType":"story","timestamp":"2021-06-26T07:22:30+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/8251\/production\/_119016333_untitled.png","imgAlt":"Dinosaur","headline":"Which dinosaur are you?","summary":"Ever wondered which dinosaur you're similar to? Well try our personality quiz and find out!","href":"\/newsround\/57566354","includeComments":false},{"id":"58490789","promoType":"story","timestamp":"2021-09-09T05:52:21+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/17111\/production\/_120618449_lklklk.jpg","imgAlt":"pinapples","headline":"Fruit or veg? Do you know your healthy foods?","summary":"We reckon you are experts when it comes to crisps and chocolate, but how do well you know your fruits, your veg and your nuts?","href":"\/newsround\/58490789","includeComments":true},{"id":"57098170","promoType":"story","timestamp":"2021-05-13T06:56:35+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/9567\/production\/_118474283_gettyimages-1128675063.jpg","imgAlt":"solar system","headline":"Try our solar system quiz!","summary":"Solar System: Test yourself with our quiz","href":"\/newsround\/57098170","includeComments":false},{"id":"58615537","promoType":"story","timestamp":"2021-09-19T09:37:52+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/1245A\/production\/_103224847_horsea.png","imgAlt":"Horse galloping with flowers in its mouth","headline":"How well do you know your equines?","summary":"What's the difference between a horse, a donkey and a mule?","href":"\/newsround\/58615537","includeComments":false},{"id":"52527526","promoType":"story","timestamp":"2020-05-04T07:58:30+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/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":"58552024","promoType":"story","timestamp":"2021-09-15T05:30:55+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/135F9\/production\/_120535397_photo14-09-2021110440.jpg","imgAlt":"Messi, Ronaldo, Mbappe and Lewandowski.","headline":"Fifa 22: Where are the world's best players ranked?","summary":"Where do Ronaldo, Messi and Lewandowski rank on the new game?","href":"\/newsround\/58552024","includeComments":true},{"id":"47387157","promoType":"story","timestamp":"2020-05-14T06:44:14+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/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":"48888243","promoType":"story","timestamp":"2021-07-07T11:23:37+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/ED5E\/production\/_107766706_gettyimages-79065090.jpg","imgAlt":"A boy eating chocolate.","headline":"Take our World Chocolate Day Quiz","summary":"After Christmas and Easter there's another day when you can eat lots of chocolate. Hooray!","href":"\/newsround\/48888243","includeComments":true},{"id":"57257081","promoType":"story","timestamp":"2021-05-27T07:39:46+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/1000C\/production\/_118684556_gettyimages-854354744.jpg","imgAlt":"giant's causeway","headline":"Can you name the seven natural wonders of the UK?","summary":"Experts at The Royal Geographical Society have shared the top seven natural wonders of the UK. How many of these beauty spots do you know?","href":"\/newsround\/57257081","includeComments":true},{"id":"52545218","promoType":"story","timestamp":"2020-05-05T10:32:52+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/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":"45024727","promoType":"story","timestamp":"2018-07-31T16:02:57+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/162E9\/production\/_102775809_harry.jpg","imgAlt":"Harry Potter and his owl","headline":"Which Harry Potter family do you belong to?","summary":"Take our quiz to find out which Harry Potter and the Cursed Child family would you fit into.","href":"\/newsround\/45024727","includeComments":false},{"id":"51078336","promoType":"story","timestamp":"2020-01-17T09:32:11+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/17A09\/production\/_105177769_gettyimages-849916536.jpg","imgAlt":"coins","headline":"Quiz: How well do you know your coins?","summary":"How well do you know your coins?","href":"\/newsround\/51078336","includeComments":true},{"id":"52343789","promoType":"story","timestamp":"2020-04-21T15:47:49+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/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":"53523635","promoType":"story","timestamp":"2020-07-27T08:14:21+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/18145\/production\/_113692689_quiz_1.png","imgAlt":"QUIZ!","headline":"Take our mega 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":"58436170","promoType":"story","timestamp":"2021-09-04T09:06:24+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/EB12\/production\/_120387106_gettyimages-528215436.jpg","imgAlt":"beyonce.","headline":"Are you a Beyonc茅 superfan?","summary":"Happy Bey-day! The pop queen Beyonc茅 is 40. Find out more about her here and test your fan-knowledge in our quiz!","href":"\/newsround\/58436170","includeComments":true},{"id":"52565132","promoType":"story","timestamp":"2020-05-07T15:42:12+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/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":"52649183","promoType":"story","timestamp":"2020-05-13T11:06:04+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/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}]}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__60693396/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60693396":21}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__60688438/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60688438":3}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__60674949/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60674949":105}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__60658623/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60658623":1}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__60652151/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60652151":2}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__60662417/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60662417":9}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__60522331/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60522331":199}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__60536983/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60536983":11}}); });</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","orbit-forge-free":"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":"War in Ukraine","items":[{"id":"60662417","promoType":"story","timestamp":"2022-03-08T16:15:01+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/1D5F\/production\/_123591570_mediaitem123332269.jpg","imgAlt":"Ukraine's biggest national flag on the country's highest flagpole and the giant Motherland monument are seen at a compound of the World War II museum in Kyiv, Ukraine","headline":"Guide: Why has Russia invaded Ukraine and what's happening?","summary":"Who, where, why, what? We've been answering some of your questions about what's happening in Ukraine and around the world.","href":"\/newsround\/60662417","includeComments":true},{"id":"60664715","promoType":"media","timestamp":"2022-03-09T06:11:58+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/FEAF\/production\/_123599156_p0bt51v3.jpg","imgAlt":"Keyframe #7","headline":"Ukraine: 'I feel like there's still hope, that we're not alone'","summary":"Shanequa speaks to young people in Liverpool who have family members still in Ukraine about their feelings during this difficult time of war.","href":"\/newsround\/60664715","includeComments":false,"videoOptions":{"title":"'I feel like there's still hope, that we're not alone'","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p0bt507f","vpid":"p0bt507r","holdingImageUrl":"\/\/web.archive.org\/web\/20220311165242\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p0bt51v3.jpg","mediaType":"video","mediaForm":"clip","duration":"2:35"}},{"id":"60638979","promoType":"story","timestamp":"2022-03-08T06:50:17+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/CA9B\/production\/_123576815_yarkoonhisown.jpg","imgAlt":"Yarko","headline":"'I feel good here, just like in my school in Lviv'","summary":"Newsround has been speaking to nine-year-old Yarko who left Ukraine a week ago and has just started at a school in Poland.","href":"\/newsround\/60638979","includeComments":true},{"id":"60648373","promoType":"story","timestamp":"2022-03-08T06:45:10+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/1176F\/production\/_123453517_gettyimages-1373101584-594x594.jpg","imgAlt":"A family holding a baby walking next to a train","headline":"Why the UK is facing criticism over help for Ukrainians","summary":"The European Union says up to four million people may try to leave and that it will welcome refugees with \"open arms\".","href":"\/newsround\/60648373","includeComments":true},{"id":"60619050","promoType":"story","timestamp":"2022-03-05T06:20:07+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/181B\/production\/_123517160_gettyimages-1238915069.jpg","imgAlt":"Refugees gathered at the Polish border","headline":"How can you help people affected by war in Ukraine?","summary":"Aid charities are working in Ukraine while groups in nearby countries are ready to support refugees.","href":"\/newsround\/60619050","includeComments":true},{"id":"60668473","promoType":"story","timestamp":"2022-03-08T17:21:41+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/C237\/production\/_123591794_nozzle.jpg","imgAlt":"Man filling a car with petrol at UK station, February 2022","headline":"US and UK announce ban on Russian oil","summary":"The US and UK are banning Russian oil as countries harden their response to the invasion of Ukraine.","href":"\/newsround\/60668473","includeComments":true},{"id":"60638984","promoType":"story","timestamp":"2022-03-07T07:40:59+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/118BB\/production\/_123576817_martaindexpic.jpg","imgAlt":"Marta","headline":"Ukraine evacuation: 'We're just doing whatever we can'","summary":"Newsround has been speaking to children in Poland who have escaped from the war in neighbouring Ukraine and meeting those who are helping them once they get to safety.","href":"\/newsround\/60638984","includeComments":true},{"id":"60615215","promoType":"story","timestamp":"2022-03-04T10:48:28+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/C918\/production\/_123508415_whatsappimage2022-03-04at07.33.38.jpg","imgAlt":"Anastasiia and Miroslava","headline":"'We're escaping to Germany to find peace'","summary":"As more and more refugees leave Ukraine and cross the border for safety, Newsround hears from two sisters at the main station in neighbouring country Poland. They told Jenny about their experiences and their hopes to move on to Germany.","href":"\/newsround\/60615215","includeComments":true},{"id":"60644512","promoType":"gallery","timestamp":"2022-03-07T07:49:56+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/3243\/production\/_123576821_gettyimages-1381712598.jpg","imgAlt":"Protest in cardiff uk","headline":"Protests around the world - in pictures","summary":"Over the weekend, people in countries all over the world have been protesting against the attack on Ukraine. In Russia however, people are being arrested at demonstrations for going against their government.","href":"\/newsround\/60644512","includeComments":false},{"id":"60637163","promoType":"story","timestamp":"2022-03-06T09:28:48+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/10AF0\/production\/_123563386_gettyimages-1238871388.jpg","imgAlt":"boris-johnson.","headline":"Prime minister sets out plans to put pressure on Putin","summary":"Boris Johnson wrote an essay for the New York Times newspaper, setting out six actions which he thinks should be taken by world leaders to put pressure on Russia's leader Vladimir Putin.","href":"\/newsround\/60637163","includeComments":true},{"id":"13865002","promoType":"story","timestamp":"2022-02-25T07:22:20+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/BE48\/production\/_114421784_p08rvlkj.jpg","imgAlt":"sad girl looking at phone","headline":"Advice if you're upset by the news","summary":"If you are upset by the news, here is some advice to help you.","href":"\/newsround\/13865002","includeComments":false},{"id":"60568631","promoType":"media","timestamp":"2022-03-02T06:36:22+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/BD20\/production\/_123461484_mediaitem123461483.jpg","imgAlt":"Fake news and Facts keys on a computer keyboard.","headline":"How to spot misleading stories online about Ukraine crisis","summary":"BBC Specialist Disinformation Reporter Marianna Spring has some tips on how to spot what's true and what's false.","href":"\/newsround\/60568631","includeComments":false,"videoOptions":{"title":"Ukraine crisis: How to spot misleading stories online","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p0brrmtl","vpid":"p0brrmtq","holdingImageUrl":"\/\/web.archive.org\/web\/20220311165242\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p0brrpmd.jpg","mediaType":"video","mediaForm":"clip","duration":"1:23"}},{"id":"60554258","promoType":"media","timestamp":"2022-02-28T09:18:32+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/E463\/production\/_123476485_mediaitem123476484.jpg","imgAlt":"Russian and Ukrainian flags","headline":"War in Ukraine: What's happening there?","summary":"Ukraine and Russia have a long and complicated relationship. Find out more about the war in Ukraine here.","href":"\/newsround\/60554258","includeComments":false,"videoOptions":{"title":"Ukraine and Russia's complicated relationship explained","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p0brkx8s","vpid":"p0brkx8z","holdingImageUrl":"\/\/web.archive.org\/web\/20220311165242\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p0brkxp3.jpg","mediaType":"video","mediaForm":"clip","duration":"1:30"}},{"id":"60590289","promoType":"story","timestamp":"2022-03-03T06:51:26+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/8DF2\/production\/_123483363_gettyimages-1238682585.jpg","imgAlt":"woman-watching-TV-in-Russia.","headline":"What's life like for people in Russia right now?","summary":"Russians, including many children, are seeing some big changes to their lives as a result of their country's invasion of Ukraine.","href":"\/newsround\/60590289","includeComments":true},{"id":"60556027","promoType":"story","timestamp":"2022-03-03T06:53:43+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/2CCB\/production\/_123476411_gettyimages-1372466021.jpg","imgAlt":"Louis Tomlinson.","headline":"Concerts, films and ballet cancelled in Russia","summary":"Lots of music artists have cancelled concerts because of the war in Ukraine. Find out more here.","href":"\/newsround\/60556027","includeComments":true},{"id":"60601113","promoType":"story","timestamp":"2022-03-03T10:43:38+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/EF86\/production\/_123481316_tv074280274.jpg","imgAlt":"andrew-parsons.","headline":"Russia and Belarus banned from Paralympics","summary":"Athletes from Russia and Belarus will not be able to compete in the Paralympic Winter Games as the committee overturns original decision.","href":"\/newsround\/60601113","includeComments":true},{"id":"60522331","promoType":"story","timestamp":"2022-02-28T08:08:40+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/9F31\/production\/_123435704_p0brgf0l.jpg","imgAlt":"Ukrainian refugees leave the country","headline":"What is being done to help Ukrainian refugees?","summary":"Following the invasion of Ukraine, many people living there have had no choice but to leave their homes in search of a safe place to stay. Some of the countries that border Ukraine have welcomed many thousands of refugees. Read our guide to find out more.","href":"\/newsround\/60522331","includeComments":true},{"id":"60536983","promoType":"story","timestamp":"2022-03-01T14:06:38+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/B60C\/production\/_123440664_ukraineglossarythumbnail.png","imgAlt":"What do all the words mean","headline":"War in Ukraine: What do all the words mean?","summary":"While you're keeping up to date with what's going on in Ukraine, you might be coming across a lot of new words and phrases - we've taken some of the key terms and explained them","href":"\/newsround\/60536983","includeComments":true},{"id":"60524404","promoType":"story","timestamp":"2022-03-02T07:33:07+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/12D77\/production\/_123457177_fifaanduefa.jpg","imgAlt":"Fifa and Uefa","headline":"Fifa and Uefa suspend all Russian football teams","summary":"Russian football clubs and national teams have been suspended from all football competitions after the country's invasion of Ukraine.","href":"\/newsround\/60524404","includeComments":true},{"id":"60662831","promoType":"story","timestamp":"2022-03-08T11:21:44+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/DCC7\/production\/_123591565_still_-amended_00102.png","imgAlt":"A map of Europe showing Ukraine and Russia","headline":"What's the history between Russia, Ukraine and the West?","summary":"What's the history between Russia, Ukraine and the West?","href":"\/newsround\/60662831","includeComments":true},{"id":"60546877","promoType":"story","timestamp":"2022-02-28T15:32:06+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/16450\/production\/_123461219_volod.jpg","imgAlt":"Ukraine's President Volodymyr Zelensky attends drills held by the Ministry of Internal Affairs of Ukraine on 12 Feb 2022","headline":"Who is Volodymyr Zelensky?","summary":"Find out more about the Ukrainian President Volodymyr Zelensky.","href":"\/newsround\/60546877","includeComments":true},{"id":"60558072","promoType":"gallery","timestamp":"2022-03-01T06:28:54+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/1484D\/production\/_123454048_gettyimages-1238814815.jpg","imgAlt":"Toys are distributed free for peoplechildren arriving from Ukraine after crossing Ukrainian-Polish border in Medyka. Przemysl, Poland","headline":"The people helping refugees arriving from Ukraine","summary":"Refugees escaping the conflict in Ukraine have been arriving In Poland, Hungary, Romania and Slovakia, where people are providing aid.","href":"\/newsround\/60558072","includeComments":false},{"id":"60568636","promoType":"media","timestamp":"2022-03-01T09:48:17+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/6B90\/production\/_123463572_p0brs2cl.jpg","imgAlt":"BBC reporter James Waterhouse","headline":"Ukraine crisis: Day six of Russian invasion","summary":"BBC reporter James Waterhouse updates Newsround on what's happening in Ukraine.","href":"\/newsround\/60568636","includeComments":false,"videoOptions":{"title":"Ukraine crisis: Day six of Russian invasion","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p0brrq99","vpid":"p0brrq9h","holdingImageUrl":"\/\/web.archive.org\/web\/20220311165242\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p0brs30s.jpg","mediaType":"video","mediaForm":"clip","duration":"1:12"}},{"id":"60513502","promoType":"media","timestamp":"2022-02-24T15:59:17+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/69A0\/production\/_123404072_gettyimages-1162913950.jpg","imgAlt":"Russian and Ukrainian flags","headline":"The history of Ukraine-Russia tensions","summary":"Why Russia has invaded Ukraine, and the background of the tension between the two countries","href":"\/newsround\/60513502","includeComments":false,"videoOptions":{"title":"The history of Ukraine-Russia tensions","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p0br0hy3","vpid":"p0br58zx","holdingImageUrl":"\/\/web.archive.org\/web\/20220311165242\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p0brn48t.jpg","mediaType":"video","mediaForm":"clip","duration":"1:12"}},{"id":"60521909","promoType":"story","timestamp":"2022-02-26T09:07:49+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/A2C3\/production\/_123476614_mediaitem123476613.jpg","imgAlt":"vladimir-putin","headline":"Who is Vladimir Putin?","summary":"Russian President Vladimir Putin has been in power for two decades. He's one of the most important leaders in the world, but many people have very different opinions about him.","href":"\/newsround\/60521909","includeComments":true},{"id":"60522472","promoType":"gallery","timestamp":"2022-02-28T08:16:58+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/164EE\/production\/_123447319_gettyimages-1373186597.jpg","imgAlt":"A photo of a sign saying 'Stand with Ukraine'","headline":"Protests against the war in Ukraine from around the world","summary":"People from countries all around the world have been attending marches and protests against Russia's invasion of Ukraine.","href":"\/newsround\/60522472","includeComments":false},{"id":"60416721","promoType":"story","timestamp":"2022-02-18T09:34:00+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/439E\/production\/_123001371_airpolicing.png","imgAlt":"Turkish fighter jets on patrol for Nato over Poland","headline":"What is Nato?","summary":"Nato countries are trying to help Ukraine in the face of a possible Russian invasion. But was is Nato?","href":"\/newsround\/60416721","includeComments":true},{"id":"60520226","promoType":"story","timestamp":"2022-02-26T13:42:26+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/9A30\/production\/_123427493_index_1619383709_rc2irs9jikj7_rtrmadp_3_ukraine-crisis-kyiv.jpg","imgAlt":"Smoke rises after recent shelling in Kyiv, Ukraine February 26, 2022.","headline":"Citizens in Ukraine's capital Kyiv urged to stay at home","summary":"The Ukrainian government says that while there is fighting taking place on some streets in the city of Kyiv, they remain in control of the situation and are fighting back.","href":"\/newsround\/60520226","includeComments":true},{"id":"60536040","promoType":"story","timestamp":"2022-02-26T09:55:14+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/8ED7\/production\/_123476563_mediaitem123476562.jpg","imgAlt":"Eurovision Song Contest 2022 logo","headline":"Russia banned from 2022 Eurovision Song Contest","summary":"After originally saying Russia could take part, the European Broadcasting Union have now said Russia will not be allowed to send an entry to the singing contest in Italy.","href":"\/newsround\/60536040","includeComments":true},{"id":"60417806","promoType":"story","timestamp":"2022-02-24T15:59:59+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/176EB\/production\/_123397959_mediaitem123397866.jpg","imgAlt":"convoy enters from crimea","headline":"Russia launches attack on Ukraine","summary":"UK condemns unprovoked attack on Ukraine after Russian forces cross the border, with reports of explosions near major cities across the country.","href":"\/newsround\/60417806","includeComments":true},{"id":"60539161","promoType":"gallery","timestamp":"2022-02-26T15:03:17+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/160C9\/production\/_123431309_mediaitem123431308.jpg","imgAlt":"10 Downing Street in blue and yellow","headline":"World landmarks light up in support of Ukraine","summary":"Countries across the world have illuminated monuments and buildings in the colours of Ukraine鈥檚 flag - blue and yellow - to show support for the nation following the Russian invasion.","href":"\/newsround\/60539161","includeComments":false},{"id":"60508750","promoType":"story","timestamp":"2022-02-25T09:04:47+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/01B9\/production\/_123414400_borisbiden.png","imgAlt":"Biden Boris","headline":"How UK and US are reacting to invasion","summary":"Prime Minster Boris Johnson called Russia's actions an attack on democracy and freedom in eastern Europe and throughout the world.","href":"\/newsround\/60508750","includeComments":true},{"id":"60475007","promoType":"story","timestamp":"2022-02-23T17:45:03+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/9244\/production\/_123344473_putin.jpg","imgAlt":"Putin","headline":"Putin under pressure over Russian actions in Ukraine","summary":"President Putin has ordered troops into two regions of Ukraine - Donetsk and Luhansk - after recognising them as independent countries. The move has been condemned by leaders across the world and some people are worried it is the beginning of a Russian invasion of Ukraine.","href":"\/newsround\/60475007","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__60708741/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60708741":1}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__60688826/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60688826":20}}); });</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":"Newsround Specials","items":[{"id":"54121076","promoType":"media","timestamp":"2020-09-14T06:28:32+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/638A\/production\/_114328452_p08r63rv.jpg","imgAlt":"Fiji-on-the-climate-change-frontline-graphic","headline":"Fiji: On the Climate Change Frontline","summary":"Fiji in the Pacific ocean is under serious threat from climate change. The country is experiencing more storms, rising and warming seas, and damage to its coral reefs. Newsround went to find out the impact climate change is having on Fiji and what people are doing about it.","href":"\/newsround\/54121076","includeComments":false,"videoOptions":{"title":"Fiji: On the Climate Change Frontline","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p08r61zy","vpid":"p08r6200","holdingImageUrl":"\/\/web.archive.org\/web\/20220311165242\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p08r63rv.jpg","mediaType":"video","mediaForm":"clip","duration":"9:20"}},{"id":"56267456","promoType":"story","timestamp":"2021-03-08T06:39:14+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/1335F\/production\/_117478687_p098xp5j.jpg","imgAlt":"Lauren Layfield","headline":"Let's Talk About Periods!","summary":"People are often embarrassed to talk about periods. Follow Lauren Layfield to hear from celebrities, children and experts and discover what periods are, people's attitudes towards them and why it's important to open up the conversation.","href":"\/newsround\/56267456","includeComments":true},{"id":"48938301","promoType":"story","timestamp":"2019-07-12T12:23:03+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/9CA6\/production\/_107820104_sk_thumb_1920_2.jpg","imgAlt":"youtube-jun.","headline":"Newsround in South Korea: What's life like there?","summary":"Young people tell their stories about escaping from North to South Korea, being at an internet addiction camp and K-beauty. Find out more about South Korea's football star Son Heung-Min and what it takes to be a K-pop star.","href":"\/newsround\/48938301","includeComments":true},{"id":"46932823","promoType":"media","timestamp":"2020-10-15T06:53:46+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/D8A0\/production\/_110665455_p06ykg0b.jpg","imgAlt":"Steven and Maggie.","headline":"Finding my Family: Holocaust - A Newsround Special","summary":"In a special programme for Holocaust Memorial Day at the weekend, Holocaust survivor Steven Frank takes his granddaughter Maggie on a journey to learn about his experiences.","href":"\/newsround\/46932823","includeComments":false,"videoOptions":{"title":"Watch Finding my Family: Holocaust - A Newsround Special","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p06ykdcj","vpid":"p06ykdcm","holdingImageUrl":"\/\/web.archive.org\/web\/20220311165242\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p06ykg0b.jpg","mediaType":"video","mediaForm":"clip","duration":"29:23"}},{"id":"52417409","promoType":"media","timestamp":"2020-04-26T14:26:07+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/10563\/production\/_111951966_p08bh2y6.jpg","imgAlt":"Australia-life-after-the-fires","headline":"Australia: Life after the bushfires","summary":"Australia experienced the worst bushfire season ever in 2019\/2020 with fires burning for months in large parts of the country. So what was it like living near them? We've been to find out.","href":"\/newsround\/52417409","includeComments":false,"videoOptions":{"title":"Newsround Special: Australia - Life after the fires","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p08bh2dg","vpid":"p08bh2dl","holdingImageUrl":"\/\/web.archive.org\/web\/20220311165242\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p08bh2y6.jpg","mediaType":"video","mediaForm":"clip","duration":"13:59"}},{"id":"51403096","promoType":"media","timestamp":"2020-02-07T09:39:52+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/6180\/production\/_110806942_p082hykf.jpg","imgAlt":"inside-my-head-taking-control-of-my-anxiety-a-newsround-special","headline":"Inside My Head: Taking Control of My Anxiety","summary":"This Newsround special follows 16-year-old mental health campaigner Molly as she learns five different ways to battle her anxiety.","href":"\/newsround\/51403096","includeComments":false,"videoOptions":{"title":"Inside My Head: Taking Control of My Anxiety","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p082hygn","vpid":"p082hygq","holdingImageUrl":"\/\/web.archive.org\/web\/20220311165242\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p082hykf.jpg","mediaType":"video","mediaForm":"clip","duration":"27:54"}},{"id":"44503109","promoType":"media","timestamp":"2018-06-18T05:48:33+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/617A\/production\/_103645942_windrush-index.jpg","imgAlt":"Maya in a blue top, Levi in a red top, both smiling at the camera.","headline":"Finding My Family - Windrush","summary":"Maya and Levi head to the Caribbean to find out about where their grandparents grew up, and why they moved to the UK as part of a historic period that changed the face of Britain","href":"\/newsround\/44503109","includeComments":false,"videoOptions":{"title":"Finding My Family - Windrush: A Newsround Special","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p06b6wkx","vpid":"p06b6wl2","holdingImageUrl":"\/\/web.archive.org\/web\/20220311165242\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p06b6wm4.jpg","mediaType":"video","mediaForm":"clip","duration":"27:19"}},{"id":"40848395","promoType":"media","timestamp":"2017-08-08T10:11:06+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/14931\/production\/_97237248_titleslateweb.jpg","imgAlt":"Finding My Family graphic","headline":"Finding My Family - Partition","summary":"Sumayyah, Shubhashukla and Kamolpriya are on the mission of their lives to find out what happened to their families during the Partition of India.","href":"\/newsround\/40848395","includeComments":false,"videoOptions":{"title":"Watch Finding My Family - Partition: A Newsround Special","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p05bv3k7","vpid":"p05bv3k9","holdingImageUrl":"\/\/web.archive.org\/web\/20220311165242\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p05bv3lz.jpg","mediaType":"video","mediaForm":"clip","duration":"23:43"}},{"id":"39383026","promoType":"media","timestamp":"2017-03-27T12:50:06+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/D429\/production\/_95331345_watchthespecial.jpg","imgAlt":"Inside My Head graphic","headline":"Inside My Head: Mental Health","summary":"Newsround is talking about mental health problems. In this special programme, 14-year-old Josh explains why it was so important for him to talk about what he was going through.","href":"\/newsround\/39383026","includeComments":false,"videoOptions":{"duration":"14:19"}},{"id":"32131619","promoType":"media","timestamp":"2015-03-31T17:32:01+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/news.bbcimg.co.uk\/media\/images\/82037000\/jpg\/_82037476_still_2.jpg","imgAlt":"Being Me","headline":"Being Me: Body Confidence","summary":"Newsround has made a new programme called Being Me, which explores how children feel about the way they look.","href":"\/newsround\/32131619","includeComments":false,"videoOptions":{"duration":"14:36"}},{"id":"32976667","promoType":"media","timestamp":"2015-06-02T16:14:54+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/news.bbcimg.co.uk\/media\/images\/83370000\/jpg\/_83370561_370560.jpg","imgAlt":"Growing Up Black in America","headline":"Growing Up Black in America","summary":"Newsround reporter Ricky travels all over the United States to find out what life is like for black people in the USA.","href":"\/newsround\/32976667","includeComments":false,"videoOptions":{"duration":"14:30"}},{"id":"32037871","promoType":"media","timestamp":"2015-03-25T07:40:18+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/news.bbcimg.co.uk\/media\/images\/81884000\/jpg\/_81884999_81884996.jpg","imgAlt":"America vs Food","headline":"America v Food","summary":"Ricky travels to America to find out more about the country's battle against obesity and discovers what we can learn to avoid the same fate.","href":"\/newsround\/32037871","includeComments":false,"videoOptions":{"duration":"11:19"}},{"id":"26136189","promoType":"story","timestamp":"2014-03-28T08:24:20+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/news.bbcimg.co.uk\/media\/images\/72932000\/jpg\/_72932244_cyber_still.jpg","imgAlt":"Our Cyberbullying special","headline":"Cyberbullying: A Newsround special","summary":"Cyberbullying is a problem we hear more and more about in the news. In this special Newsround, Ricky meets the kids who have been affected by bullying online.","href":"\/newsround\/26136189","includeComments":false},{"id":"30125852","promoType":"media","timestamp":"2014-11-20T18:12:54+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/news.bbcimg.co.uk\/media\/images\/79155000\/jpg\/_79155371_79155369.jpg","imgAlt":"Children and Ailee the alien","headline":"How to Make Friends on Planet Earth","summary":"CBBC wants everybody to say Bye Bye to Bullying - and Newsround has made a special programme about how to be a great friend.","href":"\/newsround\/30125852","includeComments":false,"videoOptions":{"duration":"16:00"}},{"id":"26754712","promoType":"media","timestamp":"2014-03-26T18:54:21+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/news.bbcimg.co.uk\/media\/images\/73827000\/jpg\/_73827111_frontline.jpg","imgAlt":"Frontline Families logo","headline":"Frontline Families","summary":"Watch the latest Newsround Special where we look at the impact war can have on military families.","href":"\/newsround\/26754712","includeComments":false,"videoOptions":{"duration":"13:34"}},{"id":"36247103","promoType":"media","timestamp":"2016-05-11T12:08:37+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/9028\/production\/_89640963_nr_rhino_promo_image.jpg","imgAlt":"Defending the Rhino image","headline":"Defending the Rhino","summary":"Newsround travels thousands of miles to look at the fight that rhino are facing in South Africa for Defending the Rhino: A Newsround Special.","href":"\/newsround\/36247103","includeComments":false,"videoOptions":{"duration":"16:13"}},{"id":"35707765","promoType":"media","timestamp":"2016-03-21T16:41:45+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/15771\/production\/_88912978_88565600.jpg","imgAlt":"Is Tech Taking Over?","headline":"Is Tech Taking Over?","summary":"Technology is awesome, but are we using it too much? Find out more in the latest Newsround Special.","href":"\/newsround\/35707765","includeComments":false,"videoOptions":{"duration":"15:54"}},{"id":"35587829","promoType":"media","timestamp":"2019-04-09T14:53:55+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/1306D\/production\/_88333977_brothers-sisters.jpg","imgAlt":"Brothers and Sisters: A Newsround Special","headline":"Brothers and Sisters","summary":"They make you laugh, drive you mad... and will be your friend for life - brothers and sisters are among the most important people to us. Watch Brothers and Sisters: A Newsround Special","href":"\/newsround\/35587829","includeComments":false,"videoOptions":{"duration":"13:57"}},{"id":"33795551","promoType":"media","timestamp":"2015-08-05T18:05:22+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/EBE1\/production\/_84658306_nr_japan_still02.jpg","imgAlt":"Hiroshima - a Newsround special thumbnail","headline":"Hiroshima: A Newsround Special","summary":"Leah travels to the Japanese city of Hiroshima, which was completely devastated by a nuclear bomb during World War Two.","href":"\/newsround\/33795551","includeComments":false,"videoOptions":{"duration":"15:35"}},{"id":"25361976","promoType":"story","timestamp":"2013-12-13T07:29:26+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/news.bbcimg.co.uk\/media\/images\/71732000\/jpg\/_71732850_mandela.jpg","imgAlt":"Ricky in South Africa","headline":"Newsround in South Africa","summary":"Ahead of Nelson Mandela's funeral on Sunday, Ricky is in South Africa to find out what kind of nation Mandela has left behind for children there.","href":"\/newsround\/25361976","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__60645607/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60645607":26}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__60658929/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60658929":1}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__60536040/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60536040":89}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__57024052/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__57024052":146}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__52213688/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__52213688":10}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__58490789/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__58490789":68}}); });</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":"60693396","promoType":"story","timestamp":"2022-03-11T15:14:19+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/138A0\/production\/_123623008_p0btt86x.jpg","imgAlt":"chelsea football shirt","headline":"What's going on at Chelsea football club?","summary":"The club can't buy players, sell match tickets and have to close the club shop after its owner was sanctioned by the UK government. It's all to do with the war in Ukraine - find out more.","href":"\/newsround\/60693396","includeComments":true},{"id":"60708741","promoType":"story","timestamp":"2022-03-11T12:04:56+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/131B7\/production\/_123636287_gettyimages-1384148038.jpg","imgAlt":"Ollie Hill celebrates his bronze medal","headline":"History-making bronze for GB at Winter Paralympics","summary":"Ollie Hill wins Britain's first Paralympic snowboard medal with bronze in the banked slalom LL2 event.","href":"\/newsround\/60708741","includeComments":true},{"id":"43245617","promoType":"media","timestamp":"2022-03-11T06:24:10+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/57E7\/production\/_123630522_p0btmvcf.jpg","imgAlt":"A wind powered sculpture moving across a beach","headline":"Strange News: The oddest stories of the week","summary":"This week's strange is brought to you by Hayley and she's got some weird beach creatures, an unusual goal and a present from above.","href":"\/newsround\/43245617","includeComments":false,"videoOptions":{"title":"Strange News","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p0btmst3","vpid":"p0btmst7","holdingImageUrl":"\/\/web.archive.org\/web\/20220311165242\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p0btvmn8.jpg","mediaType":"video","mediaForm":"clip","duration":"1:21"}},{"id":"60682280","promoType":"gallery","timestamp":"2022-03-11T09:08:33+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/16C4D\/production\/_123616239_mediaitem123616238.jpg","imgAlt":"Royal Mail Heroes of the Pandemic Stamps","headline":"Children design stamps to honour pandemic heroes","summary":"Eight winning designs were chosen from more than 600,000 entries, featuring an NHS workers, a scientist, a delivery driver and Captain Sir Tom Moore.","href":"\/newsround\/60682280","includeComments":false},{"promoType":"story","timestamp":"2022-02-28T06:50:45+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/12E9B\/production\/_123476477_mediaitem123476476.jpg","imgAlt":"Russian and Ukrainian flags","headline":"Click here to find all our content about the war in Ukraine","summary":"Find all our content about the war in Ukraine here","href":"https:\/\/web.archive.org\/web\/20220311165242\/https:\/\/www.bbc.co.uk\/newsround#more-stories-2","includeComments":false},{"id":"51318780","promoType":"story","timestamp":"2022-03-11T06:30:24+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/11F29\/production\/_123631537_frontcover-002.jpg","imgAlt":"Quiz-of-the-week","headline":"Quiz: Have you been following this week's news?","summary":"Have you been keeping up with the news? Test yourself with this quiz.","href":"\/newsround\/51318780","includeComments":false},{"id":"60692340","promoType":"story","timestamp":"2022-03-11T06:10:00+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/5C0A\/production\/_123626532_wheelsdoorsthumbnail.jpg","imgAlt":"wheels v doors","headline":"End the debate... Are there more doors or wheels?","summary":"A person on Twitter asked a seemingly innocent question, but the debate has now been raging on social media for more than a week.","href":"\/newsround\/60692340","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__60673759/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60673759":18}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__60677041/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60677041":6}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__60666748/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60666748":2}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__60521909/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60521909":181}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__60417806/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60417806":237}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__57257081/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__57257081":1}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__58436170/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__58436170":46}}); });</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/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__52649183":55}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__60692340/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60692340":34}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__60691106/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60691106":5}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__47482128/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__47482128":1}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__60677415/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60677415":25}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__60650660/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60650660":4}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__60607336/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60607336":1}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__60615208/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60615208":30}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__60619050/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60619050":45}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__60590289/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60590289":40}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__60662831/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60662831":0}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__49604374/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__49604374":13}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__60677422/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60677422":2}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__60664229/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60664229":0}}); });</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":"60622737","promoType":"media","timestamp":"2022-03-11T06:07:20+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/12950\/production\/_123521167_p0bskr11.jpg","imgAlt":"Para-skiing","headline":"Martin tries out para-skiing and finds out more about the sport","summary":"The para-skiing events at this year's Games will see athletes whizz down slopes at incredible speeds in a bid to win gold for their countries. Our very own Martin decided to try it out.","href":"\/newsround\/60622737","includeComments":false,"videoOptions":{"title":"Paraskiing","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p0bsjn6n","vpid":"p0bsjn6v","holdingImageUrl":"\/\/web.archive.org\/web\/20220311165242\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p0bskr11.jpg","mediaType":"video","mediaForm":"clip","duration":"2:49"}},{"id":"47482128","promoType":"story","timestamp":"2022-03-10T17:31:01+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/5981\/production\/_123631922_mediaitem123631921.jpg","imgAlt":"An Old English Sheepdog is seen the first day of the Crufts Dog Show","headline":"Everything you need to know about Crufts","summary":"From canine cooing to criticism, this is what you need to know about the Crufts dog show.","href":"\/newsround\/47482128","includeComments":true},{"id":"60693111","promoType":"story","timestamp":"2022-03-11T07:00:34+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/ED6E\/production\/_123628706_gettyimages-51632741.jpg","imgAlt":"rat.","headline":"Bringing back extinct animals may be impossible, say scientists","summary":"Scientists have been working on bringing a rat back to life, but it's a lot harder than they first imagined.","href":"\/newsround\/60693111","includeComments":true},{"id":"60693102","promoType":"story","timestamp":"2022-03-11T07:02:56+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/5566\/production\/_123626812_gettyimages-80175457.jpg","imgAlt":"flying birds.","headline":"A living map of the Earth's animals created in space","summary":"Scientists are creating a living map of the Earth's animals using a massive transmitter on the International Space Station.","href":"\/newsround\/60693102","includeComments":true},{"id":"60695642","promoType":"story","timestamp":"2022-03-11T06:58:05+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/9615\/production\/_123612483_samryder.jpg","imgAlt":"Picture of Sam Ryder","headline":"TikTok star to represent UK at Eurovision","summary":"Singer Sam Ryder will perform his song Space Man at the famous music event in May this year.","href":"\/newsround\/60695642","includeComments":true},{"id":"51836693","promoType":"story","timestamp":"2022-03-11T08:27:44+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/70AA\/production\/_111224882_titlepage.png","imgAlt":"Big Stories and big words","headline":"Newsround: 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":"60693106","promoType":"story","timestamp":"2022-03-10T14:59:13+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/54C7\/production\/_123130712_claraamfo.jpg","imgAlt":"A photo of Clara Amfo","headline":"Start date for Celebrity Great British Bake Off confirmed","summary":"The Great British Bake Off is back later this month, with five special celebrity episodes for Stand Up To Cancer.","href":"\/newsround\/60693106","includeComments":true},{"id":"60691106","promoType":"story","timestamp":"2022-03-10T10:58:19+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/593A\/production\/_123624822_rwandabat.jpg","imgAlt":"rwanda bat","headline":"Lost bat not seen in 40 years found in Rwandan rainforest!","summary":"Conservationists were thrilled to find it, as they were worried the Hill's Horseshoe Bat had gone extinct","href":"\/newsround\/60691106","includeComments":true},{"id":"60677415","promoType":"story","timestamp":"2022-03-10T08:42:16+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/16A95\/production\/_123612829_callum.png","imgAlt":"Callum-Isted","headline":"Seven-year-old Callum makes history with reusable bottle campaign","summary":"Callum got support from politicians at the Scottish Parliament for his petition to provide all primary school children with a reusable water bottle.","href":"\/newsround\/60677415","includeComments":true},{"id":"60673759","promoType":"story","timestamp":"2022-03-10T08:29:00+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/369C\/production\/_123608931_tv074447357.jpg","imgAlt":"Endurance-ship.","headline":"Lost ship Endurance has been found after 107 years!","summary":"Scientists have found the remains of the Endurance ship, which was the lost vessel of Antarctic explorer Sir Ernest Shackleton, at the bottom of the Weddell Sea.","href":"\/newsround\/60673759","includeComments":true},{"id":"60688826","promoType":"story","timestamp":"2022-03-10T08:34:56+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/13F3A\/production\/_123622718_tv074450277.jpg","imgAlt":"Lowri.","headline":"Encanto: Schoolgirl will be heading to the Baftas","summary":"12-year-old Lowri first wrote to Disney in 2019 asking the film company if they could create a character with glasses, just like her.","href":"\/newsround\/60688826","includeComments":true},{"id":"60677041","promoType":"story","timestamp":"2022-03-10T06:52:46+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/6964\/production\/_123608962_gettyimages-75167092.jpg","imgAlt":"Harrison-Schmitt-on-the-Moon.","headline":"Nasa is opening a 50-year-old sample of Moon rock!","summary":"The sample was first collected by Apollo 17 astronauts Eugene Cernan and Harrison \"Jack\" Schmitt all the way back in December 1972.","href":"\/newsround\/60677041","includeComments":true},{"id":"60677422","promoType":"story","timestamp":"2022-03-10T09:47:05+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/5C78\/production\/_123627632_nrgrad_3.jpg","imgAlt":"Obi-wan Kenobi","headline":"Obi-Wan: New Star Wars series trailer drops!","summary":"The series, which begins streaming on 25 May on Disney+, tells the story of Obi-Wan Kenobi and his time on Tatooine as he watches over a 10-year-old Luke Skywalker.","href":"\/newsround\/60677422","includeComments":true},{"id":"60677420","promoType":"story","timestamp":"2022-03-10T07:25:45+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/DAF3\/production\/_123615065_gettyimages-1249253459.jpg","imgAlt":"Creeping thistle","headline":"Why weeds aren't all bad","summary":"Researchers says weeds like thistles and ragworts are twice as likely to attract pollinators, like bees, than wild flowers.","href":"\/newsround\/60677420","includeComments":true},{"id":"60688438","promoType":"story","timestamp":"2022-03-10T07:31:44+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/10E02\/production\/_123622196_b32906e4-49f4-40af-8baf-72634cea44e2.jpg","imgAlt":"family-at-stargazing-event.","headline":"Have you ever spotted something unexpected in a photo?","summary":"One family got quite the shock after posing for a picture at a stargazing event in Northumberland on Saturday.","href":"\/newsround\/60688438","includeComments":true},{"id":"60679189","promoType":"story","timestamp":"2022-03-10T07:56:50+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/51E0\/production\/_92706902_primaryschool.jpg","imgAlt":"Primary school children in a classroom","headline":"Almost two million children regularly missing school","summary":"That's according to estimated figures gathered from 145 councils for the Children's Commissioner.","href":"\/newsround\/60679189","includeComments":true},{"id":"60659051","promoType":"media","timestamp":"2022-03-09T07:10:29+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/10B93\/production\/_123599486_de44.jpg","imgAlt":"Oaklie and Vela from BBC Bitesize's ,The Regenerators,","headline":"'Food waste can help the planet IF we use it properly!'","summary":"Oaklie and Vela from BBC Bitesize's Regenerators team, find out what we can do to reduce food waste and use leftovers in a way that can actually help our planet!","href":"\/newsround\/60659051","includeComments":false,"videoOptions":{"title":"How can we waste less food?","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p0bt467l","vpid":"p0bt467s","holdingImageUrl":"\/\/web.archive.org\/web\/20220311165242\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p0bt54qv.jpg","mediaType":"video","mediaForm":"clip","duration":"4:00"}},{"id":"60674949","promoType":"story","timestamp":"2022-03-09T14:25:46+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/11C75\/production\/_123612827_photo09-03-2022142006.jpg","imgAlt":"children on a beach.","headline":"Should school summer holidays be shorter?","summary":"The Welsh government is considering halving summer holidays from six weeks to three.","href":"\/newsround\/60674949","includeComments":true},{"id":"60673610","promoType":"gallery","timestamp":"2022-03-09T07:53:02+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/6324\/production\/_123608352_goldthomasvijayan_borneanorangutan.jpg","imgAlt":"orangutan","headline":"Who won what at the World Nature Photography Awards?","summary":"The winners of the World Nature Photography Awards have been announced! Entries came in from all over the world - here are some of our favourites.","href":"\/newsround\/60673610","includeComments":false},{"id":"60674947","promoType":"media","timestamp":"2022-03-09T12:44:26+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/104F1\/production\/_123610866_976a.jpg","imgAlt":"AUSLAN interpreter Mike Webb with poop on his jacket","headline":"Owl poos on Australian sign language interpreter!","summary":"This owl delivered a rather unpleasant present to this news conference in Australia...","href":"\/newsround\/60674947","includeComments":false,"videoOptions":{"title":"Owl poos on Australian sign language interpreter!","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p0btbn7n","vpid":"p0btbn7x","holdingImageUrl":"\/\/web.archive.org\/web\/20220311165242\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p0btbntd.jpg","mediaType":"video","mediaForm":"clip","duration":"0:22"}},{"id":"60673614","promoType":"story","timestamp":"2022-03-09T15:15:45+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/E8EF\/production\/_123613695_octopus.jpg","imgAlt":"octopus on sea floor","headline":"Oldest octopus fossil ever found named after US president","summary":"An ancient octopus fossil discovered by scientists in Montana, America, show that the sea creatures lived millions of years earlier than previously thought.","href":"\/newsround\/60673614","includeComments":true},{"id":"60673471","promoType":"story","timestamp":"2022-03-09T08:30:23+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/134E8\/production\/_123608097_gettyimages-84709618.jpg","imgAlt":"mcdonalds-sign.","headline":"McDonald's and Coca-Cola stop sales in Russia","summary":"The move comes after growing pressure for the companies to condemn the attacks in Ukraine and stop sales of their products in Russia.","href":"\/newsround\/60673471","includeComments":true},{"id":"60669634","promoType":"story","timestamp":"2022-03-08T18:24:57+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/9114\/production\/_123604173_befunky-collage.jpg","imgAlt":"parliament and Pres Zelensky","headline":"Applause for Ukrainian President after speech to MPs","summary":"Speaking on a live video call, Ukrainian President Zelensky promised he will \"fight to the end\" as he asked for more help and thanked the UK for its support ","href":"\/newsround\/60669634","includeComments":true},{"id":"51376710","promoType":"media","timestamp":"2022-03-09T06:12:15+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/12674\/production\/_123608357_croc.jpg","imgAlt":"crocodile","headline":"Your Planet: Environmental news from around the world","summary":"We see how a zoo is trying to get baby crocodiles off the endangered list and what President Biden is doing to help the environment.","href":"\/newsround\/51376710","includeComments":false,"videoOptions":{"title":"Your Planet: Environmental news from around the world","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p0bt34f1","vpid":"p0bt34f5","holdingImageUrl":"\/\/web.archive.org\/web\/20220311165242\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p0bt36n6.jpg","mediaType":"video","mediaForm":"clip","duration":"1:30"}},{"id":"60666748","promoType":"story","timestamp":"2022-03-09T06:12:35+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/48EE\/production\/_123607681_feec39f4-9622-42a5-bf2f-dc8a2184f8d5.jpg","imgAlt":"An enormous web that is home to community of social spiders","headline":"Social spiders found to hunt in packs in giant webs","summary":"Scientists have found that a species of social spider stalks their prey in large \"synchronised\" attacks in giant spider webs.","href":"\/newsround\/60666748","includeComments":true},{"id":"60664229","promoType":"story","timestamp":"2022-03-09T13:47:51+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/B144\/production\/_123608354_074340470-1.jpg","imgAlt":"Heather Knight of England during the ICC Women's Cricket World Cup","headline":"Women's Cricket World Cup: All you need to know","summary":"There will be 31 games played over 31 days so keep reading to find out more.","href":"\/newsround\/60664229","includeComments":true},{"id":"60659817","promoType":"story","timestamp":"2022-03-08T13:52:55+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/13C5C\/production\/_123588908_amazondeforestation_gettyimages-90111445.jpg","imgAlt":"Deforestation","headline":"Amazon rainforest struggling to recover from damage","summary":"The world's largest rainforest is losing its ability to bounce back from damage caused by droughts, fires and deforestation - but there is still hope!","href":"\/newsround\/60659817","includeComments":true},{"id":"60650660","promoType":"story","timestamp":"2022-03-08T06:46:39+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/62D1\/production\/_123579252_mediaitem123579251.jpg","imgAlt":"Flood water remains on backstreets off Kingsford Smith Dr, outside the city centre in Brisbane, Australia, 03 March 2022","headline":"Flood-hit Australians get ready for more heavy rain","summary":"Residents in eastern Australia are preparing themselves for heavy rainfall just over a week after the same area experienced record-breaking floods.","href":"\/newsround\/60650660","includeComments":true},{"id":"60664760","promoType":"media","timestamp":"2022-03-08T13:08:36+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/16FF6\/production\/_123589149_p0bt4zfn.jpg","imgAlt":"Newsround sent one young female filmmaker, Hatice to interview the cast and crew of Disney Pixar's Turning Red which had a all-female filmmaking team.","headline":"Young filmmaker interviews the cast of Disney's Turning Red","summary":"Newsround sent one young female filmmaker, Hatice to interview the cast and crew of Disney Pixar's Turning Red which had a all-female filmmaking team.","href":"\/newsround\/60664760","includeComments":false,"videoOptions":{"title":"Young filmmaker interviews the cast of Disney's Turning Red","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p0bt4z3s","vpid":"p0bt4z3x","holdingImageUrl":"\/\/web.archive.org\/web\/20220311165242\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p0bt4zfn.jpg","mediaType":"video","mediaForm":"clip","duration":"2:40"}},{"id":"60659060","promoType":"media","timestamp":"2022-03-08T12:43:04+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/47FD\/production\/_123592481_p0bt3snn.jpg","imgAlt":"It's international Women鈥檚 Day which is a global annual event that celebrates women and all of their achievements.","headline":"'I like breaking boundaries!'","summary":"It's International Women鈥檚 Day and some women with very cool jobs have been answering questions from children.","href":"\/newsround\/60659060","includeComments":false,"videoOptions":{"title":"International Women's Day","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p0bt3g5y","vpid":"p0bt3g64","holdingImageUrl":"\/\/web.archive.org\/web\/20220311165242\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p0bt3snn.jpg","mediaType":"video","mediaForm":"clip","duration":"2:11"}},{"id":"42872803","promoType":"story","timestamp":"2022-03-08T14:09:51+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/17B4C\/production\/_123600179_photo08-03-2022140630.jpg","imgAlt":"Emmeline Pankhurst, The Queen and Kamala Harris.","headline":"Amazing women who have changed the world","summary":"For International Women's Day, Newsround looks at the achievements of some pretty incredible women!","href":"\/newsround\/42872803","includeComments":false},{"id":"60607336","promoType":"story","timestamp":"2022-03-08T08:20:26+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/B733\/production\/_123499864_gettyimages-91886575.jpg","imgAlt":"sandcastle.","headline":"Can sand tell us more about the Earth's history?","summary":"A team of scientists have developed a technique they believe could provide them with new information on how the Earth's surface has changed over the last few billion years.","href":"\/newsround\/60607336","includeComments":true},{"id":"56267543","promoType":"story","timestamp":"2022-03-08T09:40:10+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/FBE8\/production\/_123588446_gettyimages-483139355.jpg","imgAlt":"Girl in superhero costume.","headline":"What's International Women's Day all about?","summary":"International Women's Day is a global event which happens every year on 8 March to celebrate the achievements of women and to call for gender equality.","href":"\/newsround\/56267543","includeComments":false},{"id":"60645607","promoType":"story","timestamp":"2022-03-08T07:57:58+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/871C\/production\/_123588543_photo08-03-2022080741.jpg","imgAlt":"Minecraft character next to school board.","headline":"How are video games being used in education?","summary":"You might like playing video games in your free time, but some schools are finding a way for them to be used in the classroom too!","href":"\/newsround\/60645607","includeComments":true},{"id":"60658929","promoType":"story","timestamp":"2022-03-08T08:46:26+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/121D6\/production\/_123589147_gettyimages-1228390590.jpg","imgAlt":"Ukraine players","headline":"Ukraine's World Cup playoff with Scotland postponed","summary":"Ukraine put the request in to Fifa as a result of the ongoing war with Russia.","href":"\/newsround\/60658929","includeComments":true},{"id":"60658623","promoType":"story","timestamp":"2022-03-08T07:54:04+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/14684\/production\/_123588538_gettyimages-1239003448.jpg","imgAlt":"The Queen and Canadian PM Justin Trudeau at Windsor Castle.","headline":"Queen's first meeting after recovering from Covid","summary":"After testing positive for Covid in February, the Queen has until recently only been taking on \"light duties\"","href":"\/newsround\/60658623","includeComments":true},{"id":"60652151","promoType":"story","timestamp":"2022-03-08T06:46:14+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/0EFE\/production\/_123583830_mediaitem123583829.jpg","imgAlt":"Newborn piglet","headline":"Oink! Can pig sounds be translated into emotions?","summary":"A pig's grunts and oinks can reveal its emotions, according to a new study that'll leave you squealing.","href":"\/newsround\/60652151","includeComments":true},{"id":"60645270","promoType":"story","timestamp":"2022-03-07T14:22:13+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/166DB\/production\/_123576819_bottlesinsandgettyimags.jpg","imgAlt":"Plastic bottles in sand","headline":"'Historic' world agreement to tackle global plastic problem","summary":"Nearly 200 countries agree to start negotiations on a global agreement to tackle the plastic \"crisis\".","href":"\/newsround\/60645270","includeComments":true},{"id":"60631705","promoType":"story","timestamp":"2022-03-07T07:10:17+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/9318\/production\/_123565673_gettyimages-1287660325.jpg","imgAlt":"snail.","headline":"Slugs and snails are not pests, says charity","summary":"The Royal Horticultural Society says slugs and snails should be recognised for the key part they play in garden life.","href":"\/newsround\/60631705","includeComments":true},{"id":"60615208","promoType":"story","timestamp":"2022-03-07T07:09:11+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/4CF5\/production\/_123510791_baftagames.jpg","imgAlt":"Ratchet and Clank\/ Forza Horison\/ Mario Party Superstars\/ Chicory","headline":"Which games have got Bafta nominations?","summary":"Find out which of your favourite games have been nominated. What do you think should win?","href":"\/newsround\/60615208","includeComments":true},{"id":"50434875","promoType":"media","timestamp":"2022-03-07T06:37:23+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/1431D\/production\/_123571728_p0bsv3jf.jpg","imgAlt":"Bolivian dancers in costume","headline":"Happy News: Stories to make you smile","summary":"Martin has this week's Happy News with colourful costumes at carnivals in Bolivia and New Orleans and Thailand's oldest sprinter.","href":"\/newsround\/50434875","includeComments":false,"videoOptions":{"title":"Happy News","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p0bsv2x4","vpid":"p0bsv2x8","holdingImageUrl":"\/\/web.archive.org\/web\/20220311165242\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p0bsv3jf.jpg","mediaType":"video","mediaForm":"clip","duration":"1:14"}}]}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__60638984/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60638984":50}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__60615215/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60615215":39}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__60556027/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60556027":7}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-cs-asset/assetUri/newsround%252fhome/previewGuid/undefined/version/1.5.2', {"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":"60693396","assetUri":"\/newsround\/60693396","firstCreated":"2022-03-10T12:44:08+00:00","headline":"Abramovich's attempt to sell Chelsea stopped by UK government","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/8fbe553d-001e-4fc9-8799-0c26a963af8a","includeComments":true,"language":"en-gb","lastUpdated":"2022-03-11T15:14:19+00:00","media":{"images":{"index":{"123623008":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/138A0\/production\/_123623008_p0btt86x.jpg","originCode":"cpsprodpb","altText":"chelsea football shirt","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"123626563":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/8ED2\/production\/_123626563_chelsea.jpg","originCode":"cpsprodpb","altText":"Chelsea and Roman Abramovich","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"overtypedHeadline":"What's going on at Chelsea football club?","overtypedSummary":"The club can't buy players, sell match tickets and have to close the club shop after its owner was sanctioned by the UK government. It's all to do with the war in Ukraine - find out more.","section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Club not allowed to buy players, sell matchday tickets and forced to close club shop as owner Roman Abramovich was sanctioned by the UK government.","type":"STY"},{"assetId":"60708741","assetUri":"\/newsround\/60708741","firstCreated":"2022-03-11T12:04:56+00:00","headline":"History-making bronze for GB at Winter Paralympics","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/217fa9d3-afbc-4348-9241-3f6f9ee2765a","includeComments":true,"language":"en-gb","lastUpdated":"2022-03-11T12:04:56+00:00","media":{"images":{"index":{"123636287":{"height":1152,"width":2048,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/131B7\/production\/_123636287_gettyimages-1384148038.jpg","originCode":"cpsprodpb","altText":"Ollie Hill celebrates his bronze medal","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Ollie Hill wins Britain's first Paralympic snowboard medal with bronze in the banked slalom LL2 event.","type":"STY"},{"assetId":"43245617","assetUri":"\/newsround\/43245617","firstCreated":"2018-03-02T06:46:57+00:00","headline":"Strange News: The oddest stories of the week","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/178d7c8a-202f-8b4d-90bb-1e52a1875ce5","language":"en-gb","lastUpdated":"2022-03-11T06:24:10+00:00","media":{"images":{"index":{"123630522":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/57E7\/production\/_123630522_p0btmvcf.jpg","originCode":"cpsprodpb","altText":"A wind powered sculpture moving across a beach","copyrightHolder":"Reuters","allowSyndication":false}},"index-thumbnail":{"123630524":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/A607\/production\/_123630524_p0btmvcf.jpg","originCode":"cpsprodpb","altText":"A wind powered sculpture moving across a beach","copyrightHolder":"Reuters","allowSyndication":false}}},"videos":{"index":{"60698484":{"caption":"Strange News","entityType":"Clip","externalId":"p0btmst3"}},"primary":{"60698484":{"caption":"Strange News","entityType":"Clip","externalId":"p0btmst3"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"passport":{"category":{"categoryId":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/ontologies\/applicationlogic-news\/Feature","categoryName":"Feature"}},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"This week's strange is brought to you by Hayley and she's got some weird beach creatures, an unusual goal and a present from above.","type":"MAP"},{"assetId":"60682280","assetUri":"\/newsround\/60682280","firstCreated":"2022-03-11T09:08:33+00:00","headline":"Children design stamps to honour pandemic heroes","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/c54c6555-e726-4d3c-8c21-e014f3cbc54f","language":"en-gb","lastUpdated":"2022-03-11T09:08:33+00:00","media":{"images":{"index":{"123616239":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/16C4D\/production\/_123616239_mediaitem123616238.jpg","originCode":"cpsprodpb","caption":"Entries from across the UK celebrated heroes, including the many volunteers who have helped in their local communities or raised money for charity.","altText":"Royal Mail Heroes of the Pandemic Stamps","copyrightHolder":"PA Media","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Eight winning designs were chosen from more than 600,000 entries, featuring an NHS workers, a scientist, a delivery driver and Captain Sir Tom Moore.","type":"PGL"},{"assetTypeCode":"PRO","contentType":"Text","firstCreated":"2022-02-28T06:50:45+00:00","lastUpdated":"2022-02-28T06:50:45+00:00","links":{"highweb":"https:\/\/web.archive.org\/web\/20220311165242\/https:\/\/www.bbc.co.uk\/newsround#more-stories-2","desktop":"https:\/\/web.archive.org\/web\/20220311165242\/https:\/\/www.bbc.co.uk\/newsround#more-stories-2"},"media":{"images":{"index":{"123476477":{"height":1152,"width":2048,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/12E9B\/production\/_123476477_mediaitem123476476.jpg","originCode":"cpsprodpb","altText":"Russian and Ukrainian flags","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"123476481":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/4823\/production\/_123476481_mediaitem123476476.jpg","originCode":"cpsprodpb","altText":"Russian and Ukrainian flags","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{},"summary":"Find all our content about the war in Ukraine here","title":"Click here to find all our content about the war in Ukraine","type":"LINK"},{"assetId":"51318780","assetUri":"\/newsround\/51318780","firstCreated":"2020-01-31T06:52:56+00:00","headline":"Quiz: Have you been following this week's news?","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/55ad4227-b3e1-854d-aaa3-6d167cd38f4a","language":"en-gb","lastUpdated":"2022-03-11T06:30:24+00:00","media":{"images":{"index":{"123631537":{"height":1080,"width":1920,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/11F29\/production\/_123631537_frontcover-002.jpg","originCode":"cpsprodpb","altText":"Quiz-of-the-week","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"123631657":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/1275D\/production\/_123631657_frontcover-002.jpg","originCode":"cpsprodpb","altText":"Quiz-of-the-week","copyrightHolder":"BBC","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Have you been keeping up with the news? Test yourself with this quiz.","type":"STY"},{"assetId":"60692340","assetUri":"\/newsround\/60692340","firstCreated":"2022-03-10T12:54:09+00:00","hasShortForm":true,"headline":"End the debate... Are there more doors or wheels?","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/ccbec95f-a3b2-4dd1-b10e-1064ae007610","includeComments":true,"language":"en-gb","lastUpdated":"2022-03-11T06:10:00+00:00","media":{"images":{"index":{"123626532":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/5C0A\/production\/_123626532_wheelsdoorsthumbnail.jpg","originCode":"cpsprodpb","altText":"wheels v doors","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"A person on Twitter asked a seemingly innocent question, but the debate has now been raging on social media for more than a week.","type":"STY"}],"semanticGroupName":"Top Stories"},{"type":"responsive-video","title":"Watch Newsround","items":[{"assetId":"60055936","assetUri":"\/newsround\/news\/watch_newsround","firstCreated":"2022-01-19T12:26:15+00:00","headline":"Watch Newsround","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/465ec49c-484f-4347-e050-380a59806655","language":"en-gb","lastUpdated":"2022-03-11T08:26:26+00:00","media":{"images":{"index":{"123637054":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/B011\/production\/_123637054_p0btt8ll.jpg","originCode":"cpsprodpb","altText":"De-Graft on the Newsround sofa with a pic of wheels and doors","copyrightHolder":"BBC","allowSyndication":false}},"index-thumbnail":{"123637056":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/FE31\/production\/_123637056_p0btt8ll.jpg","originCode":"cpsprodpb","altText":"De-Graft on the Newsround sofa with a pic of wheels and doors","copyrightHolder":"BBC","allowSyndication":false}}},"videos":{"index":{"60704053":{"caption":"Watch Newsround","entityType":"Clip","externalId":"p0btt8jb"}},"primary":{"60704053":{"caption":"Watch Newsround","entityType":"Clip","externalId":"p0btt8jb"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"De-Graft has your Friday Newsround. We update you on what is happening at Chelsea Football Club, find out how Martin does at para-skiing and it's Friday so we bring you this week's strangest news!","type":"MAP"}],"semanticGroupName":"Watch Newsround"},{"type":"responsive-cluster","title":"Slice 1 - Dark purple with teal index card","strapline":{"name":"More Stories"},"items":[{"assetId":"60622737","assetUri":"\/newsround\/60622737","firstCreated":"2022-03-04T17:27:43+00:00","headline":"Martin tries out para-skiing and finds out more about the sport","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/686bc928-790d-4e52-ad40-69d3e0131501","language":"en-gb","lastUpdated":"2022-03-11T06:07:20+00:00","media":{"images":{"index":{"123521167":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/12950\/production\/_123521167_p0bskr11.jpg","originCode":"cpsprodpb","altText":"Para-skiing","copyrightHolder":"Getty Images","allowSyndication":false}},"index-thumbnail":{"123521836":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/F944\/production\/_123521836_p0bskr11.jpg","originCode":"cpsprodpb","altText":"Para-skiing","copyrightHolder":"Getty Images","allowSyndication":false}}},"videos":{"index":{"60622739":{"caption":"Paraskiing","entityType":"Clip","externalId":"p0bsjn6n"}},"primary":{"60622739":{"caption":"Paraskiing","entityType":"Clip","externalId":"p0bsjn6n"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"The para-skiing events at this year's Games will see athletes whizz down slopes at incredible speeds in a bid to win gold for their countries. Our very own Martin decided to try it out.","type":"MAP"},{"assetId":"47482128","assetUri":"\/newsround\/47482128","firstCreated":"2019-03-07T09:58:15+00:00","headline":"Everything you need to know about Crufts","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/ee3ec750-dcab-f645-90c8-991f407a5b6c","includeComments":true,"language":"en-gb","lastUpdated":"2022-03-10T17:31:01+00:00","media":{"images":{"index":{"123631922":{"height":1152,"width":2048,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/5981\/production\/_123631922_mediaitem123631921.jpg","originCode":"cpsprodpb","altText":"An Old English Sheepdog is seen the first day of the Crufts Dog Show","copyrightHolder":"Reuters","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"News","id":"101227","uri":"\/newsround\/news","urlIdentifier":"\/newsround\/news"},"summary":"From canine cooing to criticism, this is what you need to know about the Crufts dog show.","type":"STY"},{"assetId":"60693111","assetUri":"\/newsround\/60693111","firstCreated":"2022-03-10T17:26:10+00:00","hasShortForm":true,"headline":"Bringing back extinct animals may be impossible, say scientists","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/acbc583f-2693-45d6-bcc4-13315876e734","includeComments":true,"language":"en-gb","lastUpdated":"2022-03-11T07:00:34+00:00","media":{"images":{"index":{"123628706":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/ED6E\/production\/_123628706_gettyimages-51632741.jpg","originCode":"cpsprodpb","altText":"rat.","copyrightHolder":"AFP","allowSyndication":false}},"index-thumbnail":{"123628708":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/13B8E\/production\/_123628708_gettyimages-51632741.jpg","originCode":"cpsprodpb","altText":"rat.","copyrightHolder":"AFP","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Scientists have been working on bringing a rat back to life, but it's a lot harder than they first imagined.","type":"STY"},{"assetId":"60693102","assetUri":"\/newsround\/60693102","firstCreated":"2022-03-10T12:49:27+00:00","hasShortForm":true,"headline":"A living map of the Earth's animals created in space","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/92d206e8-6f32-4b57-82ec-cce2a6c14937","includeComments":true,"language":"en-gb","lastUpdated":"2022-03-11T07:02:56+00:00","media":{"images":{"index":{"123626812":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/5566\/production\/_123626812_gettyimages-80175457.jpg","originCode":"cpsprodpb","altText":"flying birds.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"123626814":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/A386\/production\/_123626814_gettyimages-80175457.jpg","originCode":"cpsprodpb","altText":"flying birds.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Scientists are creating a living map of the Earth's animals using a massive transmitter on the International Space Station.","type":"STY"},{"assetId":"60695642","assetUri":"\/newsround\/60695642","firstCreated":"2022-03-10T15:26:15+00:00","headline":"TikTok star to represent UK at Eurovision","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/ef30f9cf-5c4a-4069-82d0-217d623aa646","includeComments":true,"language":"en-gb","lastUpdated":"2022-03-11T06:58:05+00:00","media":{"images":{"index":{"123612483":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/9615\/production\/_123612483_samryder.jpg","originCode":"cpsprodpb","altText":"Picture of Sam Ryder","copyrightHolder":"Warner","allowSyndication":false}},"index-thumbnail":{"123626856":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/10146\/production\/_123626856_samryder.jpg","originCode":"cpsprodpb","altText":"Picture of Sam Ryder","copyrightHolder":"Warner","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Singer Sam Ryder will perform his song Space Man at the famous music event in May this year.","type":"STY"},{"assetId":"51836693","assetUri":"\/newsround\/51836693","firstCreated":"2020-03-11T15:22:22+00:00","headline":"Newsround: Top headlines and new words of the day","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/48c41cc9-058a-1444-97e5-9ae394310f8f","language":"en-gb","lastUpdated":"2022-03-11T08:27:44+00:00","media":{"images":{"index":{"111224882":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/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\/20220311165242\/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":"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":"60693106","assetUri":"\/newsround\/60693106","firstCreated":"2022-03-10T14:59:13+00:00","hasShortForm":true,"headline":"Start date for Celebrity Great British Bake Off confirmed","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/78f439dd-52b6-4458-b7dd-957724ff9170","includeComments":true,"language":"en-gb","lastUpdated":"2022-03-10T14:59:13+00:00","media":{"images":{"index":{"123130712":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/54C7\/production\/_123130712_claraamfo.jpg","originCode":"cpsprodpb","caption":"Clara Amfo previously took part in 2020's series of Strictly Come Dancing!","altText":"A photo of Clara Amfo","copyrightHolder":"PA Media","allowSyndication":true}},"index-thumbnail":{"123626818":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/13FC6\/production\/_123626818_claraamfo.jpg","originCode":"cpsprodpb","caption":"Clara Amfo previously took part in 2020's series of Strictly Come Dancing!","altText":"A photo of Clara Amfo","copyrightHolder":"PA Media","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"The Great British Bake Off is back later this month, with five special celebrity episodes for Stand Up To Cancer.","type":"STY"},{"assetId":"60691106","assetUri":"\/newsround\/60691106","firstCreated":"2022-03-10T10:58:19+00:00","hasShortForm":true,"headline":"Lost bat not seen in 40 years found in Rwandan rainforest!","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/c55ebfda-b24a-430b-83ea-cc9eb48903e7","includeComments":true,"language":"en-gb","lastUpdated":"2022-03-10T10:58:19+00:00","media":{"images":{"index":{"123624822":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/593A\/production\/_123624822_rwandabat.jpg","originCode":"cpsprodpb","altText":"rwanda bat","copyrightHolder":"Jon Flanders \/ HANDOUT","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Conservationists were thrilled to find it, as they were worried the Hill's Horseshoe Bat had gone extinct","type":"STY"},{"assetId":"60677415","assetUri":"\/newsround\/60677415","firstCreated":"2022-03-09T15:35:35+00:00","hasShortForm":true,"headline":"Seven-year-old Callum makes history with reusable bottle campaign","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/873ecf15-b47c-4f6f-8dcd-5d77dde5d42a","includeComments":true,"language":"en-gb","lastUpdated":"2022-03-10T08:42:16+00:00","media":{"images":{"index":{"123612829":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/16A95\/production\/_123612829_callum.png","originCode":"cpsprodpb","altText":"Callum-Isted","copyrightHolder":"SPCB","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Callum got support from politicians at the Scottish Parliament for his petition to provide all primary school children with a reusable water bottle.","type":"STY"},{"assetId":"60673759","assetUri":"\/newsround\/60673759","firstCreated":"2022-03-09T09:30:00+00:00","hasShortForm":true,"headline":"Lost ship Endurance has been found after 107 years!","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/a0611689-78f9-47c3-880b-4e9c247f4ae7","includeComments":true,"language":"en-gb","lastUpdated":"2022-03-10T08:29:00+00:00","media":{"images":{"index":{"123608931":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/369C\/production\/_123608931_tv074447357.jpg","originCode":"cpsprodpb","caption":"The ship has been found after 107 years","altText":"Endurance-ship.","copyrightHolder":"PA Media","allowSyndication":true}},"index-thumbnail":{"123608933":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/84BC\/production\/_123608933_tv074447357.jpg","originCode":"cpsprodpb","caption":"The ship has been found after 107 years","altText":"Endurance-ship.","copyrightHolder":"PA Media","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Scientists have found the remains of the Endurance ship, which was the lost vessel of Antarctic explorer Sir Ernest Shackleton, at the bottom of the Weddell Sea.","type":"STY"},{"assetId":"60688826","assetUri":"\/newsround\/60688826","firstCreated":"2022-03-10T08:34:56+00:00","hasShortForm":true,"headline":"Encanto: Schoolgirl will be heading to the Baftas","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/44471e4a-6aab-4e6d-aa32-982a61c957ca","includeComments":true,"language":"en-gb","lastUpdated":"2022-03-10T08:34:56+00:00","media":{"images":{"index":{"123622718":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/13F3A\/production\/_123622718_tv074450277.jpg","originCode":"cpsprodpb","caption":"12-year-old Lowri was in shock when she found out she'd be heading to the Baftas","altText":"Lowri.","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"123622791":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/4D0A\/production\/_123622791_tv074450277.jpg","originCode":"cpsprodpb","caption":"12-year-old Lowri was in shock when she found out she'd be heading to the Baftas","altText":"Lowri.","copyrightHolder":"BBC","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"12-year-old Lowri first wrote to Disney in 2019 asking the film company if they could create a character with glasses, just like her.","type":"STY"},{"assetId":"60677041","assetUri":"\/newsround\/60677041","firstCreated":"2022-03-09T14:37:51+00:00","headline":"Nasa is opening a 50-year-old sample of Moon rock!","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/1803e2f6-7c41-42e4-9a65-343f0b275fc0","includeComments":true,"language":"en-gb","lastUpdated":"2022-03-10T06:52:46+00:00","media":{"images":{"index":{"123608962":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/6964\/production\/_123608962_gettyimages-75167092.jpg","originCode":"cpsprodpb","caption":"The samples were collected back in 1972","altText":"Harrison-Schmitt-on-the-Moon.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"123608963":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/9074\/production\/_123608963_gettyimages-75167092.jpg","originCode":"cpsprodpb","caption":"The samples were collected back in 1972","altText":"Harrison-Schmitt-on-the-Moon.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"The sample was first collected by Apollo 17 astronauts Eugene Cernan and Harrison \"Jack\" Schmitt all the way back in December 1972.","type":"STY"},{"assetId":"60677422","assetUri":"\/newsround\/60677422","firstCreated":"2022-03-09T21:18:57+00:00","hasShortForm":true,"headline":"The trailer for the new Star Wars series has dropped!","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/e8e85f27-5d74-4425-bc8e-a16609a9de08","includeComments":true,"language":"en-gb","lastUpdated":"2022-03-10T09:47:05+00:00","media":{"images":{"index":{"123627632":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/5C78\/production\/_123627632_nrgrad_3.jpg","originCode":"cpsprodpb","altText":"Obi-wan Kenobi","copyrightHolder":"Disney+","allowSyndication":false}},"index-thumbnail":{"123623851":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/3DD8\/production\/_123623851_tv074465679.jpg","originCode":"cpsprodpb","caption":"The series sees Obi-Wan Kenobi, played by Ewan McGregor, living on Tatooine","altText":"Obi-Wan-Kenobi -series.","copyrightHolder":"Lucasfilm","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"overtypedHeadline":"Obi-Wan: New Star Wars series trailer drops!","section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"The series, which begins streaming on 25 May on Disney+, tells the story of Obi-Wan Kenobi and his time on Tatooine as he watches over a 10-year-old Luke Skywalker.","type":"STY"},{"assetId":"60677420","assetUri":"\/newsround\/60677420","firstCreated":"2022-03-10T07:25:45+00:00","hasShortForm":true,"headline":"Why weeds aren't all bad","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/3161b3b9-99b9-4b32-8c8f-d8190828d306","includeComments":true,"language":"en-gb","lastUpdated":"2022-03-10T07:25:45+00:00","media":{"images":{"index":{"123615065":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/DAF3\/production\/_123615065_gettyimages-1249253459.jpg","originCode":"cpsprodpb","caption":"Scientists say weeds like this thistle are encourage pollinating insects","altText":"Creeping thistle","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Researchers says weeds like thistles and ragworts are twice as likely to attract pollinators, like bees, than wild flowers.","type":"STY"},{"assetId":"60688438","assetUri":"\/newsround\/60688438","firstCreated":"2022-03-10T07:31:44+00:00","hasShortForm":true,"headline":"Have you ever spotted something unexpected in a photo?","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/feeb9b8d-6e8c-4a56-b482-58df21329c3c","includeComments":true,"language":"en-gb","lastUpdated":"2022-03-10T07:31:44+00:00","media":{"images":{"index":{"123622196":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/10E02\/production\/_123622196_b32906e4-49f4-40af-8baf-72634cea44e2.jpg","originCode":"cpsprodpb","caption":"The family were snapped just as a shooting star flew overhead!","altText":"family-at-stargazing-event.","copyrightHolder":"WIL CHEUNG","allowSyndication":false}},"index-thumbnail":{"123622198":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/15C22\/production\/_123622198_b32906e4-49f4-40af-8baf-72634cea44e2.jpg","originCode":"cpsprodpb","caption":"The family were snapped just as a shooting star flew overhead!","altText":"family-at-stargazing-event.","copyrightHolder":"WIL CHEUNG","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"One family got quite the shock after posing for a picture at a stargazing event in Northumberland on Saturday.","type":"STY"},{"assetId":"60679189","assetUri":"\/newsround\/60679189","firstCreated":"2022-03-10T07:56:50+00:00","hasShortForm":true,"headline":"Almost two million children regularly missing school","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/57a331fe-0bde-48bb-b971-2d3f68113a71","includeComments":true,"language":"en-gb","lastUpdated":"2022-03-10T07:56:50+00:00","media":{"images":{"index":{"92706902":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/51E0\/production\/_92706902_primaryschool.jpg","originCode":"cpsprodpb","altText":"Primary school children in a classroom","copyrightHolder":"BBC","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"That's according to estimated figures gathered from 145 councils for the Children's Commissioner.","type":"STY"},{"assetId":"60659051","assetUri":"\/newsround\/60659051","firstCreated":"2022-03-08T13:38:29+00:00","headline":"'Food waste can help the planet IF we use it properly!'","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/1f816c88-27aa-4f6d-b2a4-b84b72f7f8fd","language":"en-gb","lastUpdated":"2022-03-09T07:10:29+00:00","media":{"images":{"index":{"123599486":{"height":1080,"width":1920,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/10B93\/production\/_123599486_de44.jpg","originCode":"cpsprodpb","altText":"Oaklie and Vela from BBC Bitesize's ,The Regenerators,","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"123599493":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/9A4B\/production\/_123599493_p0bt54qv.jpg","originCode":"cpsprodpb","altText":"girls","copyrightHolder":"BBC","allowSyndication":true}}},"videos":{"index":{"60659842":{"caption":"Food Waste Action Week: How can we waste less food?","entityType":"Clip","externalId":"p0bt467l"}},"primary":{"60659842":{"caption":"Food Waste Action Week: How can we waste less food?","entityType":"Clip","externalId":"p0bt467l"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Oaklie and Vela from BBC Bitesize's Regenerators team, find out what we can do to reduce food waste and use leftovers in a way that can actually help our planet!","type":"MAP"},{"assetId":"60674949","assetUri":"\/newsround\/60674949","firstCreated":"2022-03-09T14:25:46+00:00","hasShortForm":true,"headline":"Should school summer holidays be shorter?","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/34072d63-ad75-4c84-b248-69ec890b79cb","includeComments":true,"language":"en-gb","lastUpdated":"2022-03-09T14:25:46+00:00","media":{"images":{"index":{"123612827":{"height":633,"width":1125,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/11C75\/production\/_123612827_photo09-03-2022142006.jpg","originCode":"cpsprodpb","altText":"children on a beach.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"The Welsh government is considering halving summer holidays from six weeks to three.","type":"STY"},{"assetId":"60673610","assetUri":"\/newsround\/60673610","firstCreated":"2022-03-09T07:53:02+00:00","headline":"Who won what at the World Nature Photography Awards?","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/4f08ea8b-8a8d-42b9-ab24-1ba66840a86a","language":"en-gb","lastUpdated":"2022-03-09T07:53:02+00:00","media":{"images":{"index":{"123608352":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/6324\/production\/_123608352_goldthomasvijayan_borneanorangutan.jpg","originCode":"cpsprodpb","altText":"orangutan","copyrightHolder":"VIJAYAN","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"The winners of the World Nature Photography Awards have been announced! Entries came in from all over the world - here are some of our favourites.","type":"PGL"},{"assetId":"60674947","assetUri":"\/newsround\/60674947","firstCreated":"2022-03-09T12:44:26+00:00","headline":"Owl poos on Australian sign language interpreter!","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/906eb845-0fe8-45e9-a1fc-c3caf0b0def6","language":"en-gb","lastUpdated":"2022-03-09T12:44:26+00:00","media":{"images":{"index":{"123610866":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/104F1\/production\/_123610866_976a.jpg","originCode":"cpsprodpb","altText":"AUSLAN interpreter Mike Webb with poop on his jacket","copyrightHolder":"Reuters","allowSyndication":true}}},"videos":{"index":{"60679297":{"caption":"Owl poos on Australian sign language interpreter!","entityType":"Clip","externalId":"p0btbn7n"}},"primary":{"60679297":{"caption":"Owl poos on Australian sign language interpreter!","entityType":"Clip","externalId":"p0btbn7n"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"This owl delivered a rather unpleasant present to this news conference in Australia...","type":"MAP"},{"assetId":"60673614","assetUri":"\/newsround\/60673614","firstCreated":"2022-03-09T15:15:45+00:00","hasShortForm":true,"headline":"Oldest octopus fossil ever found named after US president","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/56d698db-a99e-4d25-9013-77717b1fd22d","includeComments":true,"language":"en-gb","lastUpdated":"2022-03-09T15:15:45+00:00","media":{"images":{"index":{"123613695":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/E8EF\/production\/_123613695_octopus.jpg","originCode":"cpsprodpb","caption":"The eight-legged creatures you know and love today used to have 10, according to this discovery!","altText":"octopus on sea floor","copyrightHolder":"Nikos Stavrinidis \/ 500px","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"An ancient octopus fossil discovered by scientists in Montana, America, show that the sea creatures lived millions of years earlier than previously thought.","type":"STY"},{"assetId":"60673471","assetUri":"\/newsround\/60673471","firstCreated":"2022-03-09T08:30:23+00:00","hasShortForm":true,"headline":"McDonald's and Coca-Cola stop sales in Russia","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/227a2120-cb25-4005-8f37-bffb98f5a254","includeComments":true,"language":"en-gb","lastUpdated":"2022-03-09T08:30:23+00:00","media":{"images":{"index":{"123608097":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/134E8\/production\/_123608097_gettyimages-84709618.jpg","originCode":"cpsprodpb","caption":"McDonalds has temporarily closed 850 restaurants in Russia","altText":"mcdonalds-sign.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"123608099":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/18308\/production\/_123608099_gettyimages-84709618.jpg","originCode":"cpsprodpb","caption":"McDonalds has temporarily closed 850 restaurants in Russia","altText":"mcdonalds-sign.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"The move comes after growing pressure for the companies to condemn the attacks in Ukraine and stop sales of their products in Russia.","type":"STY"},{"assetId":"60669634","assetUri":"\/newsround\/60669634","firstCreated":"2022-03-08T18:24:57+00:00","hasShortForm":true,"headline":"Applause for Ukrainian president after historic speech to Parliament","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/4bda8120-55dd-4835-934c-0906eb1ef4ef","includeComments":true,"language":"en-gb","lastUpdated":"2022-03-08T18:24:57+00:00","media":{"images":{"index":{"123604173":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/9114\/production\/_123604173_befunky-collage.jpg","originCode":"cpsprodpb","altText":"parliament and Pres Zelensky","copyrightHolder":"PA\/EPA","allowSyndication":false}},"index-thumbnail":{"123604175":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/DF34\/production\/_123604175_befunky-collage.jpg","originCode":"cpsprodpb","altText":"parliament and Pres Zelensky","copyrightHolder":"PA\/EPA","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"overtypedHeadline":"Applause for Ukrainian President after speech to MPs","overtypedSummary":"Speaking on a live video call, Ukrainian President Zelensky promised he will \"fight to the end\" as he asked for more help and thanked the UK for its support ","section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Ukrainian President Zelensky has promised he will \"fight to the end\" as he asked for more help from the UK in an historic address to a packed UK Parliament.","type":"STY"},{"assetId":"51376710","assetUri":"\/newsround\/51376710","firstCreated":"2020-02-04T17:42:31+00:00","headline":"Your Planet: Environmental news from around the world","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/64c7c114-2596-6645-86a1-b39a2059db5d","language":"en-gb","lastUpdated":"2022-03-09T06:12:15+00:00","media":{"images":{"index":{"123608357":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/12674\/production\/_123608357_croc.jpg","originCode":"cpsprodpb","altText":"crocodile","copyrightHolder":"Reuters","allowSyndication":true}},"index-thumbnail":{"123587987":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/13482\/production\/_123587987_p0bt36n6.jpg","originCode":"cpsprodpb","altText":"A burning flame","copyrightHolder":"BBC","allowSyndication":false}}},"videos":{"index":{"60658400":{"caption":"Your Planet: Environmental news from around the world","entityType":"Clip","externalId":"p0bt34f1"}},"primary":{"60658400":{"caption":"Your Planet: Environmental news from around the world","entityType":"Clip","externalId":"p0bt34f1"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"We see how a zoo is trying to get baby crocodiles off the endangered list and what President Biden is doing to help the environment.","type":"MAP"},{"assetId":"60666748","assetUri":"\/newsround\/60666748","firstCreated":"2022-03-08T16:12:27+00:00","headline":"Social spiders found to hunt in packs in giant webs","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/6d47b80c-b9de-4d5a-b270-a1c0b9812734","includeComments":true,"language":"en-gb","lastUpdated":"2022-03-09T06:12:35+00:00","media":{"images":{"index":{"123607681":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/48EE\/production\/_123607681_feec39f4-9622-42a5-bf2f-dc8a2184f8d5.jpg","originCode":"cpsprodpb","caption":"Library photo of an enormous Anelosimus eximius web that is home to community of social spiders","altText":"An enormous web that is home to community of social spiders","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Scientists have found that a species of social spider stalks their prey in large \"synchronised\" attacks in giant spider webs.","type":"STY"},{"assetId":"60664229","assetUri":"\/newsround\/60664229","firstCreated":"2022-03-08T16:18:31+00:00","headline":"Women's Cricket World Cup: All you need to know","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/69538a93-cfe6-465b-8e0f-f93967948037","includeComments":true,"language":"en-gb","lastUpdated":"2022-03-09T13:47:51+00:00","media":{"images":{"index":{"123608354":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/B144\/production\/_123608354_074340470-1.jpg","originCode":"cpsprodpb","caption":"England captain Heather Knight during the Women's Cricket World Cup","altText":"Heather Knight of England during the ICC Women's Cricket World Cup","copyrightHolder":"EPA\/JEREMY WARD","allowSyndication":false}},"index-thumbnail":{"123599055":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/D73B\/production\/_123599055_womens_captains_getty.jpg","originCode":"cpsprodpb","altText":"The eight team captains with the Women's World Cup trophy","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"There will be 31 games played over 31 days so keep reading to find out more.","type":"STY"},{"assetId":"60659817","assetUri":"\/newsround\/60659817","firstCreated":"2022-03-08T13:52:55+00:00","hasShortForm":true,"headline":"Amazon rainforest struggling to recover from damage","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/c182c9ed-97ae-4e94-a856-7181de1dfa67","includeComments":true,"language":"en-gb","lastUpdated":"2022-03-08T13:52:55+00:00","media":{"images":{"index":{"123588908":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/13C5C\/production\/_123588908_amazondeforestation_gettyimages-90111445.jpg","originCode":"cpsprodpb","caption":"The more trees cut down, the less the forest can soak up emissions","altText":"Deforestation","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"The world's largest rainforest is losing its ability to bounce back from damage caused by droughts, fires and deforestation - but there is still hope!","type":"STY"},{"assetId":"60650660","assetUri":"\/newsround\/60650660","firstCreated":"2022-03-07T16:23:20+00:00","headline":"Flood-hit Australians get ready for more heavy rain","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/765fecc8-8108-40ed-98e9-86126d332ba1","includeComments":true,"language":"en-gb","lastUpdated":"2022-03-08T06:46:39+00:00","media":{"images":{"index":{"123579252":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/62D1\/production\/_123579252_mediaitem123579251.jpg","originCode":"cpsprodpb","altText":"Flood water remains on backstreets off Kingsford Smith Dr, outside the city centre in Brisbane, Australia, 03 March 2022","copyrightHolder":"EPA","allowSyndication":true}},"index-thumbnail":{"123579254":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/B0F1\/production\/_123579254_mediaitem123579251.jpg","originCode":"cpsprodpb","altText":"Flood water remains on backstreets off Kingsford Smith Dr, outside the city centre in Brisbane, Australia, 03 March 2022","copyrightHolder":"EPA","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Residents in eastern Australia are preparing themselves for heavy rainfall just over a week after the same area experienced record-breaking floods.","type":"STY"},{"assetId":"60664760","assetUri":"\/newsround\/60664760","firstCreated":"2022-03-08T13:08:36+00:00","headline":"Young filmmaker interviews the cast of Disney's Turning Red","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/2303276e-7523-4120-aaaf-8c3cacefc7c3","language":"en-gb","lastUpdated":"2022-03-08T13:08:36+00:00","media":{"images":{"index":{"123589149":{"height":550,"width":1024,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/16FF6\/production\/_123589149_p0bt4zfn.jpg","originCode":"cpsprodpb","altText":"Newsround sent one young female filmmaker, Hatice to interview the cast and crew of Disney Pixar's Turning Red which had a all-female filmmaking team.","copyrightHolder":"Disney Pixar's latest movie, Turning Red tells the","allowSyndication":false}}},"videos":{"index":{"60664761":{"caption":"Turning Red: Cast of Disney Pixar's latest movie speaks to Newsround","entityType":"Clip","externalId":"p0bt4z3s"}},"primary":{"60664761":{"caption":"Turning Red: Cast of Disney Pixar's latest movie speaks to Newsround","entityType":"Clip","externalId":"p0bt4z3s"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Newsround sent one young female filmmaker, Hatice to interview the cast and crew of Disney Pixar's Turning Red which had a all-female filmmaking team.","type":"MAP"},{"assetId":"60659060","assetUri":"\/newsround\/60659060","firstCreated":"2022-03-08T09:13:14+00:00","headline":"International Women鈥檚 Day 2022: 'I like breaking boundaries!'","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/3813ee8e-5dc2-45d0-bb5c-b31c4dd9c79b","language":"en-gb","lastUpdated":"2022-03-08T12:43:04+00:00","media":{"images":{"index":{"123592481":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/47FD\/production\/_123592481_p0bt3snn.jpg","originCode":"cpsprodpb","altText":"It's international Women鈥檚 Day which is a global annual event that celebrates women and all of their achievements.","copyrightHolder":"It's international Women鈥檚 Day, which is a global ","allowSyndication":false}},"index-thumbnail":{"123592483":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/961D\/production\/_123592483_p0bt3snn.jpg","originCode":"cpsprodpb","altText":"It's international Women鈥檚 Day which is a global annual event that celebrates women and all of their achievements.","copyrightHolder":"It's international Women鈥檚 Day, which is a global ","allowSyndication":false}}},"videos":{"index":{"60659836":{"caption":"It's international Women鈥檚 Day, an annual event that celebrates women's achievements.","entityType":"Clip","externalId":"p0bt3g5y"}},"primary":{"60659836":{"caption":"It's international Women鈥檚 Day, an annual event that celebrates women's achievements.","entityType":"Clip","externalId":"p0bt3g5y"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"overtypedHeadline":"'I like breaking boundaries!'","overtypedSummary":"It's International Women鈥檚 Day and some women with very cool jobs have been answering questions from children.","section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"It's International Women鈥檚 Day and four women with very cool jobs have been answering questions from children.","type":"MAP"},{"assetId":"42872803","assetUri":"\/newsround\/42872803","firstCreated":"2018-02-01T16:37:07+00:00","headline":"Amazing women who have changed the world","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/b0d95a9b-8409-0d40-b78d-54bd442848ad","language":"en-gb","lastUpdated":"2022-03-08T14:09:51+00:00","media":{"images":{"index":{"123600179":{"height":1152,"width":2048,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/17B4C\/production\/_123600179_photo08-03-2022140630.jpg","originCode":"cpsprodpb","altText":"Emmeline Pankhurst, The Queen and Kamala Harris.","copyrightHolder":"Getty Images \/ BBC","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"overtypedSummary":"For International Women's Day, Newsround looks at the achievements of some pretty incredible women!","section":{"name":"News","id":"101227","uri":"\/newsround\/news","urlIdentifier":"\/newsround\/news"},"summary":"For International Women's Day, Newsround looks at the achievements of some pretty incredible women!","type":"STY"},{"assetId":"60607336","assetUri":"\/newsround\/60607336","firstCreated":"2022-03-03T19:37:22+00:00","hasShortForm":true,"headline":"Can sand tell us more about the Earth's history?","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/08cd1caf-5ed9-47f3-bfe7-085dcd4397de","includeComments":true,"language":"en-gb","lastUpdated":"2022-03-08T08:20:26+00:00","media":{"images":{"index":{"123499864":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/B733\/production\/_123499864_gettyimages-91886575.jpg","originCode":"cpsprodpb","caption":"Many of us love a beach day, but could sand be smarter than we realise?","altText":"sandcastle.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"123502951":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/3E30\/production\/_123502951_gettyimages-91886575.jpg","originCode":"cpsprodpb","caption":"Many of us love a beach day, but could sand be smarter than we realise?","altText":"sandcastle.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"A team of scientists have developed a technique they believe could provide them with new information on how the Earth's surface has changed over the last few billion years.","type":"STY"},{"assetId":"56267543","assetUri":"\/newsround\/56267543","firstCreated":"2021-03-08T06:34:25+00:00","hasShortForm":true,"headline":"International Women's Day 2022: What's today about?","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/8f0ab41a-7b39-4fd6-8942-aad893767381","language":"en-gb","lastUpdated":"2022-03-08T09:40:10+00:00","media":{"images":{"index":{"123588446":{"height":1152,"width":2048,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/FBE8\/production\/_123588446_gettyimages-483139355.jpg","originCode":"cpsprodpb","altText":"Girl in superhero costume.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"overtypedHeadline":"What's International Women's Day all about?","section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"International Women's Day is a global event which happens every year on 8 March to celebrate the achievements of women and to call for gender equality.","type":"STY"},{"assetId":"60645607","assetUri":"\/newsround\/60645607","firstCreated":"2022-03-08T07:57:58+00:00","hasShortForm":true,"headline":"How are video games being used in education?","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/8b9de58a-70e2-4943-88b1-784bbfce1874","includeComments":true,"language":"en-gb","lastUpdated":"2022-03-08T07:57:58+00:00","media":{"images":{"index":{"123588543":{"height":1152,"width":2048,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/871C\/production\/_123588543_photo08-03-2022080741.jpg","originCode":"cpsprodpb","altText":"Minecraft character next to school board.","copyrightHolder":"Minecraft \/ Getty ","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"You might like playing video games in your free time, but some schools are finding a way for them to be used in the classroom too!","type":"STY"},{"assetId":"60658929","assetUri":"\/newsround\/60658929","firstCreated":"2022-03-08T08:46:26+00:00","hasShortForm":true,"headline":"Ukraine's World Cup playoff with Scotland postponed","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/658820bb-6250-43ad-b12e-6ca831b4d7a9","includeComments":true,"language":"en-gb","lastUpdated":"2022-03-08T08:46:26+00:00","media":{"images":{"index":{"123589147":{"height":351,"width":624,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/121D6\/production\/_123589147_gettyimages-1228390590.jpg","originCode":"cpsprodpb","caption":"Ukraine are bidding to reach their second men's World Cup finals","altText":"Ukraine players","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Ukraine put the request in to Fifa as a result of the ongoing war with Russia.","type":"STY"},{"assetId":"60658623","assetUri":"\/newsround\/60658623","firstCreated":"2022-03-08T07:42:21+00:00","hasShortForm":true,"headline":"Queen has first face-to-face meeting after getting better from Covid","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/f644ffc7-02ba-4a42-93d1-538056813dd1","includeComments":true,"language":"en-gb","lastUpdated":"2022-03-08T07:54:04+00:00","media":{"images":{"index":{"123588538":{"height":1152,"width":2048,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/14684\/production\/_123588538_gettyimages-1239003448.jpg","originCode":"cpsprodpb","altText":"The Queen and Canadian PM Justin Trudeau at Windsor Castle.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"overtypedHeadline":"Queen's first meeting after recovering from Covid","section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"After testing positive for Covid in February, the Queen has until recently only been taking on \"light duties\"","type":"STY"},{"assetId":"60652151","assetUri":"\/newsround\/60652151","firstCreated":"2022-03-07T17:08:06+00:00","headline":"Oink! Can pig sounds be translated into emotions?","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/2b475e5d-13b1-4f5a-b95b-cd684fac09eb","includeComments":true,"language":"en-gb","lastUpdated":"2022-03-08T06:46:14+00:00","media":{"images":{"index":{"123583830":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/0EFE\/production\/_123583830_mediaitem123583829.jpg","originCode":"cpsprodpb","altText":"Newborn piglet","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"123583832":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/5D1E\/production\/_123583832_mediaitem123583829.jpg","originCode":"cpsprodpb","altText":"Newborn piglet","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"A pig's grunts and oinks can reveal its emotions, according to a new study that'll leave you squealing.","type":"STY"},{"assetId":"60645270","assetUri":"\/newsround\/60645270","firstCreated":"2022-03-07T14:22:13+00:00","hasShortForm":true,"headline":"'Historic' world agreement to tackle global plastic problem!","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/7525ff17-96c4-4388-90b2-d7bc1228719d","includeComments":true,"language":"en-gb","lastUpdated":"2022-03-07T14:22:13+00:00","media":{"images":{"index":{"123576819":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/166DB\/production\/_123576819_bottlesinsandgettyimags.jpg","originCode":"cpsprodpb","altText":"Plastic bottles in sand","copyrightHolder":"Christopher Furlong","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"overtypedHeadline":"'Historic' world agreement to tackle global plastic problem","section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Nearly 200 countries agree to start negotiations on a global agreement to tackle the plastic \"crisis\".","type":"STY"},{"assetId":"60631705","assetUri":"\/newsround\/60631705","firstCreated":"2022-03-06T11:15:26+00:00","hasShortForm":true,"headline":"Slugs and snails are not pests, says charity","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/24292b87-1ce1-4d46-9fe0-eec07dcb2971","includeComments":true,"language":"en-gb","lastUpdated":"2022-03-07T07:10:17+00:00","media":{"images":{"index":{"123565673":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/9318\/production\/_123565673_gettyimages-1287660325.jpg","originCode":"cpsprodpb","caption":"The Royal Horticultural Society says snails ans slugs are an important part of the garden ecosystem","altText":"snail.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"123565677":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/12F58\/production\/_123565677_gettyimages-1287660325.jpg","originCode":"cpsprodpb","caption":"The Royal Horticultural Society says snails ans slugs are an important part of the garden ecosystem","altText":"snail.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"The Royal Horticultural Society says slugs and snails should be recognised for the key part they play in garden life.","type":"STY"},{"assetId":"60615208","assetUri":"\/newsround\/60615208","firstCreated":"2022-03-04T12:36:53+00:00","hasShortForm":true,"headline":"Which games have got Bafta nominations?","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/28fff12c-bbad-4f58-813c-badb3b19658e","includeComments":true,"language":"en-gb","lastUpdated":"2022-03-07T07:09:11+00:00","media":{"images":{"index":{"123510791":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/4CF5\/production\/_123510791_baftagames.jpg","originCode":"cpsprodpb","altText":"Ratchet and Clank\/ Forza Horison\/ Mario Party Superstars\/ Chicory","copyrightHolder":"Playground Games\/Nintendo\/Finji\/Insomnia ","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Find out which of your favourite games have been nominated. What do you think should win?","type":"STY"},{"assetId":"50434875","assetUri":"\/newsround\/50434875","firstCreated":"2019-11-18T06:21:33+00:00","headline":"Happy News: Stories to make you smile","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/702ba6d8-82a9-ef43-8ec3-8f7161cc6341","language":"en-gb","lastUpdated":"2022-03-07T06:37:23+00:00","media":{"images":{"index":{"123571728":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/1431D\/production\/_123571728_p0bsv3jf.jpg","originCode":"cpsprodpb","altText":"Bolivian dancers in costume","copyrightHolder":"Reuters","allowSyndication":false}},"index-thumbnail":{"123571730":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/0E85\/production\/_123571730_p0bsv3jf.jpg","originCode":"cpsprodpb","altText":"Bolivian dancers in costume","copyrightHolder":"Reuters","allowSyndication":false}}},"videos":{"index":{"60640831":{"caption":"Happy News: Stories to make you smile","entityType":"Clip","externalId":"p0bsv2x4"}},"primary":{"60640831":{"caption":"Happy News: Stories to make you smile","entityType":"Clip","externalId":"p0bsv2x4"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Martin has this week's Happy News with colourful costumes at carnivals in Bolivia and New Orleans and Thailand's oldest sprinter.","type":"MAP"}],"semanticGroupName":"More stories 1"},{"type":"responsive-cluster","title":"Slice 2","strapline":{"name":"War in Ukraine"},"items":[{"assetId":"60662417","assetUri":"\/newsround\/60662417","firstCreated":"2022-03-08T16:15:01+00:00","hasShortForm":true,"headline":"Guide: Why has Russia invaded Ukraine and what's happening?","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/c708a6f0-ff3b-4e0d-b997-23e516066be3","includeComments":true,"language":"en-gb","lastUpdated":"2022-03-08T16:15:01+00:00","media":{"images":{"index":{"123591570":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/1D5F\/production\/_123591570_mediaitem123332269.jpg","originCode":"cpsprodpb","altText":"Ukraine's biggest national flag on the country's highest flagpole and the giant Motherland monument are seen at a compound of the World War II museum in Kyiv, Ukraine","copyrightHolder":"Reuters","allowSyndication":true}},"index-thumbnail":{"123591572":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/6B7F\/production\/_123591572_mediaitem123332269.jpg","originCode":"cpsprodpb","altText":"Ukraine's biggest national flag on the country's highest flagpole and the giant Motherland monument are seen at a compound of the World War II museum in Kyiv, Ukraine","copyrightHolder":"Reuters","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Who, where, why, what? We've been answering some of your questions about what's happening in Ukraine and around the world.","type":"STY"},{"assetId":"60664715","assetUri":"\/newsround\/60664715","firstCreated":"2022-03-08T16:16:06+00:00","headline":"Ukraine: 'I feel like there's still hope, that we're not alone'","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/6f01a237-71f8-4f9d-9aa1-d74867c15661","language":"en-gb","lastUpdated":"2022-03-09T06:11:58+00:00","media":{"images":{"index":{"123599156":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/FEAF\/production\/_123599156_p0bt51v3.jpg","originCode":"cpsprodpb","altText":"Keyframe #7","copyrightHolder":"BBC","allowSyndication":false}}},"videos":{"index":{"60664716":{"caption":"Ukraine: The UK children with families facing war","entityType":"Clip","externalId":"p0bt507f"}},"primary":{"60664716":{"caption":"Ukraine: The UK children with families facing war","entityType":"Clip","externalId":"p0bt507f"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Shanequa speaks to young people in Liverpool who have family members still in Ukraine about their feelings during this difficult time of war.","type":"MAP"},{"assetId":"60638979","assetUri":"\/newsround\/60638979","byline":{"name":"By Jenny Lawrence, Joanna Jaworska & Nina Blissett","persons":[{"name":"Jenny Lawrence","function":"BBC Newsround Presenter","originCode":"CPSPRODPB","thumbnail":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/1009A\/production\/_123509656__78186616_jenny_lawrence.jpg"}],"title":"BBC Newsround"},"firstCreated":"2022-03-07T09:37:04+00:00","hasShortForm":true,"headline":"'I feel good here, just like in my school in Lviv'","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/89c7f2c1-1942-4c71-a875-409c8834da8c","includeComments":true,"language":"en-gb","lastUpdated":"2022-03-08T06:50:17+00:00","media":{"images":{"index":{"123576815":{"height":1152,"width":2048,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/CA9B\/production\/_123576815_yarkoonhisown.jpg","originCode":"cpsprodpb","altText":"Yarko","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"123572666":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/10443\/production\/_123572666_yarkoonhisown.jpg","originCode":"cpsprodpb","altText":"Yarko","copyrightHolder":"BBC","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Newsround has been speaking to nine-year-old Yarko who left Ukraine a week ago and has just started at a school in Poland.","type":"STY"},{"assetId":"60648373","assetUri":"\/newsround\/60648373","firstCreated":"2022-03-07T13:21:57+00:00","headline":"Why the UK is facing criticism over help for Ukrainians","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/610bedac-b709-433e-b3bf-51717907b0e8","includeComments":true,"language":"en-gb","lastUpdated":"2022-03-08T06:45:10+00:00","media":{"images":{"index":{"123453517":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/1176F\/production\/_123453517_gettyimages-1373101584-594x594.jpg","originCode":"cpsprodpb","caption":"Families are leaving Ukraine because of Russian invasion","altText":"A family holding a baby walking next to a train","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"123579245":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/D419\/production\/_123579245_gettyimages-1373101584-594x594.jpg","originCode":"cpsprodpb","caption":"Families are leaving Ukraine because of Russian invasion","altText":"A family holding a baby walking next to a train","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"The European Union says up to four million people may try to leave and that it will welcome refugees with \"open arms\".","type":"STY"},{"assetId":"60619050","assetUri":"\/newsround\/60619050","firstCreated":"2022-03-04T14:27:22+00:00","headline":"How can you help people affected by war in Ukraine?","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/af2e217d-fa7c-4874-a922-e28e0d72acf4","includeComments":true,"language":"en-gb","lastUpdated":"2022-03-05T06:20:07+00:00","media":{"images":{"index":{"123517160":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/181B\/production\/_123517160_gettyimages-1238915069.jpg","originCode":"cpsprodpb","altText":"Refugees gathered at the Polish border","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Aid charities are working in Ukraine while groups in nearby countries are ready to support refugees.","type":"STY"},{"assetId":"60668473","assetUri":"\/newsround\/60668473","firstCreated":"2022-03-08T17:18:44+00:00","headline":"US and UK announce ban on Russian oil","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/da6f601f-efe5-44ab-9076-b6a81b6a1d4a","includeComments":true,"language":"en-gb","lastUpdated":"2022-03-08T17:21:41+00:00","media":{"images":{"index":{"123591794":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/C237\/production\/_123591794_nozzle.jpg","originCode":"cpsprodpb","altText":"Man filling a car with petrol at UK station, February 2022","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"123601751":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/3D5E\/production\/_123601751_nozzle.jpg","originCode":"cpsprodpb","altText":"Man filling a car with petrol at UK station, February 2022","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"The US and UK are banning Russian oil as countries harden their response to the invasion of Ukraine.","type":"STY"},{"assetId":"60638984","assetUri":"\/newsround\/60638984","byline":{"name":"By Jenny Lawrence, Joanna Jaworska & Nina Blissett","persons":[{"name":"Jenny Lawrence","function":"BBC Newsround Presenter","originCode":"CPSPRODPB","thumbnail":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/1009A\/production\/_123509656__78186616_jenny_lawrence.jpg"}],"title":"BBC Newsround"},"firstCreated":"2022-03-07T07:40:54+00:00","hasShortForm":true,"headline":"Ukraine evacuation: 'We're just doing whatever we can'","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/611e711e-3519-402f-984a-4d6a36fdb1bc","includeComments":true,"language":"en-gb","lastUpdated":"2022-03-07T07:40:59+00:00","media":{"images":{"index":{"123576817":{"height":1152,"width":2048,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/118BB\/production\/_123576817_martaindexpic.jpg","originCode":"cpsprodpb","altText":"Marta","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"123573996":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/11131\/production\/_123573996_martaindexpic.jpg","originCode":"cpsprodpb","altText":"Marta","copyrightHolder":"BBC","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Newsround has been speaking to children in Poland who have escaped from the war in neighbouring Ukraine and meeting those who are helping them once they get to safety.","type":"STY"},{"assetId":"60615215","assetUri":"\/newsround\/60615215","byline":{"name":"By Jenny Lawrence","persons":[{"name":"Jenny Lawrence","function":"BBC Newsround Presenter","originCode":"CPSPRODPB","thumbnail":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/1009A\/production\/_123509656__78186616_jenny_lawrence.jpg"}],"title":"BBC Newsround Presenter"},"firstCreated":"2022-03-04T09:21:49+00:00","hasShortForm":true,"headline":"'We're escaping to Germany to find peace'","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/db1d1343-1c4f-48b3-81c7-0198fd6ee4a2","includeComments":true,"language":"en-gb","lastUpdated":"2022-03-04T10:48:28+00:00","media":{"images":{"index":{"123508415":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/C918\/production\/_123508415_whatsappimage2022-03-04at07.33.38.jpg","originCode":"cpsprodpb","altText":"Anastasiia and Miroslava","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"123509657":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/127AA\/production\/_123509657_whatsappimage2022-03-04at07.33.38.jpg","originCode":"cpsprodpb","altText":"Anastasiia and Miroslava","copyrightHolder":"BBC","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"overtypedSummary":"As more and more refugees leave Ukraine and cross the border for safety, Newsround hears from two sisters at the main station in neighbouring country Poland. They told Jenny about their experiences and their hopes to move on to Germany.","section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"As more and more refugees leave Ukraine and cross the border, Newsround speaks to two sisters at the main station in Krak贸w, Poland.","type":"STY"},{"assetId":"60644512","assetUri":"\/newsround\/60644512","firstCreated":"2022-03-07T07:49:56+00:00","headline":"Protests around the world - in pictures","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/8c1a7e57-2ffc-4ce8-a47e-34d59ff8752e","language":"en-gb","lastUpdated":"2022-03-07T07:49:56+00:00","media":{"images":{"index":{"123576821":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/3243\/production\/_123576821_gettyimages-1381712598.jpg","originCode":"cpsprodpb","altText":"Protest in cardiff uk","copyrightHolder":"Matthew Horwood \/ Getty","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Over the weekend, people in countries all over the world have been protesting against the attack on Ukraine. In Russia however, people are being arrested at demonstrations for going against their government.","type":"PGL"},{"assetId":"60637163","assetUri":"\/newsround\/60637163","firstCreated":"2022-03-06T09:28:48+00:00","hasShortForm":true,"headline":"Prime minister sets out plans to put pressure on Putin","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/25f3ebd8-22ad-4f4f-b18a-a0d89a630c5f","includeComments":true,"language":"en-gb","lastUpdated":"2022-03-06T09:28:48+00:00","media":{"images":{"index":{"123563386":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/10AF0\/production\/_123563386_gettyimages-1238871388.jpg","originCode":"cpsprodpb","caption":"The prime minister wrote an essay setting out ley actions to be taken to put pressure on Russia's leader Vladimir Putin","altText":"boris-johnson.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"123563388":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/15910\/production\/_123563388_gettyimages-1238871388.jpg","originCode":"cpsprodpb","caption":"The prime minister wrote an essay setting out ley actions to be taken to put pressure on Russia's leader Vladimir Putin","altText":"boris-johnson.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Boris Johnson wrote an essay for the New York Times newspaper, setting out six actions which he thinks should be taken by world leaders to put pressure on Russia's leader Vladimir Putin.","type":"STY"},{"assetId":"13865002","assetUri":"\/newsround\/13865002","firstCreated":"2011-06-21T15:10:48+00:00","headline":"Advice if you're upset by the news","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/b5c53248-cb91-e059-e040-850a02846523","language":"en-gb","lastUpdated":"2022-02-25T07:22:20+00:00","media":{"images":{"index":{"114421784":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/BE48\/production\/_114421784_p08rvlkj.jpg","originCode":"cpsprodpb","altText":"sad girl looking at phone","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"98119719":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/1668F\/production\/_98119719_p053sb9x.jpg","originCode":"cpsprodpb","altText":"upset","copyrightHolder":"Newsround","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"News","id":"101227","uri":"\/newsround\/news","urlIdentifier":"\/newsround\/news"},"summary":"If you are upset by the news, here is some advice to help you.","type":"STY"},{"assetId":"60568631","assetUri":"\/newsround\/60568631","firstCreated":"2022-03-01T08:09:17+00:00","headline":"How to spot misleading stories online about Ukraine crisis","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/f79540e9-39d0-448a-aeb4-36e846d7fe01","language":"en-gb","lastUpdated":"2022-03-02T06:36:22+00:00","media":{"images":{"index":{"123461484":{"height":1152,"width":2048,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/BD20\/production\/_123461484_mediaitem123461483.jpg","originCode":"cpsprodpb","altText":"Fake news and Facts keys on a computer keyboard.","copyrightHolder":"Getty Creative","allowSyndication":false}},"index-thumbnail":{"123461486":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/10B40\/production\/_123461486_mediaitem123461483.jpg","originCode":"cpsprodpb","altText":"Fake news and Facts keys on a computer keyboard.","copyrightHolder":"Getty Creative","allowSyndication":false}}},"videos":{"index":{"60568635":{"caption":"WATCH: The BBC's Marianna Spring on how to spot misleading stories online about Ukraine crisis","entityType":"Clip","externalId":"p0brrmtl"}},"primary":{"60568635":{"caption":"WATCH: The BBC's Marianna Spring on how to spot misleading stories online about Ukraine crisis","entityType":"Clip","externalId":"p0brrmtl"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"passport":{"category":{"categoryId":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/ontologies\/applicationlogic-news\/News","categoryName":"News"}},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"BBC Specialist Disinformation Reporter Marianna Spring has some tips on how to spot what's true and what's false.","type":"MAP"},{"assetId":"60554258","assetUri":"\/newsround\/60554258","firstCreated":"2022-02-28T09:18:32+00:00","headline":"War in Ukraine: What's happening there?","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/3d6354e9-34c2-4088-ae84-602b97154e9f","language":"en-gb","lastUpdated":"2022-02-28T09:18:32+00:00","media":{"images":{"index":{"123476485":{"height":1152,"width":2048,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/E463\/production\/_123476485_mediaitem123476484.jpg","originCode":"cpsprodpb","altText":"Russian and Ukrainian flags","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"123476558":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/14E3F\/production\/_123476558_mediaitem123476484.jpg","originCode":"cpsprodpb","altText":"Russian and Ukrainian flags","copyrightHolder":"Getty Images","allowSyndication":true}}},"videos":{"index":{"60554259":{"caption":"Ukraine and Russia's complicated relationship explained","entityType":"Clip","externalId":"p0brkx8s"}},"primary":{"60554259":{"caption":"Ukraine and Russia's complicated relationship explained","entityType":"Clip","externalId":"p0brkx8s"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Ukraine and Russia have a long and complicated relationship. Find out more about the war in Ukraine here.","type":"MAP"},{"assetId":"60590289","assetUri":"\/newsround\/60590289","firstCreated":"2022-03-02T21:23:52+00:00","hasShortForm":true,"headline":"What's life like for people in Russia right now?","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/a0924134-0d20-4021-bf56-a57ecb804779","includeComments":true,"language":"en-gb","lastUpdated":"2022-03-03T06:51:26+00:00","media":{"images":{"index":{"123483363":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/8DF2\/production\/_123483363_gettyimages-1238682585.jpg","originCode":"cpsprodpb","caption":"What those in Russia are being told about the Ukrainian invasion isn't the same as what the rest of the world is hearing and seeing","altText":"woman-watching-TV-in-Russia.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"123483365":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/DC12\/production\/_123483365_gettyimages-1238682585.jpg","originCode":"cpsprodpb","caption":"What those in Russia are being told about the Ukrainian invasion isn't the same as what the rest of the world is hearing and seeing","altText":"woman-watching-TV-in-Russia.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Russians, including many children, are seeing some big changes to their lives as a result of their country's invasion of Ukraine.","type":"STY"},{"assetId":"60556027","assetUri":"\/newsround\/60556027","firstCreated":"2022-03-02T13:25:31+00:00","hasShortForm":true,"headline":"Concerts, films and ballet cancelled in Russia","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/c02fdf0c-d760-4ea1-a530-ac2eda3eefbd","includeComments":true,"language":"en-gb","lastUpdated":"2022-03-03T06:53:43+00:00","media":{"images":{"index":{"123476411":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/2CCB\/production\/_123476411_gettyimages-1372466021.jpg","originCode":"cpsprodpb","altText":"Louis Tomlinson.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"123477455":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/D8B5\/production\/_123477455_gettyimages-1372466021.jpg","originCode":"cpsprodpb","altText":"Louis Tomlinson.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Lots of music artists have cancelled concerts because of the war in Ukraine. Find out more here.","type":"STY"},{"assetId":"60601113","assetUri":"\/newsround\/60601113","firstCreated":"2022-03-03T10:43:38+00:00","hasShortForm":true,"headline":"Russia and Belarus banned from Paralympic Games","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/2ae09dec-5b9c-4fc2-b72c-0ad540c9f21e","includeComments":true,"language":"en-gb","lastUpdated":"2022-03-03T10:43:38+00:00","media":{"images":{"index":{"123481316":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/EF86\/production\/_123481316_tv074280274.jpg","originCode":"cpsprodpb","caption":"IPC president Andrew Parsons said the measures taken against Russia and Belarus were the \"harshest possible punishment\"","altText":"andrew-parsons.","copyrightHolder":"PA Media","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"overtypedHeadline":"Russia and Belarus banned from Paralympics","section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Athletes from Russia and Belarus will not be able to compete in the Paralympic Winter Games as the committee overturns original decision.","type":"STY"},{"assetId":"60522331","assetUri":"\/newsround\/60522331","firstCreated":"2022-02-25T16:44:46+00:00","hasShortForm":true,"headline":"What is being done to help Ukrainian refugees?","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/5355696d-4b04-4635-b1e0-a692bc75dfb7","includeComments":true,"language":"en-gb","lastUpdated":"2022-02-28T08:08:40+00:00","media":{"images":{"index":{"123435704":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/9F31\/production\/_123435704_p0brgf0l.jpg","originCode":"cpsprodpb","altText":"Ukrainian refugees leave the country","copyrightHolder":"REUTERS\/Bernadett Szabo","allowSyndication":false}},"index-thumbnail":{"123436096":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/10DC7\/production\/_123436096_p0brgf0l.jpg","originCode":"cpsprodpb","altText":"Ukrainian refugees leave the country","copyrightHolder":"REUTERS\/Bernadett Szabo","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Following the invasion of Ukraine, many people living there have had no choice but to leave their homes in search of a safe place to stay. Some of the countries that border Ukraine have welcomed many thousands of refugees. Read our guide to find out more.","type":"STY"},{"assetId":"60536983","assetUri":"\/newsround\/60536983","firstCreated":"2022-02-28T07:06:28+00:00","hasShortForm":true,"headline":"War in Ukraine: What do all the words mean?","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/ff435dc9-77da-4563-ac4d-9bcb32e26d28","includeComments":true,"language":"en-gb","lastUpdated":"2022-03-01T14:06:38+00:00","media":{"images":{"index":{"123440664":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/B60C\/production\/_123440664_ukraineglossarythumbnail.png","originCode":"cpsprodpb","altText":"What do all the words mean","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"While you're keeping up to date with what's going on in Ukraine, you might be coming across a lot of new words and phrases - we've taken some of the key terms and explained them","type":"STY"},{"assetId":"60524404","assetUri":"\/newsround\/60524404","firstCreated":"2022-02-25T14:53:27+00:00","hasShortForm":true,"headline":"Fifa and Uefa suspend all Russian football teams","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/e06a07e4-1def-4f99-8c4f-07c1adbddc26","includeComments":true,"language":"en-gb","lastUpdated":"2022-03-02T07:33:07+00:00","media":{"images":{"index":{"123457177":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/12D77\/production\/_123457177_fifaanduefa.jpg","originCode":"cpsprodpb","altText":"Fifa and Uefa","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"123467297":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/135AC\/production\/_123467297_fifaanduefa.jpg","originCode":"cpsprodpb","altText":"Fifa and Uefa","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Russian football clubs and national teams have been suspended from all football competitions after the country's invasion of Ukraine.","type":"STY"},{"assetId":"60662831","assetUri":"\/newsround\/60662831","firstCreated":"2022-03-08T11:21:44+00:00","hasShortForm":true,"headline":"What's the history between Russia, Ukraine and the West?","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/e42c905e-30ee-4f47-bdaf-62b88d9694f9","includeComments":true,"language":"en-gb","lastUpdated":"2022-03-08T11:21:44+00:00","media":{"images":{"index":{"123591565":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/DCC7\/production\/_123591565_still_-amended_00102.png","originCode":"cpsprodpb","caption":"A map of Europe showing Ukraine and Russia","altText":"A map of Europe showing Ukraine and Russia","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"123591564":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/B5B7\/production\/_123591564_still_-amended_00102.png","originCode":"cpsprodpb","caption":"A map of Europe showing Ukraine and Russia","altText":"A map of Europe showing Ukraine and Russia","copyrightHolder":"BBC","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"What's the history between Russia, Ukraine and the West?","type":"STY"},{"assetId":"60546877","assetUri":"\/newsround\/60546877","firstCreated":"2022-02-28T15:32:06+00:00","headline":"Who is Volodymyr Zelensky?","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/fc3b9510-4b92-4183-9914-ebb53373dd35","includeComments":true,"language":"en-gb","lastUpdated":"2022-02-28T15:32:06+00:00","media":{"images":{"index":{"123461219":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/16450\/production\/_123461219_volod.jpg","originCode":"cpsprodpb","altText":"Ukraine's President Volodymyr Zelensky attends drills held by the Ministry of Internal Affairs of Ukraine on 12 Feb 2022","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"123448160":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/1828\/production\/_123448160_volod.jpg","originCode":"cpsprodpb","altText":"Ukraine's President Volodymyr Zelensky attends drills held by the Ministry of Internal Affairs of Ukraine on 12 Feb 2022","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Find out more about the Ukrainian President Volodymyr Zelensky.","type":"STY"},{"assetId":"60558072","assetUri":"\/newsround\/60558072","firstCreated":"2022-02-28T15:53:52+00:00","headline":"The people helping refugees arriving from Ukraine","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/c80b2475-e360-403c-9fba-aaf6ae4d0a7f","language":"en-gb","lastUpdated":"2022-03-01T06:28:54+00:00","media":{"images":{"index":{"123454048":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/1484D\/production\/_123454048_gettyimages-1238814815.jpg","originCode":"cpsprodpb","altText":"Toys are distributed free for peoplechildren arriving from Ukraine after crossing Ukrainian-Polish border in Medyka. Przemysl, Poland","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Refugees escaping the conflict in Ukraine have been arriving In Poland, Hungary, Romania and Slovakia, where people are providing aid.","type":"PGL"},{"assetId":"60568636","assetUri":"\/newsround\/60568636","firstCreated":"2022-03-01T09:48:17+00:00","headline":"Ukraine crisis: Day six of Russian invasion","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/ba52e5bc-2963-499e-9f72-f6c3986887ff","language":"en-gb","lastUpdated":"2022-03-01T09:48:17+00:00","media":{"images":{"index":{"123463572":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/6B90\/production\/_123463572_p0brs2cl.jpg","originCode":"cpsprodpb","altText":"BBC reporter James Waterhouse","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"123463574":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/B9B0\/production\/_123463574_p0brs2cl.jpg","originCode":"cpsprodpb","altText":"BBC reporter James Waterhouse","copyrightHolder":"BBC","allowSyndication":true}}},"videos":{"index":{"60568637":{"caption":"Ukraine crisis: What's happening on day 6 of invasion?","entityType":"Clip","externalId":"p0brrq99"}},"primary":{"60568637":{"caption":"Ukraine crisis: What's happening on day 6 of invasion?","entityType":"Clip","externalId":"p0brrq99"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"BBC reporter James Waterhouse updates Newsround on what's happening in Ukraine.","type":"MAP"},{"assetId":"60513502","assetUri":"\/newsround\/60513502","firstCreated":"2022-02-24T15:59:17+00:00","headline":"The history of Ukraine-Russia tensions","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/d7ab890a-149d-4b44-a420-761ea2a42ef8","language":"en-gb","lastUpdated":"2022-02-24T15:59:17+00:00","media":{"images":{"index":{"123404072":{"height":1152,"width":2048,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/69A0\/production\/_123404072_gettyimages-1162913950.jpg","originCode":"cpsprodpb","altText":"Russian and Ukrainian flags","copyrightHolder":"Getty Images","allowSyndication":true}}},"videos":{"index":{"60513504":{"caption":"The history of tensions between Russia and Ukraine.","entityType":"Clip","externalId":"p0br0hy3"}},"primary":{"60513504":{"caption":"The history of tensions between Russia and Ukraine.","entityType":"Clip","externalId":"p0br0hy3"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Why Russia has invaded Ukraine, and the background of the tension between the two countries","type":"MAP"},{"assetId":"60521909","assetUri":"\/newsround\/60521909","firstCreated":"2022-02-25T14:02:40+00:00","headline":"Who is Vladimir Putin?","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/d2ebc5d7-16f8-4fb1-9fbe-6c03b398916b","includeComments":true,"language":"en-gb","lastUpdated":"2022-02-26T09:07:49+00:00","media":{"images":{"index":{"123476614":{"height":1152,"width":2048,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/A2C3\/production\/_123476614_mediaitem123476613.jpg","originCode":"cpsprodpb","altText":"vladimir-putin","copyrightHolder":"Reuters","allowSyndication":true}},"index-thumbnail":{"123476616":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/F0E3\/production\/_123476616_mediaitem123476613.jpg","originCode":"cpsprodpb","altText":"vladimir-putin","copyrightHolder":"Reuters","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Russian President Vladimir Putin has been in power for two decades. He's one of the most important leaders in the world, but many people have very different opinions about him.","type":"STY"},{"assetId":"60522472","assetUri":"\/newsround\/60522472","firstCreated":"2022-02-28T08:16:58+00:00","headline":"Protests against the war in Ukraine from around the world","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/f948306e-d6aa-4f31-b7a5-13df0374691c","language":"en-gb","lastUpdated":"2022-02-28T08:16:58+00:00","media":{"images":{"index":{"123447319":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/164EE\/production\/_123447319_gettyimages-1373186597.jpg","originCode":"cpsprodpb","caption":"In Chicago, USA thousands of protesters came together outside a Ukrainian church in a Ukrainian neighbourhood in the city.","altText":"A photo of a sign saying 'Stand with Ukraine'","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"People from countries all around the world have been attending marches and protests against Russia's invasion of Ukraine.","type":"PGL"},{"assetId":"60416721","assetUri":"\/newsround\/60416721","firstCreated":"2022-02-17T13:38:33+00:00","headline":"What is Nato?","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/49121c1a-1244-4aa1-abd6-3454b91a4d18","includeComments":true,"language":"en-gb","lastUpdated":"2022-02-18T09:34:00+00:00","media":{"images":{"index":{"123001371":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/439E\/production\/_123001371_airpolicing.png","originCode":"cpsprodpb","caption":"Nato has stepped up its military defences in eastern Europe","altText":"Turkish fighter jets on patrol for Nato over Poland","copyrightHolder":"Anadolu via Getty","allowSyndication":false}},"index-thumbnail":{"123291130":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/0C2F\/production\/_123291130_airpolicing.png","originCode":"cpsprodpb","caption":"Nato has stepped up its military defences in eastern Europe","altText":"Turkish fighter jets on patrol for Nato over Poland","copyrightHolder":"Anadolu via Getty","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Nato countries are trying to help Ukraine in the face of a possible Russian invasion. But was is Nato?","type":"STY"},{"assetId":"60520226","assetUri":"\/newsround\/60520226","firstCreated":"2022-02-25T07:51:28+00:00","hasShortForm":true,"headline":"Citizens in Ukraine's capital Kyiv urged to stay at home","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/552c340c-3327-42e5-9aba-3202b0590ab5","includeComments":true,"language":"en-gb","lastUpdated":"2022-02-26T13:42:26+00:00","media":{"images":{"index":{"123427493":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/9A30\/production\/_123427493_index_1619383709_rc2irs9jikj7_rtrmadp_3_ukraine-crisis-kyiv.jpg","originCode":"cpsprodpb","altText":"Smoke rises after recent shelling in Kyiv, Ukraine February 26, 2022.","copyrightHolder":"GLEB GARANICH \/ REUTERS ","allowSyndication":true}},"index-thumbnail":{"123428059":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/1736A\/production\/_123428059_index_1619383709_rc2irs9jikj7_rtrmadp_3_ukraine-crisis-kyiv.jpg","originCode":"cpsprodpb","altText":"Smoke rises after recent shelling in Kyiv, Ukraine February 26, 2022.","copyrightHolder":"GLEB GARANICH \/ REUTERS ","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"The Ukrainian government says that while there is fighting taking place on some streets in the city of Kyiv, they remain in control of the situation and are fighting back.","type":"STY"},{"assetId":"60536040","assetUri":"\/newsround\/60536040","firstCreated":"2022-02-26T09:55:14+00:00","hasShortForm":true,"headline":"Russia banned from 2022 Eurovision Song Contest","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/457b1383-1644-48f1-ae0f-0156b023c66e","includeComments":true,"language":"en-gb","lastUpdated":"2022-02-26T09:55:14+00:00","media":{"images":{"index":{"123476563":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/8ED7\/production\/_123476563_mediaitem123476562.jpg","originCode":"cpsprodpb","caption":"The competition is taking place in Italy this year after Maneskin won in 2021","altText":"Eurovision Song Contest 2022 logo","copyrightHolder":"Eurovision","allowSyndication":false}},"index-thumbnail":{"123476609":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/1622B\/production\/_123476609_mediaitem123476562.jpg","originCode":"cpsprodpb","caption":"The competition is taking place in Italy this year after Maneskin won in 2021","altText":"Eurovision Song Contest 2022 logo","copyrightHolder":"Eurovision","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"After originally saying Russia could take part, the European Broadcasting Union have now said Russia will not be allowed to send an entry to the singing contest in Italy.","type":"STY"},{"assetId":"60417806","assetUri":"\/newsround\/60417806","firstCreated":"2022-02-24T07:17:37+00:00","hasShortForm":true,"headline":"Russia launches attack on Ukraine","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/7104ceeb-7693-4cd4-b03a-dd95e37031ba","includeComments":true,"language":"en-gb","lastUpdated":"2022-02-24T15:59:59+00:00","media":{"images":{"index":{"123397959":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/176EB\/production\/_123397959_mediaitem123397866.jpg","originCode":"cpsprodpb","caption":"A Russian convoy enters Ukraine's Kherson region from Crimea","altText":"convoy enters from crimea","copyrightHolder":"Reuters","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"UK condemns unprovoked attack on Ukraine after Russian forces cross the border, with reports of explosions near major cities across the country.","type":"STY"},{"assetId":"60539161","assetUri":"\/newsround\/60539161","firstCreated":"2022-02-26T15:03:17+00:00","headline":"World landmarks light up in support of Ukraine","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/e6d542b7-38c6-4f9c-850a-b51b32df4003","language":"en-gb","lastUpdated":"2022-02-26T15:03:17+00:00","media":{"images":{"index":{"123431309":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/160C9\/production\/_123431309_mediaitem123431308.jpg","originCode":"cpsprodpb","altText":"10 Downing Street in blue and yellow","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"123431311":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/2C31\/production\/_123431311_mediaitem123431308.jpg","originCode":"cpsprodpb","altText":"10 Downing Street in blue and yellow","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Countries across the world have illuminated monuments and buildings in the colours of Ukraine鈥檚 flag - blue and yellow - to show support for the nation following the Russian invasion.","type":"PGL"},{"assetId":"60508750","assetUri":"\/newsround\/60508750","firstCreated":"2022-02-24T15:58:15+00:00","headline":"Ukraine crisis: How UK, US and rest of the world reacted","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/ae241c2d-86e4-4e4f-94dc-927456c52b76","includeComments":true,"language":"en-gb","lastUpdated":"2022-02-25T09:04:47+00:00","media":{"images":{"index":{"123414400":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/01B9\/production\/_123414400_borisbiden.png","originCode":"cpsprodpb","altText":"Biden Boris","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"overtypedHeadline":"How UK and US are reacting to invasion","section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Prime Minster Boris Johnson called Russia's actions an attack on democracy and freedom in eastern Europe and throughout the world.","type":"STY"},{"assetId":"60475007","assetUri":"\/newsround\/60475007","firstCreated":"2022-02-22T09:27:56+00:00","hasShortForm":true,"headline":"Putin under pressure over Russian actions in Ukraine","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/7a020ac0-a147-4e26-be47-d45bdb10e224","includeComments":true,"language":"en-gb","lastUpdated":"2022-02-23T17:45:03+00:00","media":{"images":{"index":{"123344473":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/9244\/production\/_123344473_putin.jpg","originCode":"cpsprodpb","caption":"President Putin made the announcement in a televised address on Monday night","altText":"Putin","copyrightHolder":"Alexei Nikolsky\/Getty","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"President Putin has ordered troops into two regions of Ukraine - Donetsk and Luhansk - after recognising them as independent countries. The move has been condemned by leaders across the world and some people are worried it is the beginning of a Russian invasion of Ukraine.","type":"STY"}],"semanticGroupName":"More stories 2"},{"type":"responsive-cluster","title":"Slice 3","strapline":{"name":"Mental Wellbeing"},"items":[{"assetId":"60247589","assetUri":"\/newsround\/60247589","firstCreated":"2022-02-07T06:58:19+00:00","hasShortForm":true,"headline":"Children's Mental Health Week: What you need to know","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/9a3f90c0-4b57-48b1-93d7-5afebb246388","includeComments":true,"language":"en-gb","lastUpdated":"2022-02-07T06:58:19+00:00","media":{"images":{"index":{"123146635":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/D1A0\/production\/_123146635_mentalhealthpic.png","originCode":"cpsprodpb","altText":"Spread the word poster.","copyrightHolder":"Place2Be","allowSyndication":false}},"index-thumbnail":{"123160034":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/A7FE\/production\/_123160034_mentalhealthpic.png","originCode":"cpsprodpb","altText":"Spread the word poster.","copyrightHolder":"Place2Be","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Kids give their top tips for the 'Growing Together' theme for Children's Mental Health Week.","type":"STY"},{"assetId":"60294779","assetUri":"\/newsround\/60294779","firstCreated":"2022-02-07T17:44:27+00:00","hasShortForm":true,"headline":"Dr Ranj's top tips for looking after your mental health","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/b6e16317-f4f8-488e-9c2c-8d5bc87bedab","includeComments":true,"language":"en-gb","lastUpdated":"2022-02-08T08:52:56+00:00","media":{"images":{"index":{"123175820":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/0B29\/production\/_123175820_mediaitem123175819.jpg","originCode":"cpsprodpb","altText":"Dr Ranj","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"123175822":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/5949\/production\/_123175822_mediaitem123175819.jpg","originCode":"cpsprodpb","altText":"Dr Ranj","copyrightHolder":"BBC","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"As it's Children's Mental Health Week, Dr Ranj gave us five key ways to look after yourself during the school day","type":"STY"},{"assetId":"57668645","assetUri":"\/newsround\/57668645","firstCreated":"2021-07-02T08:53:46+00:00","hasShortForm":true,"headline":"Top tips for how to deal with uncertainty","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/49cdf974-13bf-43b3-9916-bf1ab67cf050","includeComments":true,"language":"en-gb","lastUpdated":"2021-07-02T08:53:46+00:00","media":{"images":{"index":{"119175323":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/7E65\/production\/_119175323_3bcaafea-9990-4b0d-a99d-1e483c7ae0be.jpg","originCode":"cpsprodpb","altText":"Graphic slates that says Top tips for dealing with uncertainty.","copyrightHolder":"BBC","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"passport":{"category":{"categoryId":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/ontologies\/applicationlogic-news\/News","categoryName":"News"}},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"When you aren't sure what's going to happen or things feel out of your control, it can make you feel unsettled and sometimes even quite anxious. So when this happens, what can you do to make yourself feel better?","type":"STY"},{"assetId":"51393300","assetUri":"\/newsround\/51393300","firstCreated":"2020-02-05T18:36:58+00:00","headline":"Five top tips to tackle anxiety","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/c365e8e0-1435-db42-a7f2-dbda818f971e","language":"en-gb","lastUpdated":"2020-02-05T18:36:58+00:00","media":{"images":{"index":{"110793632":{"height":1080,"width":1920,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/5C57\/production\/_110793632_anxietypic2.jpg","originCode":"cpsprodpb","altText":"Mindfulness","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"110793634":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/AA77\/production\/_110793634_anxietypic2.jpg","originCode":"cpsprodpb","altText":"Mindfulness","copyrightHolder":"BBC","allowSyndication":true}}},"videos":{"index":{"51393800":{"caption":"Anxiety: Five top tips to tackle it","entityType":"Clip","externalId":"p082d5m4"}},"primary":{"51393800":{"caption":"Anxiety: Five top tips to tackle it","entityType":"Clip","externalId":"p082d5m4"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"300,000 young people in the UK struggle with anxiety - we've got some top tips to help.","type":"MAP"},{"assetId":"51896156","assetUri":"\/newsround\/51896156","firstCreated":"2020-03-16T07:51:10+00:00","hasShortForm":true,"headline":"How to look after your wellbeing right now","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/70bebf10-cc24-4a43-af7e-c18c82d1307e","language":"en-gb","lastUpdated":"2021-01-05T08:12:07+00:00","media":{"images":{"index":{"116381611":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/2D62\/production\/_116381611_gettyimages-525848859.jpg","originCode":"cpsprodpb","altText":"two children and rainbow","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"116381607":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/113DA\/production\/_116381607_gettyimages-525848859.jpg","originCode":"cpsprodpb","altText":"two children and rainbow","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"It's normal to feel worried and concerned about the way we're living right now - here are some tips to help you look after both your physical and mental health during lockdown.","type":"STY"},{"assetId":"57833177","assetUri":"\/newsround\/57833177","firstCreated":"2021-07-15T13:10:37+00:00","hasShortForm":true,"headline":"How to deal with disappointment","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/cf75c8ec-ae11-408b-9ac1-00c9cd0b828b","includeComments":true,"language":"en-gb","lastUpdated":"2021-07-16T05:24:05+00:00","media":{"images":{"index":{"119402368":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/15130\/production\/_119402368_gettyimages-591210321.jpg","originCode":"cpsprodpb","altText":"Child talking to adult.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Over the last 16 months things may have happened that have let you down or not gone the way you hoped, so here are Newsround's tips on how to deal with disappointment.","type":"STY"},{"assetId":"25036313","assetUri":"\/newsround\/25036313","firstCreated":"2013-11-21T14:52:40+00:00","headline":"What is anxiety?","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/4d7afdd3-d9af-9349-b2ba-b17f78cf9b97","language":"en-gb","lastUpdated":"2019-02-15T07:11:23+00:00","media":{"images":{"index":{"92653792":{"height":1080,"width":1920,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/7427\/production\/_92653792_anxiety.jpg","originCode":"cpsprodpb","altText":"Cartoon","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"92653771":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/4547\/production\/_92653771_anxiety.jpg","originCode":"cpsprodpb","altText":"Cartoon","copyrightHolder":"BBC","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Newsround spoke to mental health charity Mind to find out more about anxiety and what you can do if you're worried you might be experiencing it.","type":"STY"},{"assetId":"38082989","assetUri":"\/newsround\/38082989","firstCreated":"2016-11-24T15:19:36+00:00","hasShortForm":true,"headline":"What is depression?","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/4036a7c3-6a60-144d-aa79-a664a79007a8","language":"en-gb","lastUpdated":"2016-11-24T15:19:36+00:00","media":{"images":{"index":{"92653778":{"height":1080,"width":1920,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/156B7\/production\/_92653778_depression.jpg","originCode":"cpsprodpb","altText":"Cartoon","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"92653777":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/12FA7\/production\/_92653777_depression.jpg","originCode":"cpsprodpb","altText":"Cartoon","copyrightHolder":"BBC","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"News","id":"101227","uri":"\/newsround\/news","urlIdentifier":"\/newsround\/news"},"summary":"Depression is a medical condition. Find out more about it, what causes it and what you can do if you're woried about it.","type":"STY"},{"assetId":"39383028","assetUri":"\/newsround\/39383028","firstCreated":"2017-03-27T12:50:59+00:00","headline":"What is a mental health problem?","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/64bc1959-4d93-d341-ba05-ff3a934165ba","language":"en-gb","lastUpdated":"2019-10-10T05:28:36+00:00","media":{"images":{"index":{"95330252":{"height":1080,"width":1920,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/6273\/production\/_95330252_whatismentalhealth.jpg","originCode":"cpsprodpb","altText":"mental-health-problem-graphic.","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"109088168":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/150AC\/production\/_109088168_whatismentalhealth.jpg","originCode":"cpsprodpb","altText":"mental-health-problem-graphic.","copyrightHolder":"BBC","allowSyndication":true}}},"videos":{"index":{"95330609":{"allowOffSiteEmbedding":false,"available":true,"caption":"What is a mental health problem?","duration":"PT23S","entityType":"Version","externalId":"p04y5ff2","href":"","image":{"height":360,"width":640,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/1453\/production\/_95330250_whatismentalhealth.jpg","originCode":"cpsprodpb","altText":"What is a mental health problem graphic","copyrightHolder":"BBC","allowSyndication":true},"live":false,"mimeType":"application\/xml"}},"primary":{"95330609":{"allowOffSiteEmbedding":false,"available":true,"caption":"What is a mental health problem?","duration":"PT23S","entityType":"Version","externalId":"p04y5ff2","href":"","image":{"height":360,"width":640,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/1453\/production\/_95330250_whatismentalhealth.jpg","originCode":"cpsprodpb","altText":"What is a mental health problem graphic","copyrightHolder":"BBC","allowSyndication":true},"live":false,"mimeType":"application\/xml"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"passport":{"category":{"categoryId":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/ontologies\/applicationlogic-news\/Feature","categoryName":"Feature"}},"section":{"name":"News","id":"101227","uri":"\/newsround\/news","urlIdentifier":"\/newsround\/news"},"summary":"If you break your arm or catch a cold, it is more obvious to see that you are poorly. If you have a mental health problem, it can be harder to spot.","type":"MAP"},{"assetId":"39419244","assetUri":"\/newsround\/39419244","firstCreated":"2017-03-28T10:25:13+00:00","headline":"What's it like living with anxiety?","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/05f5f538-af23-b147-8346-489eb1246f46","language":"en-gb","lastUpdated":"2017-03-28T10:25:13+00:00","media":{"images":{"index":{"95353769":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/179DF\/production\/_95353769_de27-1.jpg","originCode":"cpsprodpb","altText":"Grace's diary","copyrightHolder":"BBC"}},"index-thumbnail":{"95353771":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/4547\/production\/_95353771_de27-1.jpg","originCode":"cpsprodpb","altText":"Grace's diary","copyrightHolder":"BBC"}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"News","id":"101227","uri":"\/newsround\/news","urlIdentifier":"\/newsround\/news"},"summary":"14-year-old Grace tells Newsround what it's like to live with anxiety.","type":"STY"},{"assetId":"57024052","assetUri":"\/newsround\/57024052","firstCreated":"2021-05-10T06:22:49+00:00","hasShortForm":true,"headline":"Are you comfortable talking about your mental health?","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/f6b11000-407f-4427-9c26-d4b4bd67129e","includeComments":true,"language":"en-gb","lastUpdated":"2021-05-10T06:22:49+00:00","media":{"images":{"index":{"118417833":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/844F\/production\/_118417833_gettyimages-1051247498.jpg","originCode":"cpsprodpb","caption":"The survey found that lots of children and young people aren't comfortable asking for mental health support if they need it","altText":"girl-speaking-to-adult.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"118417936":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/F9E3\/production\/_118417936_gettyimages-1051247498.jpg","originCode":"cpsprodpb","caption":"The survey found that lots of children and young people aren't comfortable asking for mental health support if they need it","altText":"girl-speaking-to-adult.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"A recent survey found more than one third of children and young people wouldn't feel comfortable asking for support if they needed help with their mental health.","type":"STY"},{"assetId":"51329385","assetUri":"\/newsround\/51329385","firstCreated":"2020-02-03T06:20:37+00:00","headline":"What is it like living with a mental health problem?","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/a4c0d593-773e-b841-b17e-b342f3788218","language":"en-gb","lastUpdated":"2020-02-03T06:20:37+00:00","media":{"images":{"index":{"110723514":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/A23C\/production\/_110723514_p081yx93.jpg","originCode":"cpsprodpb","altText":"katie-thistleton-talks-about-anxiety","copyrightHolder":"BBC","allowSyndication":false}}},"videos":{"index":{"51333069":{"caption":"Katie Thistleton shares what it is like living with a mental health problem","entityType":"Clip","externalId":"p081yx1m"}},"primary":{"51333069":{"caption":"Katie Thistleton shares what it is like living with a mental health problem","entityType":"Clip","externalId":"p081yx1m"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"One in eight young people are struggling with a mental health problem. Radio 1 presenter Katie Thistleton talks about how opening up is the first big step towards recovery.","type":"MAP"},{"assetId":"56445821","assetUri":"\/newsround\/56445821","firstCreated":"2021-03-22T06:23:51+00:00","hasShortForm":true,"headline":"'Really important to listen to children's pandemic experiences'","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/7ea99d0d-13f2-42eb-afdd-43558fb41417","includeComments":true,"language":"en-gb","lastUpdated":"2021-03-22T06:23:51+00:00","media":{"images":{"index":{"117621159":{"height":304,"width":541,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/17388\/production\/_117621159_nrgrad_3.jpg","originCode":"cpsprodpb","altText":"Rachel de Souza","copyrightHolder":"Children's Commissioner","allowSyndication":false}},"index-thumbnail":{"117633469":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/178B1\/production\/_117633469_nrgrad_3.jpg","originCode":"cpsprodpb","altText":"Rachel de Souza","copyrightHolder":"Children's Commissioner","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"The new Children's Commissioner responds to Newsround's survey on young people's experiences of a year of coronavirus.","type":"STY"},{"assetId":"52312495","assetUri":"\/newsround\/52312495","firstCreated":"2020-04-22T14:17:29+00:00","headline":"Coping with grief: 'You're not on your own and you are loved'","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/fa6a2e34-4613-3b4a-98f4-accc87caf024","language":"en-gb","lastUpdated":"2020-04-28T07:01:54+00:00","media":{"images":{"index":{"111845231":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/33C6\/production\/_111845231_p089w705.jpg","originCode":"cpsprodpb","altText":"Doctor-Radha.","copyrightHolder":"BBC","allowSyndication":true}}},"videos":{"index":{"52314472":{"caption":"Coping with grief: 'You're not on your own and you are loved'","entityType":"Clip","externalId":"p089pbww"}},"primary":{"52314472":{"caption":"Coping with grief: 'You're not on your own and you are loved'","entityType":"Clip","externalId":"p089pbww"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Newsround presenter Leah's mum died three years ago, here she talks with Doctor Radha about coping with how she felt during a really difficult time.","type":"MAP"},{"assetId":"52283247","assetUri":"\/newsround\/52283247","firstCreated":"2020-04-22T14:17:33+00:00","hasShortForm":true,"headline":"What to do if someone you love has died","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/281df5c4-4581-2644-9d3f-174c50cdbabb","language":"en-gb","lastUpdated":"2020-04-27T15:34:32+00:00","media":{"images":{"index":{"111876211":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/2C03\/production\/_111876211_nrgl_ex3.jpg","originCode":"cpsprodpb","altText":"hugging","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Advice on ways to cope if someone you care about has died","type":"STY"},{"assetId":"52213688","assetUri":"\/newsround\/52213688","firstCreated":"2020-04-12T07:17:20+00:00","hasShortForm":true,"headline":"How does nature help YOUR wellbeing?","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/a329bed9-5b36-c84d-95e4-57fa740659ed","includeComments":true,"language":"en-gb","lastUpdated":"2020-04-12T07:17:20+00:00","media":{"images":{"index":{"111700011":{"height":1152,"width":2048,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/2AF8\/production\/_111700011_gettyimages-532028122.jpg","originCode":"cpsprodpb","altText":"birdwatching","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"111700006":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/EA60\/production\/_111700006_gettyimages-955975002.jpg","originCode":"cpsprodpb","altText":"birdwatching","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Charities that support the natural world have got some suggestions for how getting outside can help our mental health right now - so tell us what you like to do?","type":"STY"},{"assetId":"51149131","assetUri":"\/newsround\/51149131","firstCreated":"2020-02-04T06:44:05+00:00","hasShortForm":true,"headline":"Inside My Head: What is an anxiety disorder?","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/6b97a85a-dcc2-f245-a62d-c9374f2be90a","includeComments":true,"language":"en-gb","lastUpdated":"2020-02-04T17:50:20+00:00","media":{"images":{"index":{"110723511":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/2D0C\/production\/_110723511_mollygardenweb.jpg","originCode":"cpsprodpb","altText":"girl-in-garden","copyrightHolder":"BBC","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"For years Molly has been living with anxiety - a mental health disorder which affects 300,000 young people in the UK. Find out more about the condition here.","type":"STY"},{"assetId":"34730937","assetUri":"\/newsround\/34730937","firstCreated":"2015-11-05T13:20:52+00:00","headline":"How to deal with social media pressure","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/42ceb79b-901c-5a45-990d-88ea5c2e6624","language":"en-gb","lastUpdated":"2015-11-05T13:20:52+00:00","media":{"images":{"index":{"86514927":{"height":360,"width":640,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/11CED\/production\/_86514927_grace.jpg","originCode":"cpsprodpb","altText":"Social Media expert Grace Barrett","copyrightHolder":"BBC"}},"index-thumbnail":{"86514929":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/16B0D\/production\/_86514929_grace.jpg","originCode":"cpsprodpb","altText":"Social Media expert Grace Barrett","copyrightHolder":"BBC"}}},"videos":{"index":{"86515586":{"allowOffSiteEmbedding":false,"available":true,"caption":"Grace Barrett talks about social media pressures...","duration":"PT1M31S","entityType":"Version","externalId":"p0375q2k","href":"","image":{"height":360,"width":640,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/F5DD\/production\/_86514926_grace.jpg","originCode":"cpsprodpb","altText":"Social Media expert Grace Barrett","copyrightHolder":"BBC"},"live":false,"mimeType":"application\/xml"}},"primary":{"86515586":{"allowOffSiteEmbedding":false,"available":true,"caption":"Grace Barrett talks about social media pressures...","duration":"PT1M31S","entityType":"Version","externalId":"p0375q2k","href":"","image":{"height":360,"width":640,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/F5DD\/production\/_86514926_grace.jpg","originCode":"cpsprodpb","altText":"Social Media expert Grace Barrett","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":"Jenny talks to an expert about how best to handle the pressures of social media","type":"MAP"},{"assetId":"37551170","assetUri":"\/newsround\/37551170","firstCreated":"2016-10-04T15:57:59+00:00","headline":"Body confidence: What do young girls think?","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/5a4a4c6f-385c-1349-a645-4e3aac20b57f","language":"en-gb","lastUpdated":"2016-10-04T15:57:59+00:00","media":{"images":{"index":{"91520545":{"height":1152,"width":2048,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/D4E6\/production\/_91520545_istock_64068497_large.jpg","originCode":"cpsprodpb","altText":"Girls","copyrightHolder":"Getty Images"}},"index-thumbnail":{"91520546":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/FBF6\/production\/_91520546_istock_64068497_large.jpg","originCode":"cpsprodpb","altText":"Girls","copyrightHolder":"Getty Images"}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"News","id":"101227","uri":"\/newsround\/news","urlIdentifier":"\/newsround\/news"},"summary":"A survey suggests that many young girls are worried about the way they look, and it is stopping them living life how they want to","type":"STY"}],"semanticGroupName":"More stories 3"},{"type":"responsive-cluster","title":"Slice 4 - Dark purple with pink index card","strapline":{"name":"Newsround Specials"},"items":[{"assetId":"54121076","assetUri":"\/newsround\/54121076","firstCreated":"2020-09-13T08:22:55+00:00","headline":"Fiji: On the Climate Change Frontline","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/4dcfad13-812d-4107-8024-a02e166911dc","language":"en-gb","lastUpdated":"2020-09-14T06:28:32+00:00","media":{"images":{"index":{"114328452":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/638A\/production\/_114328452_p08r63rv.jpg","originCode":"cpsprodpb","altText":"Fiji-on-the-climate-change-frontline-graphic","copyrightHolder":"Getty Images","allowSyndication":false}}},"videos":{"index":{"54121079":{"caption":"This piece was filmed in February 2020, before COVID-19 restrictions were implemented.","entityType":"Clip","externalId":"p08r61zy"}},"primary":{"54121079":{"caption":"This piece was filmed in February 2020, before COVID-19 restrictions were implemented.","entityType":"Clip","externalId":"p08r61zy"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Fiji in the Pacific ocean is under serious threat from climate change. The country is experiencing more storms, rising and warming seas, and damage to its coral reefs. Newsround went to find out the impact climate change is having on Fiji and what people are doing about it.","type":"MAP"},{"assetId":"56267456","assetUri":"\/newsround\/56267456","firstCreated":"2021-03-07T13:14:41+00:00","headline":"Let's Talk About Periods!","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/4e7c1d94-71a2-46eb-8888-d5b026218b51","includeComments":true,"language":"en-gb","lastUpdated":"2021-03-08T06:39:14+00:00","media":{"images":{"index":{"117478687":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/1335F\/production\/_117478687_p098xp5j.jpg","originCode":"cpsprodpb","altText":"Lauren Layfield","copyrightHolder":"BBC","allowSyndication":false}},"index-thumbnail":{"117488263":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/8DC0\/production\/_117488263_p098xp5j.jpg","originCode":"cpsprodpb","altText":"Lauren Layfield","copyrightHolder":"BBC","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"People are often embarrassed to talk about periods. Follow Lauren Layfield to hear from celebrities, children and experts and discover what periods are, people's attitudes towards them and why it's important to open up the conversation.","type":"STY"},{"assetId":"48938301","assetUri":"\/newsround\/48938301","firstCreated":"2019-07-10T11:15:20+00:00","hasShortForm":true,"headline":"Newsround in South Korea: What's life like there?","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/804bccc8-7e8e-704e-a7ce-952c2b3af8af","includeComments":true,"language":"en-gb","lastUpdated":"2019-07-12T12:23:03+00:00","media":{"images":{"index":{"107820104":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/9CA6\/production\/_107820104_sk_thumb_1920_2.jpg","originCode":"cpsprodpb","caption":"Jun is a YouTuber in South Korea - watch the video below to find out about how he escaped from North Korea to live in the South","altText":"youtube-jun.","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"107820101":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/2776\/production\/_107820101_sk_thumb_1920_2.jpg","originCode":"cpsprodpb","altText":"youtube-jun.","copyrightHolder":"BBC","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Young people tell their stories about escaping from North to South Korea, being at an internet addiction camp and K-beauty. Find out more about South Korea's football star Son Heung-Min and what it takes to be a K-pop star.","type":"STY"},{"assetId":"46932823","assetUri":"\/newsround\/46932823","firstCreated":"2019-01-21T06:17:25+00:00","headline":"Finding my Family: Holocaust - A Newsround Special","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/2cb77a0a-0f17-0646-ab48-f134732dd254","language":"en-gb","lastUpdated":"2020-10-15T06:53:46+00:00","media":{"images":{"index":{"110665455":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/D8A0\/production\/_110665455_p06ykg0b.jpg","originCode":"cpsprodpb","altText":"Steven and Maggie.","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"105261328":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/1418C\/production\/_105261328_p06ykg0b.jpg","originCode":"cpsprodpb","altText":"Steven and Maggie.","copyrightHolder":"BBC","allowSyndication":false}}},"videos":{"index":{"46932824":{"caption":"Watch Finding my Family: Holocaust - A Newsround Special","entityType":"Clip","externalId":"p06ykdcj"}},"primary":{"46932824":{"caption":"Watch Finding my Family: Holocaust - A Newsround Special","entityType":"Clip","externalId":"p06ykdcj"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"passport":{"category":{"categoryId":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/ontologies\/applicationlogic-news\/Feature","categoryName":"Feature"}},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"In a special programme for Holocaust Memorial Day at the weekend, Holocaust survivor Steven Frank takes his granddaughter Maggie on a journey to learn about his experiences.","type":"MAP"},{"assetId":"52417409","assetUri":"\/newsround\/52417409","firstCreated":"2020-04-26T14:26:07+00:00","headline":"Australia: Life after the bushfires","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/7843d0a3-bffd-f842-afe2-1ffb3bfa8c69","language":"en-gb","lastUpdated":"2020-04-26T14:26:07+00:00","media":{"images":{"index":{"111951966":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/10563\/production\/_111951966_p08bh2y6.jpg","originCode":"cpsprodpb","altText":"Australia-life-after-the-fires","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"111951967":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/12C73\/production\/_111951967_titlepage_still_00513.jpg","originCode":"cpsprodpb","altText":"Koala-and-firefighter-title-page.","copyrightHolder":"BBC","allowSyndication":true}}},"videos":{"index":{"52426792":{"caption":"Newsround Special: Australia - Life after the fires","entityType":"Clip","externalId":"p08bh2dg"}},"primary":{"52426792":{"caption":"Newsround Special: Australia - Life after the fires","entityType":"Clip","externalId":"p08bh2dg"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Australia experienced the worst bushfire season ever in 2019\/2020 with fires burning for months in large parts of the country. So what was it like living near them? We've been to find out.","type":"MAP"},{"assetId":"51403096","assetUri":"\/newsround\/51403096","firstCreated":"2020-02-06T18:24:31+00:00","headline":"Inside My Head: Taking Control of My Anxiety","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/08f5692d-390e-6b4d-9fd8-00301c24f711","language":"en-gb","lastUpdated":"2020-02-07T09:39:52+00:00","media":{"images":{"index":{"110806942":{"height":1152,"width":2048,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/6180\/production\/_110806942_p082hykf.jpg","originCode":"cpsprodpb","altText":"inside-my-head-taking-control-of-my-anxiety-a-newsround-special","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"110806944":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/AFA0\/production\/_110806944_p082hykf.jpg","originCode":"cpsprodpb","altText":"inside-my-head-taking-control-of-my-anxiety-a-newsround-special","copyrightHolder":"BBC","allowSyndication":true}}},"videos":{"index":{"51403097":{"caption":"Inside My Head: Taking Control of My Anxiety","entityType":"Clip","externalId":"p082hygn"}},"primary":{"51403097":{"caption":"Inside My Head: Taking Control of My Anxiety","entityType":"Clip","externalId":"p082hygn"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"This Newsround special follows 16-year-old mental health campaigner Molly as she learns five different ways to battle her anxiety.","type":"MAP"},{"assetId":"44503109","assetUri":"\/newsround\/44503109","firstCreated":"2018-06-18T05:48:33+00:00","headline":"Finding My Family - Windrush: A Newsround Special","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/6d3f2d2b-5158-2744-8c2e-6691ea6c833d","language":"en-gb","lastUpdated":"2018-06-18T05:48:33+00:00","media":{"images":{"index":{"103645942":{"height":261,"width":464,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/617A\/production\/_103645942_windrush-index.jpg","originCode":"cpsprodpb","altText":"Maya in a blue top, Levi in a red top, both smiling at the camera.","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"102189681":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/490A\/production\/_102189681_windrush-index.jpg","originCode":"cpsprodpb","altText":"Maya in a blue top, Levi in a red top, both smiling at the camera.","copyrightHolder":"BBC","allowSyndication":true}}},"videos":{"index":{"44503110":{"caption":"Windrush - Finding My Family: A Newsround Special","entityType":"Clip","externalId":"p06b6wkx"}},"primary":{"44503110":{"caption":"Windrush - Finding My Family: A Newsround Special","entityType":"Clip","externalId":"p06b6wkx"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"overtypedHeadline":"Finding My Family - Windrush","section":{"name":"Home","id":"101226","uri":"\/newsround\/front_page","urlIdentifier":"\/newsround\/front_page"},"summary":"Maya and Levi head to the Caribbean to find out about where their grandparents grew up, and why they moved to the UK as part of a historic period that changed the face of Britain","type":"MAP"},{"assetId":"40848395","assetUri":"\/newsround\/40848395","firstCreated":"2017-08-08T10:11:06+00:00","headline":"Finding My Family - Partition: A Newsround Special","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/a9a8d863-717b-c740-ab36-c6ae7ff7feb3","language":"en-gb","lastUpdated":"2017-08-08T10:11:06+00:00","media":{"images":{"index":{"97237248":{"height":1080,"width":1920,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/14931\/production\/_97237248_titleslateweb.jpg","originCode":"cpsprodpb","altText":"Finding My Family graphic","copyrightHolder":"BBC"}},"index-thumbnail":{"97237250":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/1499\/production\/_97237250_titleslateweb.jpg","originCode":"cpsprodpb","altText":"Finding My Family graphic","copyrightHolder":"BBC"}}},"videos":{"index":{"40862255":{"caption":"Watch Finding My Family - Partition: A Newsround Special","entityType":"Clip","externalId":"p05bv3k7"}},"primary":{"40862255":{"caption":"Watch Finding My Family - Partition: A Newsround Special","entityType":"Clip","externalId":"p05bv3k7"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"overtypedHeadline":"Finding My Family - Partition","section":{"name":"News","id":"101227","uri":"\/newsround\/news","urlIdentifier":"\/newsround\/news"},"summary":"Sumayyah, Shubhashukla and Kamolpriya are on the mission of their lives to find out what happened to their families during the Partition of India.","type":"MAP"},{"assetId":"39383026","assetUri":"\/newsround\/39383026","firstCreated":"2017-03-27T12:50:06+00:00","headline":"Watch Inside My Head: A Newsround Special","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/82f79caf-7ae5-0248-b27d-d009f852fb1d","language":"en-gb","lastUpdated":"2017-03-27T12:50:06+00:00","media":{"images":{"index":{"95331345":{"height":1080,"width":1920,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/D429\/production\/_95331345_watchthespecial.jpg","originCode":"cpsprodpb","altText":"Inside My Head graphic","copyrightHolder":"BBC"}},"index-thumbnail":{"95331347":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/12249\/production\/_95331347_watchthespecial.jpg","originCode":"cpsprodpb","altText":"Inside My Head graphic","copyrightHolder":"BBC"}}},"videos":{"index":{"95331020":{"allowOffSiteEmbedding":false,"available":true,"caption":"Watch Inside My Head: A Newsround Special","duration":"PT14M19S","entityType":"Version","externalId":"p04y5hvn","href":"","image":{"height":360,"width":640,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/8609\/production\/_95331343_watchthespecial.jpg","originCode":"cpsprodpb","altText":"Inside My Head graphic","copyrightHolder":"BBC"},"live":false,"mimeType":"application\/xml"}},"primary":{"95331020":{"allowOffSiteEmbedding":false,"available":true,"caption":"Watch Inside My Head: A Newsround Special","duration":"PT14M19S","entityType":"Version","externalId":"p04y5hvn","href":"","image":{"height":360,"width":640,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/8609\/production\/_95331343_watchthespecial.jpg","originCode":"cpsprodpb","altText":"Inside My Head graphic","copyrightHolder":"BBC"},"live":false,"mimeType":"application\/xml"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"overtypedHeadline":"Inside My Head: Mental Health","section":{"name":"News","id":"101227","uri":"\/newsround\/news","urlIdentifier":"\/newsround\/news"},"summary":"Newsround is talking about mental health problems. In this special programme, 14-year-old Josh explains why it was so important for him to talk about what he was going through.","type":"MAP"},{"assetId":"32131619","assetUri":"\/newsround\/32131619","firstCreated":"2015-03-31T17:32:01+00:00","headline":"Being Me: A Newsround special","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/a2f5832d-289b-6243-855e-b8f853e44910","language":"en-gb","lastUpdated":"2015-03-31T17:32:01+00:00","media":{"images":{"index":{"82037476":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/news.bbcimg.co.uk\/media\/images\/82037000\/jpg\/_82037476_still_2.jpg","originCode":"mcs","altText":"Being Me","copyrightHolder":"BBC"}},"index-thumbnail":{"82037899":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/news.bbcimg.co.uk\/media\/images\/82037000\/jpg\/_82037899_still_2.jpg","originCode":"mcs","altText":"Being Me","copyrightHolder":"BBC"}}},"videos":{"index":{"82050908":{"allowOffSiteEmbedding":false,"available":true,"caption":"Watch Being Me, a Newsround special","duration":"PT14M36S","entityType":"Version","externalId":"p02n6zsl","href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/playlists.bbc.co.uk\/newsround\/32131619A\/playlist.sxml","image":{"height":360,"width":640,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/news.bbcimg.co.uk\/media\/images\/82037000\/jpg\/_82037905_still_1.jpg","originCode":"mcs","altText":"Being Me","copyrightHolder":"BBC"},"live":false,"mimeType":"application\/xml"}},"primary":{"82050908":{"allowOffSiteEmbedding":false,"available":true,"caption":"Watch Being Me, a Newsround special","duration":"PT14M36S","entityType":"Version","externalId":"p02n6zsl","href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/playlists.bbc.co.uk\/newsround\/32131619A\/playlist.sxml","image":{"height":360,"width":640,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/news.bbcimg.co.uk\/media\/images\/82037000\/jpg\/_82037905_still_1.jpg","originCode":"mcs","altText":"Being Me","copyrightHolder":"BBC"},"live":false,"mimeType":"application\/xml"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"overtypedHeadline":"Being Me: Body Confidence","section":{"name":"News","id":"101227","uri":"\/newsround\/news","urlIdentifier":"\/newsround\/news"},"summary":"Newsround has made a new programme called Being Me, which explores how children feel about the way they look.","type":"MAP"},{"assetId":"32976667","assetUri":"\/newsround\/32976667","firstCreated":"2015-06-02T12:52:53+00:00","headline":"Growing Up Black In America - a Newsround report","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/bbe2d6cd-3159-de44-b13a-689c86053374","language":"en-gb","lastUpdated":"2015-06-02T16:14:54+00:00","media":{"images":{"index":{"83370561":{"height":820,"width":1457,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/news.bbcimg.co.uk\/media\/images\/83370000\/jpg\/_83370561_370560.jpg","originCode":"mcs","altText":"Growing Up Black in America","copyrightHolder":"BBC"}},"index-thumbnail":{"83370559":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/news.bbcimg.co.uk\/media\/images\/83370000\/jpg\/_83370559_83370555.jpg","originCode":"mcs","altText":"Growing Up Black in America","copyrightHolder":"BBC"}}},"videos":{"index":{"83378963":{"allowOffSiteEmbedding":false,"available":true,"caption":"Growing Up Black In America - a Newsround report","duration":"PT14M30S","entityType":"Version","externalId":"p02srw36","href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/playlists.bbc.co.uk\/newsround\/32976667A\/playlist.sxml","image":{"height":360,"width":640,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/news.bbcimg.co.uk\/media\/images\/83370000\/jpg\/_83370556_83370555.jpg","originCode":"mcs","altText":"Growing Up Black in America","copyrightHolder":"BBC"},"live":false,"mimeType":"application\/xml"}},"primary":{"83378963":{"allowOffSiteEmbedding":false,"available":true,"caption":"Growing Up Black In America - a Newsround report","duration":"PT14M30S","entityType":"Version","externalId":"p02srw36","href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/playlists.bbc.co.uk\/newsround\/32976667A\/playlist.sxml","image":{"height":360,"width":640,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/news.bbcimg.co.uk\/media\/images\/83370000\/jpg\/_83370556_83370555.jpg","originCode":"mcs","altText":"Growing Up Black in America","copyrightHolder":"BBC"},"live":false,"mimeType":"application\/xml"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"overtypedHeadline":"Growing Up Black in America","section":{"name":"News","id":"101227","uri":"\/newsround\/news","urlIdentifier":"\/newsround\/news"},"summary":"Newsround reporter Ricky travels all over the United States to find out what life is like for black people in the USA.","type":"MAP"},{"assetId":"32037871","assetUri":"\/newsround\/32037871","firstCreated":"2015-03-24T16:20:24+00:00","headline":"America vs Food - a Newsround special","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/ca7ac3ff-8b34-934b-acef-aad60c21ba8b","language":"en-gb","lastUpdated":"2015-03-25T07:40:18+00:00","media":{"images":{"index":{"81884999":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/news.bbcimg.co.uk\/media\/images\/81884000\/jpg\/_81884999_81884996.jpg","originCode":"mcs","altText":"America vs Food","copyrightHolder":"BBC"}},"index-thumbnail":{"81884998":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/news.bbcimg.co.uk\/media\/images\/81884000\/jpg\/_81884998_81884997.jpg","originCode":"mcs","altText":"America vs Food","copyrightHolder":"BBC"}}},"videos":{"index":{"81876169":{"allowOffSiteEmbedding":false,"available":true,"caption":"Watch America vs Food - a Newsround special","duration":"PT11M19S","entityType":"Version","externalId":"p02mpkk5","href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/playlists.bbc.co.uk\/newsround\/32037871A\/playlist.sxml","image":{"height":360,"width":640,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/news.bbcimg.co.uk\/media\/images\/81885000\/jpg\/_81885232_81884996.jpg","originCode":"mcs","altText":"America vs Food","copyrightHolder":"BBC"},"live":false,"mimeType":"application\/xml"}},"primary":{"81876169":{"allowOffSiteEmbedding":false,"available":true,"caption":"Watch America vs Food - a Newsround special","duration":"PT11M19S","entityType":"Version","externalId":"p02mpkk5","href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/playlists.bbc.co.uk\/newsround\/32037871A\/playlist.sxml","image":{"height":360,"width":640,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/news.bbcimg.co.uk\/media\/images\/81885000\/jpg\/_81885232_81884996.jpg","originCode":"mcs","altText":"America vs Food","copyrightHolder":"BBC"},"live":false,"mimeType":"application\/xml"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"overtypedHeadline":"America v Food","section":{"name":"News","id":"101227","uri":"\/newsround\/news","urlIdentifier":"\/newsround\/news"},"summary":"Ricky travels to America to find out more about the country's battle against obesity and discovers what we can learn to avoid the same fate.","type":"MAP"},{"assetId":"26136189","assetUri":"\/newsround\/26136189","firstCreated":"2014-02-11T12:35:07+00:00","hasShortForm":true,"headline":"Cyberbullying: A Newsround special","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/a832d37c-0c4d-6b4c-aff8-284e055d447d","language":"en-gb","lastUpdated":"2014-03-28T08:24:20+00:00","media":{"images":{"index":{"72932244":{"height":351,"width":624,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/news.bbcimg.co.uk\/media\/images\/72932000\/jpg\/_72932244_cyber_still.jpg","originCode":"mcs","altText":"Our Cyberbullying special","copyrightHolder":"BBC"}},"index-thumbnail":{"72903595":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/news.bbcimg.co.uk\/media\/images\/72903000\/jpg\/_72903595_5631649-high_res-cyberbullying-newsround-special.jpg","originCode":"mcs","altText":"Ricky and vlogger Zoella","copyrightHolder":"BBC"}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"News","id":"101227","uri":"\/newsround\/news","urlIdentifier":"\/newsround\/news"},"summary":"Cyberbullying is a problem we hear more and more about in the news. In this special Newsround, Ricky meets the kids who have been affected by bullying online.","type":"STY"},{"assetId":"30125852","assetUri":"\/newsround\/30125852","firstCreated":"2014-11-20T07:19:29+00:00","headline":"How to make friends on Planet Earth","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/bcd741fd-a140-1945-b1f9-bbad4e649360","language":"en-gb","lastUpdated":"2014-11-20T18:12:54+00:00","media":{"images":{"index":{"79155371":{"height":360,"width":640,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/news.bbcimg.co.uk\/media\/images\/79155000\/jpg\/_79155371_79155369.jpg","originCode":"mcs","altText":"Children and Ailee the alien","copyrightHolder":"BBC"}},"index-thumbnail":{"79155373":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/news.bbcimg.co.uk\/media\/images\/79155000\/jpg\/_79155373_79155369.jpg","originCode":"mcs","altText":"Children and Ailee the alien","copyrightHolder":"BBC"}}},"videos":{"index":{"79164349":{"allowOffSiteEmbedding":false,"available":true,"caption":"How to make friends on planet Earth - a Newsround special","duration":"PT16M","entityType":"Version","externalId":"p02cglrn","href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/playlists.bbc.co.uk\/newsround\/30125852A\/playlist.sxml","image":{"height":360,"width":640,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/news.bbcimg.co.uk\/media\/images\/79155000\/jpg\/_79155370_79155369.jpg","originCode":"mcs","altText":"Children and Ailee the alien","copyrightHolder":"BBC"},"live":false,"mimeType":"application\/xml"}},"primary":{"79164349":{"allowOffSiteEmbedding":false,"available":true,"caption":"How to make friends on planet Earth - a Newsround special","duration":"PT16M","entityType":"Version","externalId":"p02cglrn","href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/playlists.bbc.co.uk\/newsround\/30125852A\/playlist.sxml","image":{"height":360,"width":640,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/news.bbcimg.co.uk\/media\/images\/79155000\/jpg\/_79155370_79155369.jpg","originCode":"mcs","altText":"Children and Ailee the alien","copyrightHolder":"BBC"},"live":false,"mimeType":"application\/xml"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"overtypedHeadline":"How to Make Friends on Planet Earth","section":{"name":"News","id":"101227","uri":"\/newsround\/news","urlIdentifier":"\/newsround\/news"},"summary":"CBBC wants everybody to say Bye Bye to Bullying - and Newsround has made a special programme about how to be a great friend.","type":"MAP"},{"assetId":"26754712","assetUri":"\/newsround\/26754712","firstCreated":"2014-03-26T18:54:21+00:00","headline":"Frontline Families Special","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/7e5f58d8-b8ac-dd4b-a774-421558e4be43","language":"en-gb","lastUpdated":"2014-03-26T18:54:21+00:00","media":{"images":{"index":{"73827111":{"height":351,"width":624,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/news.bbcimg.co.uk\/media\/images\/73827000\/jpg\/_73827111_frontline.jpg","originCode":"mcs","altText":"Frontline Families logo","copyrightHolder":"AFP"}},"index-thumbnail":{"73827113":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/news.bbcimg.co.uk\/media\/images\/73827000\/jpg\/_73827113_frontline.jpg","originCode":"mcs","altText":"Frontline Families logo","copyrightHolder":"AFP"}}},"videos":{"index":{"73834916":{"allowOffSiteEmbedding":false,"available":true,"caption":"Watch Frontline Families","duration":"PT13M34S","entityType":"Version","externalId":"p01w8np0","href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/playlists.bbc.co.uk\/newsround\/26754712A\/playlist.sxml","image":{"height":360,"width":640,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/news.bbcimg.co.uk\/media\/images\/73834000\/jpg\/_73834804_frontline.jpg","originCode":"mcs","altText":"Frontline Families logo","copyrightHolder":"AFP"},"live":false,"mimeType":"application\/xml"}},"primary":{"73834916":{"allowOffSiteEmbedding":false,"available":true,"caption":"Watch Frontline Families","duration":"PT13M34S","entityType":"Version","externalId":"p01w8np0","href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/playlists.bbc.co.uk\/newsround\/26754712A\/playlist.sxml","image":{"height":360,"width":640,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/news.bbcimg.co.uk\/media\/images\/73834000\/jpg\/_73834804_frontline.jpg","originCode":"mcs","altText":"Frontline Families logo","copyrightHolder":"AFP"},"live":false,"mimeType":"application\/xml"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"overtypedHeadline":"Frontline Families","section":{"name":"News","id":"101227","uri":"\/newsround\/news","urlIdentifier":"\/newsround\/news"},"summary":"Watch the latest Newsround Special where we look at the impact war can have on military families.","type":"MAP"},{"assetId":"36247103","assetUri":"\/newsround\/36247103","firstCreated":"2016-05-10T15:20:25+00:00","headline":"Defending the Rhino: A Newsround Special","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/e0edeeb1-daba-f044-947a-5a1183491449","language":"en-gb","lastUpdated":"2016-05-11T12:08:37+00:00","media":{"images":{"index":{"89640963":{"height":1080,"width":1920,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/9028\/production\/_89640963_nr_rhino_promo_image.jpg","originCode":"cpsprodpb","altText":"Defending the Rhino image","copyrightHolder":"BBC"}},"index-thumbnail":{"89640965":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/DE48\/production\/_89640965_nr_rhino_promo_image.jpg","originCode":"cpsprodpb","altText":"Defending the Rhino image","copyrightHolder":"BBC"}}},"videos":{"index":{"89654544":{"allowOffSiteEmbedding":false,"available":true,"caption":"Watch Defending the Rhino: A Newsround Special","duration":"PT16M13S","entityType":"Version","externalId":"p03tqknp","href":"","image":{"height":360,"width":640,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/12C68\/production\/_89640967_nr_rhino_promo_image.jpg","originCode":"cpsprodpb","altText":"Defending the Rhino image","copyrightHolder":"BBC"},"live":false,"mimeType":"application\/xml"}},"primary":{"89654544":{"allowOffSiteEmbedding":false,"available":true,"caption":"Watch Defending the Rhino: A Newsround Special","duration":"PT16M13S","entityType":"Version","externalId":"p03tqknp","href":"","image":{"height":360,"width":640,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/12C68\/production\/_89640967_nr_rhino_promo_image.jpg","originCode":"cpsprodpb","altText":"Defending the Rhino image","copyrightHolder":"BBC"},"live":false,"mimeType":"application\/xml"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"overtypedHeadline":"Defending the Rhino","section":{"name":"Animals","id":"101224","uri":"\/newsround\/animals","urlIdentifier":"\/newsround\/animals"},"summary":"Newsround travels thousands of miles to look at the fight that rhino are facing in South Africa for Defending the Rhino: A Newsround Special.","type":"MAP"},{"assetId":"35707765","assetUri":"\/newsround\/35707765","firstCreated":"2016-03-21T16:41:45+00:00","headline":"Is Tech Taking Over?: A Newsround Special","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/5b7e361d-670c-2640-bed1-721670904ea8","language":"en-gb","lastUpdated":"2016-03-21T16:41:45+00:00","media":{"images":{"index":{"88912978":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/15771\/production\/_88912978_88565600.jpg","originCode":"cpsprodpb","altText":"Is Tech Taking Over?","copyrightHolder":"BBC"}},"index-thumbnail":{"88912980":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/22D9\/production\/_88912980_88565600.jpg","originCode":"cpsprodpb","altText":"Is Tech Taking Over?","copyrightHolder":"BBC"}}},"videos":{"index":{"88876590":{"allowOffSiteEmbedding":false,"available":true,"caption":"Take a look at our new Special.","duration":"PT15M54S","entityType":"Version","externalId":"p03nhwr1","href":"","image":{"height":360,"width":640,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/70F9\/production\/_88912982_88565600.jpg","originCode":"cpsprodpb","altText":"Is Tech Taking Over?","copyrightHolder":"BBC"},"live":false,"mimeType":"application\/xml"}},"primary":{"88876590":{"allowOffSiteEmbedding":false,"available":true,"caption":"Take a look at our new Special.","duration":"PT15M54S","entityType":"Version","externalId":"p03nhwr1","href":"","image":{"height":360,"width":640,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/70F9\/production\/_88912982_88565600.jpg","originCode":"cpsprodpb","altText":"Is Tech Taking Over?","copyrightHolder":"BBC"},"live":false,"mimeType":"application\/xml"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"overtypedHeadline":"Is Tech Taking Over?","section":{"name":"News","id":"101227","uri":"\/newsround\/news","urlIdentifier":"\/newsround\/news"},"summary":"Technology is awesome, but are we using it too much? Find out more in the latest Newsround Special.","type":"MAP"},{"assetId":"35587829","assetUri":"\/newsround\/35587829","firstCreated":"2016-02-17T06:45:32+00:00","headline":"Brothers and Sisters: A Newsround Special","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/7836317c-1df7-194b-b340-799adee80333","language":"en-gb","lastUpdated":"2019-04-09T14:53:55+00:00","media":{"images":{"index":{"88333977":{"height":1080,"width":1920,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/1306D\/production\/_88333977_brothers-sisters.jpg","originCode":"cpsprodpb","altText":"Brothers and Sisters: A Newsround Special","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"88333979":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/17E8D\/production\/_88333979_brothers-sisters.jpg","originCode":"cpsprodpb","altText":"Brothers and Sisters: A Newsround Special","copyrightHolder":"BBC","allowSyndication":true}}},"videos":{"index":{"88295218":{"allowOffSiteEmbedding":false,"available":true,"caption":"Brothers and Sisters: A Newsround Special","duration":"PT13M57S","entityType":"Version","externalId":"p03jr3x8","href":"","image":{"height":360,"width":640,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/49F5\/production\/_88333981_brothers-sisters.jpg","originCode":"cpsprodpb","altText":"Brothers and Sisters: A Newsround Special","copyrightHolder":"BBC","allowSyndication":true},"live":false,"mimeType":"application\/xml"}},"primary":{"88295218":{"allowOffSiteEmbedding":false,"available":true,"caption":"Brothers and Sisters: A Newsround Special","duration":"PT13M57S","entityType":"Version","externalId":"p03jr3x8","href":"","image":{"height":360,"width":640,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/49F5\/production\/_88333981_brothers-sisters.jpg","originCode":"cpsprodpb","altText":"Brothers and Sisters: A Newsround Special","copyrightHolder":"BBC","allowSyndication":true},"live":false,"mimeType":"application\/xml"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"overtypedHeadline":"Brothers and Sisters","section":{"name":"News","id":"101227","uri":"\/newsround\/news","urlIdentifier":"\/newsround\/news"},"summary":"They make you laugh, drive you mad... and will be your friend for life - brothers and sisters are among the most important people to us. Watch Brothers and Sisters: A Newsround Special","type":"MAP"},{"assetId":"33795551","assetUri":"\/newsround\/33795551","firstCreated":"2015-08-05T18:05:22+00:00","headline":"Hiroshima: A Newsround Special","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/786a11e5-0264-6242-9101-4c38844960b0","language":"en-gb","lastUpdated":"2015-08-05T18:05:22+00:00","media":{"images":{"index":{"84658306":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/EBE1\/production\/_84658306_nr_japan_still02.jpg","originCode":"cpsprodpb","altText":"Hiroshima - a Newsround special thumbnail","copyrightHolder":"BBC"}},"index-thumbnail":{"84662575":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/E0B6\/production\/_84662575_nr_japan_still02.jpg","originCode":"cpsprodpb","altText":"Hiroshima - a Newsround special thumbnail","copyrightHolder":"BBC"}}},"videos":{"index":{"84696343":{"allowOffSiteEmbedding":false,"available":true,"caption":"Watch 'Hiroshima: A Newsround Special'","duration":"PT15M35S","entityType":"Version","externalId":"p02yw5nh","href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/playlists.bbc.co.uk\/newsround\/33795551A\/playlist.sxml","image":{"height":360,"width":640,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/9296\/production\/_84662573_nr_japan_still02.jpg","originCode":"cpsprodpb","altText":"Hiroshima - a Newsround special thumbnail","copyrightHolder":"BBC"},"live":false,"mimeType":"application\/xml"}},"primary":{"84696343":{"allowOffSiteEmbedding":false,"available":true,"caption":"Watch 'Hiroshima: A Newsround Special'","duration":"PT15M35S","entityType":"Version","externalId":"p02yw5nh","href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/playlists.bbc.co.uk\/newsround\/33795551A\/playlist.sxml","image":{"height":360,"width":640,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/9296\/production\/_84662573_nr_japan_still02.jpg","originCode":"cpsprodpb","altText":"Hiroshima - a Newsround special thumbnail","copyrightHolder":"BBC"},"live":false,"mimeType":"application\/xml"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"passport":{"category":{"categoryId":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/ontologies\/applicationlogic-news\/News","categoryName":"News"}},"section":{"name":"News","id":"101227","uri":"\/newsround\/news","urlIdentifier":"\/newsround\/news"},"summary":"Leah travels to the Japanese city of Hiroshima, which was completely devastated by a nuclear bomb during World War Two.","type":"MAP"},{"assetId":"25361976","assetUri":"\/newsround\/25361976","firstCreated":"2013-12-13T07:29:26+00:00","headline":"Newsround in South Africa","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/edc9f28c-da2d-dd4e-85a5-e8a229988042","language":"en-gb","lastUpdated":"2013-12-13T07:29:26+00:00","media":{"images":{"index":{"71732850":{"height":360,"width":640,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/news.bbcimg.co.uk\/media\/images\/71732000\/jpg\/_71732850_mandela.jpg","originCode":"mcs","altText":"Ricky in South Africa","copyrightHolder":"BBC"}},"index-thumbnail":{"71732852":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/news.bbcimg.co.uk\/media\/images\/71732000\/jpg\/_71732852_mandela.jpg","originCode":"mcs","altText":"Ricky in South Africa","copyrightHolder":"BBC"}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"News","id":"101227","uri":"\/newsround\/news","urlIdentifier":"\/newsround\/news"},"summary":"Ahead of Nelson Mandela's funeral on Sunday, Ricky is in South Africa to find out what kind of nation Mandela has left behind for children there.","type":"STY"}],"semanticGroupName":"More stories 4"},{"type":"responsive-cluster","title":"Slice 5 - Bright purple with teal index card","strapline":{"name":"Newsround Quizzes"},"items":[{"assetId":"59344807","assetUri":"\/newsround\/59344807","firstCreated":"2021-11-19T11:19:54+00:00","hasShortForm":true,"headline":"Are you an Adele superfan? Try our quiz","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/c6938684-2fd0-4569-a795-eb34e30cf17f","includeComments":true,"language":"en-gb","lastUpdated":"2021-11-19T11:19:54+00:00","media":{"images":{"index":{"121091046":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/FA13\/production\/_121091046_cover_no-text_10x10_rgb.jpg","originCode":"cpsprodpb","altText":"Adele","copyrightHolder":"Simon Emmett","allowSyndication":true}},"index-thumbnail":{"121614551":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/3CB5\/production\/_121614551_adelequiz.jpg","originCode":"cpsprodpb","altText":"adele.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Singer Adele is back with new album. Why not test your Adele knowledge in our quiz!","type":"STY"},{"assetId":"49604374","assetUri":"\/newsround\/49604374","firstCreated":"2019-09-06T10:37:28+00:00","hasShortForm":true,"headline":"How well do you know your Strictly dances?","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/492b2f62-c0b6-2944-8356-81bcb43c7c06","includeComments":true,"language":"en-gb","lastUpdated":"2021-09-19T05:16:20+00:00","media":{"images":{"index":{"120664087":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/130DE\/production\/_120664087_strictly.jpg","originCode":"cpsprodpb","altText":"Strictly Come Dancing","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"120612245":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/D3CD\/production\/_120612245_strictly.jpg","originCode":"cpsprodpb","altText":"Strictly Come Dancing","copyrightHolder":"BBC","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"passport":{"category":{"categoryId":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/ontologies\/applicationlogic-news\/News","categoryName":"News"}},"section":{"name":"News","id":"101227","uri":"\/newsround\/news","urlIdentifier":"\/newsround\/news"},"summary":"Do you know your quickstep from your foxtrot? Test your knowledge of the Strictly dances!","type":"STY"},{"assetId":"58615194","assetUri":"\/newsround\/58615194","firstCreated":"2021-09-19T09:24:02+00:00","hasShortForm":true,"headline":"How much do you know about Lord of the Rings?","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/7a6f773d-0629-4066-a719-42cb9615514d","language":"en-gb","lastUpdated":"2021-09-19T09:24:02+00:00","media":{"images":{"index":{"120617609":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/1622F\/production\/_120617609_amazonstudios_210802a_thumb.jpg","originCode":"cpsprodpb","caption":"An image from the new series","altText":"Image from the first series of Amazon's Lord of the Rings TV series.","copyrightHolder":"Amazon Studios","allowSyndication":false}},"index-thumbnail":{"120617608":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/13B1F\/production\/_120617608_amazonstudios_210802a_thumb.jpg","originCode":"cpsprodpb","caption":"An image from the new series","altText":"Image from the first series of Amazon's Lord of the Rings TV series.","copyrightHolder":"Amazon Studios","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"How much do you think you know about the epic fantasy story, Lord of the Rings?","type":"STY"},{"assetId":"57566354","assetUri":"\/newsround\/57566354","firstCreated":"2021-06-22T10:27:16+00:00","hasShortForm":true,"headline":"Which dinosaur are you?","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/71ef8182-0195-4fe4-9e0a-80a83a2555ca","language":"en-gb","lastUpdated":"2021-06-26T07:22:30+00:00","media":{"images":{"index":{"119016333":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/8251\/production\/_119016333_untitled.png","originCode":"cpsprodpb","altText":"Dinosaur","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"119016335":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/D071\/production\/_119016335_untitled.png","originCode":"cpsprodpb","altText":"Dinosaur","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Ever wondered which dinosaur you're similar to? Well try our personality quiz and find out!","type":"STY"},{"assetId":"58490789","assetUri":"\/newsround\/58490789","firstCreated":"2021-09-08T16:33:04+00:00","hasShortForm":true,"headline":"Fruit or veg? Do you know your healthy foods?","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/5e755ba2-548e-4a9d-b17a-ba5badf8d097","includeComments":true,"language":"en-gb","lastUpdated":"2021-09-09T05:52:21+00:00","media":{"images":{"index":{"120618449":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/17111\/production\/_120618449_lklklk.jpg","originCode":"cpsprodpb","altText":"pinapples","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"120618451":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/3C79\/production\/_120618451_lklklk.jpg","originCode":"cpsprodpb","altText":"pinapples","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"We reckon you are experts when it comes to crisps and chocolate, but how do well you know your fruits, your veg and your nuts?","type":"STY"},{"assetId":"57098170","assetUri":"\/newsround\/57098170","firstCreated":"2021-05-13T06:54:11+00:00","hasShortForm":true,"headline":"Try our solar system quiz!","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/ba3b1b99-ba4a-45e8-a1d3-462c0a22c1a9","language":"en-gb","lastUpdated":"2021-05-13T06:56:35+00:00","media":{"images":{"index":{"118474283":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/9567\/production\/_118474283_gettyimages-1128675063.jpg","originCode":"cpsprodpb","altText":"solar system","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"118487871":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/45D6\/production\/_118487871_gettyimages-1128675063.jpg","originCode":"cpsprodpb","altText":"solar system","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Solar System: Test yourself with our quiz","type":"STY"},{"assetId":"58615537","assetUri":"\/newsround\/58615537","firstCreated":"2021-09-19T09:37:52+00:00","hasShortForm":true,"headline":"How well do you know your equines?","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/99a93ce5-0d4b-44be-bad3-e66dbaaf9642","language":"en-gb","lastUpdated":"2021-09-19T09:37:52+00:00","media":{"images":{"index":{"103224847":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/1245A\/production\/_103224847_horsea.png","originCode":"cpsprodpb","caption":"Horses are tall, fast and easier to train than other equines","altText":"Horse galloping with flowers in its mouth","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"120617613":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/7BB7\/production\/_120617613_horsea.png","originCode":"cpsprodpb","caption":"Horses are tall, fast and easier to train than other equines","altText":"Horse galloping with flowers in its mouth","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"What's the difference between a horse, a donkey and a mule?","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\/20220311165242\/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\/20220311165242\/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\/20220311165242\/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":"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":"58552024","assetUri":"\/newsround\/58552024","firstCreated":"2021-09-14T18:33:23+00:00","hasShortForm":true,"headline":"Where are the world's best players ranked on Fifa 22?","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/8e9b0b60-7480-40ed-ad65-a0be4e9b2ae0","includeComments":true,"language":"en-gb","lastUpdated":"2021-09-15T05:30:55+00:00","media":{"images":{"index":{"120535397":{"height":1152,"width":2048,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/135F9\/production\/_120535397_photo14-09-2021110440.jpg","originCode":"cpsprodpb","altText":"Messi, Ronaldo, Mbappe and Lewandowski.","copyrightHolder":"Getty, Man Utd, Fifa, Uefa","allowSyndication":false}},"index-thumbnail":{"120546099":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/182F8\/production\/_120546099_photo14-09-2021110440.jpg","originCode":"cpsprodpb","altText":"Messi, Ronaldo, Mbappe and Lewandowski.","copyrightHolder":"Getty, Man Utd, Fifa, Uefa","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"overtypedHeadline":"Fifa 22: Where are the world's best players ranked?","section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Where do Ronaldo, Messi and Lewandowski rank on the new game?","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\/20220311165242\/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\/20220311165242\/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":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"How much do you know about Marvel and DC superheroes?","type":"STY"},{"assetId":"48888243","assetUri":"\/newsround\/48888243","firstCreated":"2019-07-06T12:14:30+00:00","hasShortForm":true,"headline":"Take our World Chocolate Day Quiz","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/63ee3d3a-4623-2f4d-88ff-3f8d168dba3b","includeComments":true,"language":"en-gb","lastUpdated":"2021-07-07T11:23:37+00:00","media":{"images":{"index":{"107766706":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/ED5E\/production\/_107766706_gettyimages-79065090.jpg","originCode":"cpsprodpb","altText":"A boy eating chocolate.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"News","id":"101227","uri":"\/newsround\/news","urlIdentifier":"\/newsround\/news"},"summary":"After Christmas and Easter there's another day when you can eat lots of chocolate. Hooray!","type":"STY"},{"assetId":"57257081","assetUri":"\/newsround\/57257081","firstCreated":"2021-05-27T05:52:57+00:00","hasShortForm":true,"headline":"Can you name the seven natural wonders of the UK?","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/50a22a9a-8aff-48ef-aae4-2e7ee7076db0","includeComments":true,"language":"en-gb","lastUpdated":"2021-05-27T07:39:46+00:00","media":{"images":{"index":{"118684556":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/1000C\/production\/_118684556_gettyimages-854354744.jpg","originCode":"cpsprodpb","altText":"giant's causeway","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"118684558":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/14E2C\/production\/_118684558_gettyimages-854354744.jpg","originCode":"cpsprodpb","altText":"giant's causeway","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Experts at The Royal Geographical Society have shared the top seven natural wonders of the UK. How many of these beauty spots do you know?","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\/20220311165242\/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\/20220311165242\/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\/20220311165242\/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":"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":"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\/20220311165242\/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\/20220311165242\/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\/20220311165242\/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":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"To celebrate Harry Potter's birthday, take our quiz to find out which Harry Potter and the Cursed Child family would you fit into.","type":"STY"},{"assetId":"51078336","assetUri":"\/newsround\/51078336","firstCreated":"2020-01-11T14:38:56+00:00","hasShortForm":true,"headline":"Quiz: How well do you know your coins?","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/f7809124-5a3d-484b-80e6-d8f6c8b1e05e","includeComments":true,"language":"en-gb","lastUpdated":"2020-01-17T09:32:11+00:00","media":{"images":{"index":{"105177769":{"height":1152,"width":2048,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/17A09\/production\/_105177769_gettyimages-849916536.jpg","originCode":"cpsprodpb","altText":"coins","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"110474705":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/C63B\/production\/_110474705_gettyimages-849916536.jpg","originCode":"cpsprodpb","altText":"coins","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"How well do you know your coins?","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\/20220311165242\/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\/20220311165242\/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\/20220311165242\/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":"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":"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\/20220311165242\/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\/20220311165242\/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\/20220311165242\/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},"overtypedHeadline":"Take our mega holiday quizzes!","section":{"name":"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":"58436170","assetUri":"\/newsround\/58436170","firstCreated":"2021-09-04T09:06:24+00:00","hasShortForm":true,"headline":"Are you a Beyonc茅 superfan?","id":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/www.bbc.co.uk\/asset\/1a705c67-b15e-40f6-a3c5-cc13857e64ca","includeComments":true,"language":"en-gb","lastUpdated":"2021-09-04T09:06:24+00:00","media":{"images":{"index":{"120387106":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/EB12\/production\/_120387106_gettyimages-528215436.jpg","originCode":"cpsprodpb","altText":"beyonce.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Happy Bey-day! The pop queen Beyonc茅 is 40. Find out more about her here and test your fan-knowledge in our quiz!","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\/20220311165242\/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\/20220311165242\/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\/20220311165242\/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":"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":"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\/20220311165242\/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\/20220311165242\/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\/20220311165242\/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":"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"}],"semanticGroupName":"More stories 5"}],"iStatsCounterName":"newsround.home.page","language":"en-gb","lastUpdated":"2022-03-11T16:07:57+00:00","options":{"allowAdvertising":false},"section":{"name":"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":"Newsround","type":"IDX","lastPublished":"2022-03-11T16:08:08+00:00","id":"https:\/\/web.archive.org\/web\/20220311165242\/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-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__60524404/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60524404":27}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__60520226/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60520226":267}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__60247589/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60247589":52}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__60294779/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60294779":38}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__51149131/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__51149131":14}}); });</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/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__52527526":250}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__58552024/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__58552024":41}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__48888243/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__48888243":15}}); });</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/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__53523635":86}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-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":"Mental Wellbeing","items":[{"id":"60247589","promoType":"story","timestamp":"2022-02-07T06:58:19+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/D1A0\/production\/_123146635_mentalhealthpic.png","imgAlt":"Spread the word poster.","headline":"Children's Mental Health Week: What you need to know","summary":"Kids give their top tips for the 'Growing Together' theme for Children's Mental Health Week.","href":"\/newsround\/60247589","includeComments":true},{"id":"60294779","promoType":"story","timestamp":"2022-02-08T08:52:56+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/0B29\/production\/_123175820_mediaitem123175819.jpg","imgAlt":"Dr Ranj","headline":"Dr Ranj's top tips for looking after your mental health","summary":"As it's Children's Mental Health Week, Dr Ranj gave us five key ways to look after yourself during the school day","href":"\/newsround\/60294779","includeComments":true},{"id":"57668645","promoType":"story","timestamp":"2021-07-02T08:53:46+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/7E65\/production\/_119175323_3bcaafea-9990-4b0d-a99d-1e483c7ae0be.jpg","imgAlt":"Graphic slates that says Top tips for dealing with uncertainty.","headline":"Top tips for how to deal with uncertainty","summary":"When you aren't sure what's going to happen or things feel out of your control, it can make you feel unsettled and sometimes even quite anxious. So when this happens, what can you do to make yourself feel better?","href":"\/newsround\/57668645","includeComments":true},{"id":"51393300","promoType":"media","timestamp":"2020-02-05T18:36:58+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/5C57\/production\/_110793632_anxietypic2.jpg","imgAlt":"Mindfulness","headline":"Five top tips to tackle anxiety","summary":"300,000 young people in the UK struggle with anxiety - we've got some top tips to help.","href":"\/newsround\/51393300","includeComments":false,"videoOptions":{"title":"Five top tips to tackle anxiety","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p082d5m4","vpid":"p082d5m7","holdingImageUrl":"\/\/web.archive.org\/web\/20220311165242\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p082fyx4.jpg","mediaType":"video","mediaForm":"clip","duration":"2:49"}},{"id":"51896156","promoType":"story","timestamp":"2021-01-05T08:12:07+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/2D62\/production\/_116381611_gettyimages-525848859.jpg","imgAlt":"two children and rainbow","headline":"How to look after your wellbeing right now","summary":"It's normal to feel worried and concerned about the way we're living right now - here are some tips to help you look after both your physical and mental health during lockdown.","href":"\/newsround\/51896156","includeComments":false},{"id":"57833177","promoType":"story","timestamp":"2021-07-16T05:24:05+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/15130\/production\/_119402368_gettyimages-591210321.jpg","imgAlt":"Child talking to adult.","headline":"How to deal with disappointment","summary":"Over the last 16 months things may have happened that have let you down or not gone the way you hoped, so here are Newsround's tips on how to deal with disappointment.","href":"\/newsround\/57833177","includeComments":true},{"id":"25036313","promoType":"story","timestamp":"2019-02-15T07:11:23+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/7427\/production\/_92653792_anxiety.jpg","imgAlt":"Cartoon","headline":"What is anxiety?","summary":"Newsround spoke to mental health charity Mind to find out more about anxiety and what you can do if you're worried you might be experiencing it.","href":"\/newsround\/25036313","includeComments":false},{"id":"38082989","promoType":"story","timestamp":"2016-11-24T15:19:36+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/156B7\/production\/_92653778_depression.jpg","imgAlt":"Cartoon","headline":"What is depression?","summary":"Depression is a medical condition. Find out more about it, what causes it and what you can do if you're woried about it.","href":"\/newsround\/38082989","includeComments":false},{"id":"39383028","promoType":"media","timestamp":"2019-10-10T05:28:36+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/6273\/production\/_95330252_whatismentalhealth.jpg","imgAlt":"mental-health-problem-graphic.","headline":"What is a mental health problem?","summary":"If you break your arm or catch a cold, it is more obvious to see that you are poorly. If you have a mental health problem, it can be harder to spot.","href":"\/newsround\/39383028","includeComments":false,"videoOptions":{"duration":"0:23"}},{"id":"39419244","promoType":"story","timestamp":"2017-03-28T10:25:13+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/179DF\/production\/_95353769_de27-1.jpg","imgAlt":"Grace's diary","headline":"What's it like living with anxiety?","summary":"14-year-old Grace tells Newsround what it's like to live with anxiety.","href":"\/newsround\/39419244","includeComments":false},{"id":"57024052","promoType":"story","timestamp":"2021-05-10T06:22:49+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/844F\/production\/_118417833_gettyimages-1051247498.jpg","imgAlt":"girl-speaking-to-adult.","headline":"Are you comfortable talking about your mental health?","summary":"A recent survey found more than one third of children and young people wouldn't feel comfortable asking for support if they needed help with their mental health.","href":"\/newsround\/57024052","includeComments":true},{"id":"51329385","promoType":"media","timestamp":"2020-02-03T06:20:37+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/A23C\/production\/_110723514_p081yx93.jpg","imgAlt":"katie-thistleton-talks-about-anxiety","headline":"What is it like living with a mental health problem?","summary":"One in eight young people are struggling with a mental health problem. Radio 1 presenter Katie Thistleton talks about how opening up is the first big step towards recovery.","href":"\/newsround\/51329385","includeComments":false,"videoOptions":{"title":"What it is like living with a mental health problem?","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p081yx1m","vpid":"p081yx1p","holdingImageUrl":"\/\/web.archive.org\/web\/20220311165242\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p081yx93.jpg","mediaType":"video","mediaForm":"clip","duration":"1:53"}},{"id":"56445821","promoType":"story","timestamp":"2021-03-22T06:23:51+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/17388\/production\/_117621159_nrgrad_3.jpg","imgAlt":"Rachel de Souza","headline":"'Really important to listen to children's pandemic experiences'","summary":"The new Children's Commissioner responds to Newsround's survey on young people's experiences of a year of coronavirus.","href":"\/newsround\/56445821","includeComments":true},{"id":"52312495","promoType":"media","timestamp":"2020-04-28T07:01:54+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/33C6\/production\/_111845231_p089w705.jpg","imgAlt":"Doctor-Radha.","headline":"Coping with grief: 'You're not on your own and you are loved'","summary":"Newsround presenter Leah's mum died three years ago, here she talks with Doctor Radha about coping with how she felt during a really difficult time.","href":"\/newsround\/52312495","includeComments":false,"videoOptions":{"title":"Coping with grief: 'You're not on your own and you are loved'","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p089pbww","vpid":"p089pbx3","holdingImageUrl":"\/\/web.archive.org\/web\/20220311165242\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p089w705.jpg","mediaType":"video","mediaForm":"clip","duration":"4:30"}},{"id":"52283247","promoType":"story","timestamp":"2020-04-27T15:34:32+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/2C03\/production\/_111876211_nrgl_ex3.jpg","imgAlt":"hugging","headline":"What to do if someone you love has died","summary":"Advice on ways to cope if someone you care about has died","href":"\/newsround\/52283247","includeComments":false},{"id":"52213688","promoType":"story","timestamp":"2020-04-12T07:17:20+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/2AF8\/production\/_111700011_gettyimages-532028122.jpg","imgAlt":"birdwatching","headline":"How does nature help YOUR wellbeing?","summary":"Charities that support the natural world have got some suggestions for how getting outside can help our mental health right now - so tell us what you like to do?","href":"\/newsround\/52213688","includeComments":true},{"id":"51149131","promoType":"story","timestamp":"2020-02-04T17:50:20+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/2D0C\/production\/_110723511_mollygardenweb.jpg","imgAlt":"girl-in-garden","headline":"Inside My Head: What is an anxiety disorder?","summary":"For years Molly has been living with anxiety - a mental health disorder which affects 300,000 young people in the UK. Find out more about the condition here.","href":"\/newsround\/51149131","includeComments":true},{"id":"34730937","promoType":"media","timestamp":"2015-11-05T13:20:52+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/11CED\/production\/_86514927_grace.jpg","imgAlt":"Social Media expert Grace Barrett","headline":"How to deal with social media pressure","summary":"Jenny talks to an expert about how best to handle the pressures of social media","href":"\/newsround\/34730937","includeComments":false,"videoOptions":{"duration":"1:31"}},{"id":"37551170","promoType":"story","timestamp":"2016-10-04T15:57:59+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220311165242\/http:\/\/c.files.bbci.co.uk\/D4E6\/production\/_91520545_istock_64068497_large.jpg","imgAlt":"Girls","headline":"Body confidence: What do young girls think?","summary":"A survey suggests that many young girls are worried about the way they look, and it is stopping them living life how they want to","href":"\/newsround\/37551170","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__60693102/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60693102":0}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__60695642/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60695642":6}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__60645270/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60645270":6}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__60546877/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60546877":5}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__57668645/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__57668645":13}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__56445821/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__56445821":34}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__59344807/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__59344807":29}}); });</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/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__52565132":72}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__60693111/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60693111":5}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__60693106/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60693106":11}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__60677420/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60677420":2}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__60679189/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60679189":13}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__60673471/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60673471":21}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__60659817/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60659817":2}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__60631705/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60631705":3}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__60648373/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60648373":5}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__60637163/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60637163":10}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__60601113/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60601113":4}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__60508750/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60508750":99}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__60475007/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60475007":159}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__57833177/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__57833177":37}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__56267456/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__56267456":1318}}); });</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/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__52545218":94}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__60673614/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60673614":1}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__60669634/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60669634":25}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__60638979/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60638979":6}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__60668473/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60668473":7}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__60416721/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60416721":14}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__48938301/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__48938301":1}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__51078336/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__51078336":4}}); });</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.1.1","_mrrVersion":"2.2.1"},'u8070818772962106'); });</script><script>Morph.init = function() { if (!Morph.initCalled) { Morph.markPerformance('morph-init'); Morph.initCalled = true; requirejs.config({ paths: { 'live-push': '//web.archive.org/web/20220311165242/https://m.files.bbci.co.uk/modules/morph-push-proxy-client/1.0.13/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/20220311165242js_/https://m.files.bbci.co.uk/modules/morph-vendor/1.0.2/bundle.vendor.js"></script><script src="//web.archive.org/web/20220311165242js_/https://m.files.bbci.co.uk/modules/morph/5.3.1/bundle.js"></script><script src="//web.archive.org/web/20220311165242js_/https://m.files.bbci.co.uk/modules/bbc-morph-promise/1.0.6/bundle.js"></script><script src="//web.archive.org/web/20220311165242js_/https://m.files.bbci.co.uk/modules/bbc-morph-istats/1.3.0/bundle.js"></script><script src="//web.archive.org/web/20220311165242js_/https://m.files.bbci.co.uk/modules/bbc-morph-react-mvt/4.0.0/bundle.js"></script><script src="//web.archive.org/web/20220311165242js_/https://m.files.bbci.co.uk/modules/bbc-morph-classnames/1.0.2/bundle.js"></script><script src="//web.archive.org/web/20220311165242js_/https://m.files.bbci.co.uk/modules/bbc-morph-gel-icons/5.0.5/bundle.js"></script><script src="//web.archive.org/web/20220311165242js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-button/4.1.0/bundle.js"></script><script src="//web.archive.org/web/20220311165242js_/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/20220311165242js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-anchors/4.0.1/bundle.js"></script><script src="//web.archive.org/web/20220311165242js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-section-container/7.1.0/bundle.js"></script><script src="//web.archive.org/web/20220311165242js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-header/7.1.1/bundle.js"></script><script src="//web.archive.org/web/20220311165242js_/https://m.files.bbci.co.uk/modules/bbc-morph-grandstand/5.4.2/bundle.js"></script><script src="//web.archive.org/web/20220311165242js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-cbbc-nav/4.1.0/bundle.js"></script><script src="//web.archive.org/web/20220311165242js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-home-controller/7.1.1/bundle.js"></script><script src="//web.archive.org/web/20220311165242js_/https://m.files.bbci.co.uk/modules/bbc-morph-gel-icons/5.0.5/gel-icon-play/bundle.js"></script><script src="//web.archive.org/web/20220311165242js_/https://m.files.bbci.co.uk/modules/bbc-morph-gel-icons/5.0.5/gel-icon-image/bundle.js"></script><script src="//web.archive.org/web/20220311165242js_/https://m.files.bbci.co.uk/modules/bbc-morph-gel-icons/5.0.5/gel-icon-comments/bundle.js"></script><script src="//web.archive.org/web/20220311165242js_/https://m.files.bbci.co.uk/modules/bbc-morph-debouncer/1.0.1/bundle.js"></script><script src="//web.archive.org/web/20220311165242js_/https://m.files.bbci.co.uk/modules/bbc-morph-responsive-image/1.3.1/bundle.js"></script><script src="//web.archive.org/web/20220311165242js_/https://m.files.bbci.co.uk/modules/bbc-morph-image-chef-url-transformer/3.0.0/bundle.js"></script><script src="//web.archive.org/web/20220311165242js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-bulletin-promo/6.0.0/bundle.js"></script><script src="//web.archive.org/web/20220311165242js_/https://m.files.bbci.co.uk/modules/bbc-morph-bump/1.1.0/bundle.js"></script><script src="//web.archive.org/web/20220311165242js_/https://m.files.bbci.co.uk/modules/bbc-morph-smp/7.0.0/bundle.js"></script><script src="//web.archive.org/web/20220311165242js_/https://m.files.bbci.co.uk/modules/bbc-morph-localised-timestamp/3.1.3/bundle.js"></script><script src="//web.archive.org/web/20220311165242js_/https://m.files.bbci.co.uk/modules/bbc-morph-gs-timestamp/3.0.0/bundle.js"></script><script src="//web.archive.org/web/20220311165242js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-timestamp/5.0.0/bundle.js"></script><script src="//web.archive.org/web/20220311165242js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-promo/7.0.0/bundle.js"></script><script src="//web.archive.org/web/20220311165242js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-more-stories/6.1.0/bundle.js"></script><script src="//web.archive.org/web/20220311165242js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-top-stories/7.1.0/bundle.js"></script><script src="//web.archive.org/web/20220311165242js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-super-promo/5.0.0/bundle.js"></script><script src="//web.archive.org/web/20220311165242js_/https://m.files.bbci.co.uk/modules/bbc-morph-grandstand/5.4.2/latin/bundle.js"></script><script>if (!Morph.manualInit) { Morph.init(); } /* u8070818772962106 */</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/20220311165242/https://static.chartbeat.com/js/chartbeat.js"),document.body.appendChild(a)}var b=window.onload;window.onload="function"!=typeof window.onload?a:function(){b(),a()}}();</script></body></html><!-- FILE ARCHIVED ON 16:52:42 Mar 11, 2022 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 20:04:17 Dec 02, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.573 exclusion.robots: 0.027 exclusion.robots.policy: 0.016 esindex: 0.01 cdx.remote: 12.941 LoadShardBlock: 437.505 (6) PetaboxLoader3.datanode: 169.952 (7) PetaboxLoader3.resolve: 267.022 (2) load_resource: 206.065 -->

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