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","20220116111258","https://web.archive.org/","web","/_static/", "1642331578"); </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-1789.c4ed4c99 --> <!-- 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/20220116111258js_/https://static.files.bbci.co.uk/orbit/8161b75793cc3c38d814e1a4a19a2f6a/js/polyfills.bundle.js" async></script> <link rel="stylesheet" href="https://web.archive.org/web/20220116111258cs_/https://static.files.bbci.co.uk/orbit/8161b75793cc3c38d814e1a4a19a2f6a/css/orb-ltr.min.css"> <script src="https://web.archive.org/web/20220116111258js_/https://static.files.bbci.co.uk/orbit/8161b75793cc3c38d814e1a4a19a2f6a/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> 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/20220116111258/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; !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(391),u=r(135);window.bbcpage=c.init(o({},window.page)),window.page=void 0,window.bbcuser=u.init(window,o({},window.user))},391: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)}}}}},135:function(t){function e(t){return(e="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 r(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 n(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?r(Object(n),!0).forEach((function(e){o(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):r(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function o(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function i(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function c(t,r){if(r&&("object"===e(r)||"function"==typeof r))return r;if(void 0!==r)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 u(t){var e="function"==typeof Map?new Map:void 0;return(u=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 a(t,arguments,l(this).constructor)}return n.prototype=Object.create(t.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),s(n,t)})(t)}function a(t,e,r){return(a=f()?Reflect.construct:function(t,e,r){var n=[null];n.push.apply(n,e);var o=new(Function.bind.apply(t,n));return r&&s(o,r.prototype),o}).apply(null,arguments)}function f(){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 s(t,e){return(s=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function l(t){return(l=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}var p=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}}),e&&s(t,e)}(o,t);var e,r,n=(e=o,r=f(),function(){var t,n=l(e);if(r){var o=l(this).constructor;t=Reflect.construct(n,arguments,o)}else t=n.apply(this,arguments);return c(this,t)});function o(){return i(this,o),n.apply(this,arguments)}return o}(u(Error));function h(t){return new Promise((function(e,r){window.require(t,(function(){e.apply(this,arguments)}),(function(t){r(t)}))}))}t.exports={init:function(t,e){var r,o=n({},e),i=null;function c(){if(["X-Country","X-Ip_is_advertise_combined","X-Ip_is_uk_combined"].every((function(t){return!!o[t]})))return Promise.resolve(o);if(!i){var e=t.location.hostname.endsWith(".com")?"com":"co.uk";i=t.fetch("https://web.archive.org/web/20220116111258/https://www.bbc.".concat(e,"/userinfo")).then((function(t){return t.json()}))}return i}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(o.ageBand)return Promise.resolve(o);if(!r){if("undefined"==typeof XMLHttpRequest||!("withCredentials"in new XMLHttpRequest))return Promise.resolve(o);r=h(["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 o=n(n({},o),t)}))}))}))}return r}var s={getHashedId:function(){return h(["idcta-v2/idcta-1"]).then((function(t){return t.getCookieInstance().getHidFromCookie()}))},isSignedIn:function(){return h(["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 p("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 p("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 o["X-Age-Band"]=t["X-Age-Band"],o["X-Age-Band"]||void 0})).catch((function(){return o["X-Age-Band"]||void 0}))}))}))},allowsPerformanceCookies:function(){return h(["orb/cookies"]).then((function(t){return!!t.cookiesEnabled()&&!!t.readPolicy("performance")}))},allowsFunctionalCookies:function(){return h(["orb/cookies"]).then((function(t){return!!t.cookiesEnabled()&&!!t.readPolicy("personalisation")}))},getCookieValue:function(t){return h(["orb/cookies"]).then((function(e){return e.get(t)}))}};return s},BBCUserError:p}},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===y){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===d)continue;return u}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if(n===l)throw n=y,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?y:p,a.arg===d)continue;return{value:a.arg,done:r.done}}"throw"===a.type&&(n=y,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",y="completed",d={};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 d;r.method="throw",r.arg=new TypeError("The iterator does not provide a 'throw' method")}return d}var o=s(n,t.iterator,r.arg);if("throw"===o.type)return r.method="throw",r.arg=o.arg,r.delegate=null,d;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,d):i:(r.method="throw",r.arg=new TypeError("iterator result is not an object"),r.delegate=null,d)}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,d):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),d},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),d}},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),d}},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)}(); window.page = undefined; window.user = undefined; </script> <script> window.orb = {}; </script> <script src="https://web.archive.org/web/20220116111258js_/https://static.files.bbci.co.uk/orbit/8161b75793cc3c38d814e1a4a19a2f6a/js/api-forge-free.min.js"></script> <link rel="preload" href="https://web.archive.org/web/20220116111258/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/20220116111258/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-91.8ce78a3 --> <!-- searchbox Web Module: 3.1.0-394.5565f9a --> <!-- navpromo Web Module: 3.0.0-286.75fae8d --> <!-- cookies Web Module: 0.0.3-700.c8b7bd5 --> <!-- useractivityhelper Web Module: 1.0.0-224.94e978d --> <!-- reverb Web Module: 3.3.0 --> <link rel="stylesheet" href="https://web.archive.org/web/20220116111258cs_/https://static.files.bbci.co.uk/account/id-cta/1.54.11-wp/style/id-cta.css"/><!--[if IE 8]><link href="https://static.files.bbci.co.uk/account/id-cta/1.54.11-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/20220116111258/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/20220116111258/https://static.files.bbci.co.uk/account/id-cta/1.54.11-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/20220116111258/https://static.files.bbci.co.uk/account/id-cta/1.8.2/modules/idcta';map['idcta-v2/idcta-1'] = 'https://web.archive.org/web/20220116111258/https://static.files.bbci.co.uk/account/id-cta/1.54.11-wp/modules/idcta-v2/dist/idcta-1.min';map['idcta-v2/experiment-snippet'] = 'https://web.archive.org/web/20220116111258/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/20220116111258cs_/https://nav.files.bbci.co.uk/searchbox/c341e7d71d358d3bff8caf11581ee18e/css/box.css"> <script src="https://web.archive.org/web/20220116111258js_/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/20220116111258/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/20220116111258js_/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/20220116111258/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/20220116111258/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/20220116111258cs_/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/20220116111258cs_/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/20220116111258cs_/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/20220116111258cs_/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/20220116111258cs_/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/20220116111258cs_/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/20220116111258cs_/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/20220116111258cs_/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/20220116111258cs_/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/20220116111258cs_/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/20220116111258cs_/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/20220116111258cs_/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(); /* u27658948780729786 */</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/20220116111258/https://www.bbc.co.uk/newsround" property="og:url"/><link rel="canonical" href="https://web.archive.org/web/20220116111258/https://www.bbc.co.uk/newsround"/> <meta content="//web.archive.org/web/20220116111258im_/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/20220116111258im_/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/20220116111258im_/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/20220116111258im_/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/20220116111258im_/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/20220116111258im_/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/20220116111258im_/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"><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/20220116111258/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/20220116111258/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/20220116111258/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/20220116111258/https://www.bbc.co.uk/cbbc">CBBC</a></li><li class="orb-nav-iplayer orb-d"><a href="https://web.archive.org/web/20220116111258/https://www.bbc.co.uk/tv/cbbc">CBBC iPlayer</a></li><li class="orb-nav-newsround"><a href="https://web.archive.org/web/20220116111258/https://www.bbc.co.uk/newsround">Newsround</a></li><li class="orb-nav-bitesize orb-d"><a href="https://web.archive.org/web/20220116111258/https://www.bbc.co.uk/bitesize">Bitesize</a></li><li class="orb-nav-ownit orb-d"><a href="https://web.archive.org/web/20220116111258/https://www.bbc.com/ownit">Own It</a></li><li class="orb-nav-cbeebies"><a href="https://web.archive.org/web/20220116111258/https://www.bbc.co.uk/cbeebies">CBeebies</a></li><li class="orb-nav-cbbctv"><a href="https://web.archive.org/web/20220116111258/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/20220116111258/https://www.bbc.co.uk/cbbc/curations/cbbc-help">CBBC Help</a></li><li id="orb-nav-more" style="width: 88px" aria-controls="orb-panel-more"><a href="#orb-footer" data-alt="More" class="istats-notrack">Menu<span class="orb-icon orb-icon-arrow"></span></a></li></ul></div></nav><div class="orb-nav-section orb-nav-search"> <a class="orb-search__button" href="https://web.archive.org/web/20220116111258/https://search.bbc.co.uk/search?scope=cbbc" title="Search the BBC">Search</a><form class="b-f" id="orb-search-form" role="search" method="get" action="https://web.archive.org/web/20220116111258/https://search.bbc.co.uk/search" accept-charset="utf-8"><div><input type="hidden" name="scope" value="cbbc"><label for="orb-search-q">Search the BBC</label><input id="orb-search-q" type="text" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" maxlength="100" name="q" placeholder="Search"><button id="orb-search-button" class="orb-search__button">Search the BBC</button><input type="hidden" name="suggid" id="orb-search-suggid"></div></form><form id="orbit-search-form" role="search" method="get" action="https://web.archive.org/web/20220116111258/https://search.bbc.co.uk/search" accept-charset="utf-8"><div><input type="hidden" name="scope" value="cbbc"><button id="orbit-search-button"><svg class="search-button-icon" width="1.75rem" height="1.8125rem" viewbox="0 0 28 29" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><title>Search BBC</title><path d="M11,0 C17.0751322,0 22,4.92486775 22,11 C22,13.5277632 21.1473793,15.8563862 19.7140404,17.7139664 L28,26.0001 L25,29.0001 L16.518046,20.5179339 C14.8960209,21.4603385 13.0110328,22 11,22 C4.92486775,22 0,17.0751322 0,11 C0,4.92486775 4.92486775,0 11,0 Z M11,2.5001 C6.30557963,2.5001 2.5,6.30567963 2.5,11.0001 C2.5,15.6945204 6.30557963,19.5001 11,19.5001 C15.6944204,19.5001 19.5,15.6945204 19.5,11.0001 C19.5,6.30567963 15.6944204,2.5001 11,2.5001 Z" id="Shape"></path></svg><svg class="search-box-icon" width="1rem" height="1rem" viewbox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M4.31263591,11.9770508 C3.26116255,10.925 2.68223368,9.52721354 2.68223368,8.04036458 C2.68223368,6.55351563 3.26116255,5.15572917 4.31325442,4.10491536 C5.36410928,3.05286458 6.76133182,2.47395833 8.24823886,2.47395833 C9.7351459,2.47395833 11.1336055,3.05348307 12.1850788,4.10491536 C14.3548251,6.27457682 14.3554436,9.80615234 12.1850788,11.9770508 C11.1336055,13.0278646 9.7351459,13.6067708 8.24823886,13.6067708 C6.76195034,13.6067708 5.36410928,13.0278646 4.31263591,11.9770508 L4.31263591,11.9770508 Z M20,17.6059245 L14.9195281,12.525651 C17.0268044,9.39980469 16.7002292,5.12171224 13.9348542,2.35520833 C12.3644478,0.785481771 10.3066526,0 8.24823886,0 C6.19106215,0 4.13264841,0.785481771 2.56347904,2.35520833 C-0.576715236,5.49589844 -0.576715236,10.5860677 2.56347904,13.7255208 C4.13326692,15.2964844 6.19106215,16.0807292 8.24823886,16.0807292 C9.81555269,16.0807292 11.3816295,15.6230469 12.733082,14.7120117 L17.8129354,19.7916667 L20,17.6059245 Z"></path></svg><span>Search BBC</span></button></div></form> </div></div><div id="orb-panels"></div></div></header> <!-- Styling hook for shared modules only --> <div id="orb-modules"> <div id="u27658948780729786"><div data-reactid=".1h3jf0bvado" data-react-checksum="1119624648"><div class="newsround-cbbc-nav-wrapper" data-reactid=".1h3jf0bvado.0"><div class="newsround-cbbc-nav-component newsround-cbbc-nav-component-padding-override" data-reactid=".1h3jf0bvado.0.0"><div class="newsround-cbbc-nav-component__container" data-reactid=".1h3jf0bvado.0.0.0"><nav class="newsround-cbbc-nav-component__menu" data-reactid=".1h3jf0bvado.0.0.0.0"><div class="newsround-cbbc-nav-component__bar" data-reactid=".1h3jf0bvado.0.0.0.0.0"><a class="newsround-cbbc-nav-component__product" href="/web/20220116111258/https://www.bbc.co.uk/cbbc" data-istats-track="true" data-istats-track-link-location="nr_cbbc_nav-home" data-reactid=".1h3jf0bvado.0.0.0.0.0.0">Home</a><button id="newsround-cbbc-nav-component__toggle" class="newsround-cbbc-nav-component__toggle" data-reactid=".1h3jf0bvado.0.0.0.0.0.1"><span id="newsround-cbbc-nav-component__toggle-title" class="newsround-cbbc-nav-component__toggle-title" data-reactid=".1h3jf0bvado.0.0.0.0.0.1.0">Menu</span><span class="newsround-cbbc-nav-component__toggle-icon" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.0.0.0.0.1"><ul class="newsround-cbbc-nav-component__list-inner" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.0.0.0.0.1.0.$home"><a class="newsround-cbbc-nav-component__link newsround-cbbc-nav-component__link--home" href="/web/20220116111258/https://www.bbc.co.uk/cbbc" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.0.0.0.0.1.0.$shows"><a class="newsround-cbbc-nav-component__link newsround-cbbc-nav-component__link--shows" href="/web/20220116111258/https://www.bbc.co.uk/cbbc/shows" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.0.0.0.0.1.0.$games"><a class="newsround-cbbc-nav-component__link newsround-cbbc-nav-component__link--games" href="/web/20220116111258/https://www.bbc.co.uk/cbbc/games" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.0.0.0.0.1.0.$quizzes"><a class="newsround-cbbc-nav-component__link newsround-cbbc-nav-component__link--quizzes" href="/web/20220116111258/https://www.bbc.co.uk/cbbc/quizzes" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.0.0.0.0.1.0.$watch"><a class="newsround-cbbc-nav-component__link newsround-cbbc-nav-component__link--watch" href="/web/20220116111258/https://www.bbc.co.uk/cbbc/watch" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.0.0.0.0.1.0.$joinin"><a class="newsround-cbbc-nav-component__link newsround-cbbc-nav-component__link--joinin" href="/web/20220116111258/https://www.bbc.co.uk/cbbc/joinin" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.0.0.0.0.1.0.$puzzles"><a class="newsround-cbbc-nav-component__link newsround-cbbc-nav-component__link--puzzles" href="/web/20220116111258/https://www.bbc.co.uk/cbbc/puzzles" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.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/20220116111258/https://www.bbc.co.uk/newsround" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.0.0.0.0.1.0.$newsround.0.1">Newsround</span></a></li></ul></div></nav></div></div></div><section role="main" data-reactid=".1h3jf0bvado.1"><div class="o-mvt-container" data-reactid=".1h3jf0bvado.1.0"><script src="https://web.archive.org/web/20220116111258js_/https://cdn.optimizely.com/public/4621041136/s/newsround_prod.js" data-reactid=".1h3jf0bvado.1.0.0"></script></div><header class="newsround-header__header" data-reactid=".1h3jf0bvado.1.1"><div class="newsround-header__orb" style="background-image:url(//web.archive.org/web/20220116111258im_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-header/7.1.1/images/newsround-orb.png);" data-reactid=".1h3jf0bvado.1.1.0"></div><div class="newsround-header__wrapper" data-reactid=".1h3jf0bvado.1.1.1"><div class="newsround-header__container" data-reactid=".1h3jf0bvado.1.1.1.0"><a class="newsround-header__link" href="/web/20220116111258/https://www.bbc.co.uk/newsround" data-istats-track="true" data-istats-track-link-location="nr_nav-homelogo" data-reactid=".1h3jf0bvado.1.1.1.0.0"><div class="newsround-header__logo" style="background-image:url(//web.archive.org/web/20220116111258im_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-header/7.1.1/images/newsround-logo.png);background:url(//web.archive.org/web/20220116111258im_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-header/7.1.1/images/newsround-logo.svg) no-repeat;" data-reactid=".1h3jf0bvado.1.1.1.0.0.0"><h1 class="newsround-header__off-screen" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.1.1.1.0.1"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/news/watch_newsround" class="newsround-button newsround-button--teal" aria-label="" data-reactid=".1h3jf0bvado.1.1.1.0.1.0"><div class="gel-icon gel-icon--play newsround-button__icon" data-reactid=".1h3jf0bvado.1.1.1.0.1.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.1.1.0.1.0.0.0"><title data-reactid=".1h3jf0bvado.1.1.1.0.1.0.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".1h3jf0bvado.1.1.1.0.1.0.0.0.1"></path></svg></div><span data-reactid=".1h3jf0bvado.1.1.1.0.1.0.1:0">Watch </span><span class="newsround-header__button__bp-text" data-reactid=".1h3jf0bvado.1.1.1.0.1.0.1:1">Newsround</span></a></div></div></div></header><div data-reactid=".1h3jf0bvado.1.2"></div><section class="newsround-top-stories" data-istats-track-scroll-visibility="nr_home_top_stories" data-reactid=".1h3jf0bvado.1.3"><div class="newsround-top-stories__wrapper newsround-top-stories__wrapper--with-top-margin newsround-top-stories__wrapper--no-bottom-padding" data-reactid=".1h3jf0bvado.1.3.0"><div class="newsround-top-stories__container gel-layout--equal" data-reactid=".1h3jf0bvado.1.3.0.0"><div class="newsround-top-stories__featured-story" data-reactid=".1h3jf0bvado.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="New Zealand offers support as tsunami hits Tonga" data-reactid=".1h3jf0bvado.1.3.0.0.0.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/60008470" class="newsround-promo__content newsround-promo__content--white" data-reactid=".1h3jf0bvado.1.3.0.0.0.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.3.0.0.0.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.3.0.0.0.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/AC51/production/_122731144_cbb15e4f-a84b-4d44-8375-988e03368ec0.jpg" alt="Capsized boats in Muroto, Kochi prefecture, Japan. Photo: 16 January 2022" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.3.0.0.0.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.3.0.0.0.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.3.0.0.0.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.3.0.0.0.0.0.1.0">New Zealand offers support as tsunami hits Tonga</p><p class="newsround-promo__summary" data-reactid=".1h3jf0bvado.1.3.0.0.0.0.0.1.1">Saturday&#x27;s tsunami was caused by the eruption of the underwater Hunga Tonga-Hunga Ha&#x27;apai volcano, the second in two days. Find out more here.</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.3.0.0.0.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.3.0.0.0.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.3.0.0.0.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.3.0.0.0.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.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-01-16T08:03:20+00:00" data-datetime="3 hours ago" data-reactid=".1h3jf0bvado.1.3.0.0.0.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.3.0.0.0.0.0.1.2.0.0.1.0">3 hours ago</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.3.0.0.0.0.0.1.2.0.0.1.1">3 hours ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.3.0.0.0.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.3.0.0.0.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.3.0.0.0.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.1.3.0.0.0.0.0.1.2.1.1">14</span></div></div></div></a></div></div><div class="newsround-top-stories__stories" data-reactid=".1h3jf0bvado.1.3.0.0.1"><div class="newsround-top-stories__container" data-reactid=".1h3jf0bvado.1.3.0.0.1.0"><div class="newsround-top-stories__story" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60009526"><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="Who left the Masked Singer this weekend?" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60009526.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/60009526" class="newsround-promo__content newsround-promo__content--white" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60009526.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60009526.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60009526.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/10377/production/_122732466_0_what-time-is-the-masked-singer-on-tonight.jpg" alt="Masked Singer contestants" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60009526.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60009526.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60009526.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60009526.0.0.1.0">Who left the Masked Singer this weekend?</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60009526.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60009526.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60009526.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60009526.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60009526.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60009526.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60009526.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-01-16T08:12:04+00:00" data-datetime="3 hours ago" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60009526.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60009526.0.0.1.2.0.0.1.0">3 hours ago</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60009526.0.0.1.2.0.0.1.1">3 hours ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60009526.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60009526.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60009526.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60009526.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60009526.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60009526.0.0.1.2.1.1">6</span></div></div></div></a></div></div><div class="newsround-top-stories__story" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60008634"><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="US schools using dogs to sniff out Covid" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60008634.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/60008634" class="newsround-promo__content newsround-promo__content--white" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60008634.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60008634.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60008634.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/0944/production/_122727320_gettyimages-565437773.jpg" alt="dog's nose" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60008634.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60008634.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60008634.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60008634.0.0.1.0">US schools using dogs to sniff out Covid</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60008634.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60008634.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60008634.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60008634.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60008634.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60008634.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60008634.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-01-16T07:51:51+00:00" data-datetime="3 hours ago" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60008634.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60008634.0.0.1.2.0.0.1.0">3 hours ago</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60008634.0.0.1.2.0.0.1.1">3 hours ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60008634.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60008634.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60008634.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60008634.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60008634.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60008634.0.0.1.2.1.1">9</span></div></div></div></a></div></div><div class="newsround-top-stories__story" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60012374"><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="Djokovic told he must leave Australia" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60012374.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/60012374" class="newsround-promo__content newsround-promo__content--white" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60012374.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60012374.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60012374.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/1769F/production/_122730959_djokovic.jpg" alt="Novak Djokovic" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60012374.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60012374.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60012374.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60012374.0.0.1.0">Djokovic told he must leave Australia</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60012374.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60012374.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60012374.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60012374.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60012374.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60012374.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60012374.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-01-16T09:57:57+00:00" data-datetime="1 hour ago" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60012374.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60012374.0.0.1.2.0.0.1.0">1 hour ago</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60012374.0.0.1.2.0.0.1.1">1 hour ago</span></time></span></div><div class="newsround-promo__comments-signpost newsround-promo__comments-signpost-without-count" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60012374.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60012374.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60012374.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60012374.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$60012374.0.0.1.2.1.0.0.1"></path></svg></div></div></div></div></a></div></div><div class="newsround-top-stories__story" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$58803650"><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="Which celebs are in Dancing on Ice 2022?" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$58803650.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/58803650" class="newsround-promo__content newsround-promo__content--white" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$58803650.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$58803650.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$58803650.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/A233/production/_122732514_tv072757610.jpg" alt="Oti Mabuse, Jayne Torvill, Christopher Dean and Ashley Banjo" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$58803650.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$58803650.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$58803650.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$58803650.0.0.1.0">Which celebs are in Dancing on Ice 2022?</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$58803650.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$58803650.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$58803650.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$58803650.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$58803650.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$58803650.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$58803650.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-01-16T08:29:10+00:00" data-datetime="2 hours ago" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$58803650.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$58803650.0.0.1.2.0.0.1.0">2 hours ago</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$58803650.0.0.1.2.0.0.1.1">2 hours ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$58803650.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$58803650.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$58803650.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$58803650.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$58803650.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$58803650.0.0.1.2.1.1">74</span></div></div></div></a></div></div><div class="newsround-top-stories__story" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$51376710"><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="Your Planet: Environmental news from around the world" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$51376710.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/51376710" class="newsround-promo__content newsround-promo__content--white" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$51376710.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$51376710.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$51376710.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/00CC/production/_122640200_p0bghmbl.jpg" alt="A turtle on the beach" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$51376710.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--white newsround-promo__promolabel--duration" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$51376710.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$51376710.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$51376710.0.0.0.1.0.0"><title data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$51376710.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$51376710.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$51376710.0.0.0.1.1">1:34</span></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$51376710.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$51376710.0.0.1.0">Your Planet: Environmental news from around the world</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$51376710.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$51376710.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$51376710.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$51376710.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$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=".1h3jf0bvado.1.3.0.0.1.0.$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=".1h3jf0bvado.1.3.0.0.1.0.$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-01-16T08:12:56+00:00" data-datetime="2 hours ago" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$51376710.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$51376710.0.0.1.2.0.0.1.0">2 hours ago</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$51376710.0.0.1.2.0.0.1.1">2 hours ago</span></time></span></div></div></div></a></div></div><div class="newsround-top-stories__story" data-reactid=".1h3jf0bvado.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-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="Strange News: The oddest stories of the week" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$43245617.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/43245617" class="newsround-promo__content newsround-promo__content--white" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$43245617.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$43245617.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$43245617.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/7ABD/production/_122712413_p0bh2hf3.jpg" alt="A model stable with Banksy graffiti" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.1.3.0.0.1.0.$43245617.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$43245617.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$43245617.0.0.0.1.0.0"><title data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$43245617.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$43245617.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$43245617.0.0.0.1.1">1:37</span></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$43245617.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.1.3.0.0.1.0.$43245617.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.1.3.0.0.1.0.$43245617.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$43245617.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.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-01-14T07:47:32+00:00" data-datetime="2 days ago" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.1.3.0.0.1.0.$43245617.0.0.1.2.0.0.1.0">2 days ago</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.3.0.0.1.0.$43245617.0.0.1.2.0.0.1.1">2 days ago</span></time></span></div></div></div></a></div></div></div></div></div></div></section><section class="newsround-anchors" data-reactid=".1h3jf0bvado.1.4"><nav class="newsround-anchors__wrapper" data-reactid=".1h3jf0bvado.1.4.0"><ul class="newsround-anchors__layout newsround-anchors__layout--less-margin" data-reactid=".1h3jf0bvado.1.4.0.0"><li class="newsround-anchors__button" data-bbc-container="home-anchor-links" data-bbc-metadata="{&quot;PAR&quot;:&quot;home-anchor-links&quot;,&quot;CHD&quot;:&quot;button::1&quot;}" data-bbc-source="newsround" data-bbc-title="Coronavirus" data-reactid=".1h3jf0bvado.1.4.0.0.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround#more-stories-2" class="newsround-button newsround-button--teal" aria-label="Coronavirus" data-reactid=".1h3jf0bvado.1.4.0.0.0.0"><span data-reactid=".1h3jf0bvado.1.4.0.0.0.0.1">Coronavirus</span></a></li><li class="newsround-anchors__button" data-bbc-container="home-anchor-links" data-bbc-metadata="{&quot;PAR&quot;:&quot;home-anchor-links&quot;,&quot;CHD&quot;:&quot;button::2&quot;}" data-bbc-source="newsround" data-bbc-title="Climate and environment" data-reactid=".1h3jf0bvado.1.4.0.0.1"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround#more-stories-3" class="newsround-button newsround-button--teal" aria-label="Climate and environment" data-reactid=".1h3jf0bvado.1.4.0.0.1.0"><span data-reactid=".1h3jf0bvado.1.4.0.0.1.0.1">Climate and environment</span></a></li><li class="newsround-anchors__button" data-bbc-container="home-anchor-links" data-bbc-metadata="{&quot;PAR&quot;:&quot;home-anchor-links&quot;,&quot;CHD&quot;:&quot;button::3&quot;}" data-bbc-source="newsround" data-bbc-title="Space" data-reactid=".1h3jf0bvado.1.4.0.0.2"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround#more-stories-4" class="newsround-button newsround-button--teal" aria-label="Space" data-reactid=".1h3jf0bvado.1.4.0.0.2.0"><span data-reactid=".1h3jf0bvado.1.4.0.0.2.0.1">Space</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=".1h3jf0bvado.1.4.0.0.3"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround#more-stories-5" class="newsround-button newsround-button--teal" aria-label="Newsround Quizzes" data-reactid=".1h3jf0bvado.1.4.0.0.3.0"><span data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.1.5"><div class="gs-u-box-size newsround-more-stories__wrapper" data-reactid=".1h3jf0bvado.1.5.0"><div class="newsround-more-stories__stories" style="height:478px;" data-reactid=".1h3jf0bvado.1.5.0.1"><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".1h3jf0bvado.1.5.0.1.$59943967"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-1" data-reactid=".1h3jf0bvado.1.5.0.1.$59943967.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/59943967" class="newsround-promo__content newsround-promo__content--white" data-reactid=".1h3jf0bvado.1.5.0.1.$59943967.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.5.0.1.$59943967.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59943967.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/9C4F/production/_122651004_warnerbros.jpg" alt="scene from hogwarts legacy" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59943967.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.5.0.1.$59943967.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.5.0.1.$59943967.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.5.0.1.$59943967.0.0.1.0">Which games should you look out for in 2022?</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.5.0.1.$59943967.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.5.0.1.$59943967.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.5.0.1.$59943967.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.5.0.1.$59943967.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59943967.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.5.0.1.$59943967.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.5.0.1.$59943967.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-01-15T10:58:01+00:00" data-datetime="1 day ago" data-reactid=".1h3jf0bvado.1.5.0.1.$59943967.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.5.0.1.$59943967.0.0.1.2.0.0.1.0">1 day ago</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.5.0.1.$59943967.0.0.1.2.0.0.1.1">1 day ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.5.0.1.$59943967.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.5.0.1.$59943967.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59943967.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.5.0.1.$59943967.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.5.0.1.$59943967.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.5.0.1.$59943967.0.0.1.2.1.1">79</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".1h3jf0bvado.1.5.0.1.$59996623"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-2" data-reactid=".1h3jf0bvado.1.5.0.1.$59996623.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/59996623" class="newsround-promo__content newsround-promo__content--white" data-reactid=".1h3jf0bvado.1.5.0.1.$59996623.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.5.0.1.$59996623.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59996623.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/7A8C/production/_122727313_nrgrad_8.jpg" alt="spiderman comic" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59996623.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.5.0.1.$59996623.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.5.0.1.$59996623.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.5.0.1.$59996623.0.0.1.0">Spider-Man comic page sells for record price!</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.5.0.1.$59996623.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.5.0.1.$59996623.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.5.0.1.$59996623.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.5.0.1.$59996623.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59996623.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.5.0.1.$59996623.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.5.0.1.$59996623.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-01-15T11:51:30+00:00" data-datetime="23 hours ago" data-reactid=".1h3jf0bvado.1.5.0.1.$59996623.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.5.0.1.$59996623.0.0.1.2.0.0.1.0">23 hours ago</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.5.0.1.$59996623.0.0.1.2.0.0.1.1">23 hours ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.5.0.1.$59996623.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.5.0.1.$59996623.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59996623.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.5.0.1.$59996623.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.5.0.1.$59996623.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.5.0.1.$59996623.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=".1h3jf0bvado.1.5.0.1.$59957320"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-3" data-reactid=".1h3jf0bvado.1.5.0.1.$59957320.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/59957320" class="newsround-promo__content newsround-promo__content--white" data-reactid=".1h3jf0bvado.1.5.0.1.$59957320.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.5.0.1.$59957320.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59957320.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/17B8/production/_122727060_capture2.jpg" alt="Fast telescope" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59957320.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.5.0.1.$59957320.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.5.0.1.$59957320.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.5.0.1.$59957320.0.0.1.0">Study finds stars are forming quicker than previously thought</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.5.0.1.$59957320.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.5.0.1.$59957320.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.5.0.1.$59957320.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.5.0.1.$59957320.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59957320.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.5.0.1.$59957320.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.5.0.1.$59957320.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-01-15T11:02:21+00:00" data-datetime="1 day ago" data-reactid=".1h3jf0bvado.1.5.0.1.$59957320.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.5.0.1.$59957320.0.0.1.2.0.0.1.0">1 day ago</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.5.0.1.$59957320.0.0.1.2.0.0.1.1">1 day ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.5.0.1.$59957320.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.5.0.1.$59957320.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59957320.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.5.0.1.$59957320.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.5.0.1.$59957320.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.5.0.1.$59957320.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=".1h3jf0bvado.1.5.0.1.$60007142"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-4" data-reactid=".1h3jf0bvado.1.5.0.1.$60007142.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/60007142" class="newsround-promo__content newsround-promo__content--white" data-reactid=".1h3jf0bvado.1.5.0.1.$60007142.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.5.0.1.$60007142.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.5.0.1.$60007142.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/C3F2/production/_122726105_mediaitem119574050.jpg" alt="Zara Rutherford in the cockpit of her plane" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.5.0.1.$60007142.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.5.0.1.$60007142.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.5.0.1.$60007142.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.5.0.1.$60007142.0.0.1.0">Teen pilot set to complete historic solo world flight</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.5.0.1.$60007142.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.5.0.1.$60007142.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.5.0.1.$60007142.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.5.0.1.$60007142.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$60007142.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.5.0.1.$60007142.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.5.0.1.$60007142.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-01-15T10:20:51+00:00" data-datetime="1 day ago" data-reactid=".1h3jf0bvado.1.5.0.1.$60007142.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.5.0.1.$60007142.0.0.1.2.0.0.1.0">1 day ago</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.5.0.1.$60007142.0.0.1.2.0.0.1.1">1 day ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.5.0.1.$60007142.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.5.0.1.$60007142.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$60007142.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.5.0.1.$60007142.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.5.0.1.$60007142.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.5.0.1.$60007142.0.0.1.2.1.1">14</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".1h3jf0bvado.1.5.0.1.$59992094"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-5" data-reactid=".1h3jf0bvado.1.5.0.1.$59992094.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/59992094" class="newsround-promo__content newsround-promo__content--white" data-reactid=".1h3jf0bvado.1.5.0.1.$59992094.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.5.0.1.$59992094.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59992094.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/71AF/production/_122530192_23101663741_252f49b47b_o.jpg" alt="Parkrun in Wales" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59992094.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.5.0.1.$59992094.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.5.0.1.$59992094.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.5.0.1.$59992094.0.0.1.0">Wales eases Covid rules</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.5.0.1.$59992094.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.5.0.1.$59992094.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.5.0.1.$59992094.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.5.0.1.$59992094.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59992094.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.5.0.1.$59992094.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.5.0.1.$59992094.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-01-15T08:05:59+00:00" data-datetime="1 day ago" data-reactid=".1h3jf0bvado.1.5.0.1.$59992094.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.5.0.1.$59992094.0.0.1.2.0.0.1.0">1 day ago</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.5.0.1.$59992094.0.0.1.2.0.0.1.1">1 day ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.5.0.1.$59992094.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.5.0.1.$59992094.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59992094.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.5.0.1.$59992094.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.5.0.1.$59992094.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.5.0.1.$59992094.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=".1h3jf0bvado.1.5.0.1.$59966129"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-6" data-reactid=".1h3jf0bvado.1.5.0.1.$59966129.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/59966129" class="newsround-promo__content newsround-promo__content--white" data-reactid=".1h3jf0bvado.1.5.0.1.$59966129.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.5.0.1.$59966129.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59966129.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/14CDA/production/_122701258_55a3de5f-6387-4d4f-a715-0b59d34743b3.jpg" alt="Boris Johnson at a Downing Street briefing" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59966129.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.5.0.1.$59966129.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.5.0.1.$59966129.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.5.0.1.$59966129.0.0.1.0">Downing Street apologises to Queen over lockdown parties</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.5.0.1.$59966129.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.5.0.1.$59966129.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.5.0.1.$59966129.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.5.0.1.$59966129.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59966129.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.5.0.1.$59966129.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.5.0.1.$59966129.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-01-15T10:15:40+00:00" data-datetime="1 day ago" data-reactid=".1h3jf0bvado.1.5.0.1.$59966129.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.5.0.1.$59966129.0.0.1.2.0.0.1.0">1 day ago</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.5.0.1.$59966129.0.0.1.2.0.0.1.1">1 day ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.5.0.1.$59966129.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.5.0.1.$59966129.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59966129.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.5.0.1.$59966129.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.5.0.1.$59966129.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.5.0.1.$59966129.0.0.1.2.1.1">226</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".1h3jf0bvado.1.5.0.1.$51318780"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-7" data-reactid=".1h3jf0bvado.1.5.0.1.$51318780.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/51318780" class="newsround-promo__content newsround-promo__content--white" data-reactid=".1h3jf0bvado.1.5.0.1.$51318780.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.5.0.1.$51318780.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.5.0.1.$51318780.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/1AFE/production/_122701960_cover.jpg" alt="robot" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.5.0.1.$51318780.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.5.0.1.$51318780.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.5.0.1.$51318780.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.5.0.1.$51318780.0.0.1.0">Quiz: Have you been following this week&#x27;s news?</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.5.0.1.$51318780.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.5.0.1.$51318780.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.5.0.1.$51318780.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.5.0.1.$51318780.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$51318780.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.5.0.1.$51318780.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.5.0.1.$51318780.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2022-01-15T10:21:29+00:00" data-datetime="1 day ago" data-reactid=".1h3jf0bvado.1.5.0.1.$51318780.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.5.0.1.$51318780.0.0.1.2.0.0.1.0">1 day ago</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.5.0.1.$51318780.0.0.1.2.0.0.1.1">1 day ago</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".1h3jf0bvado.1.5.0.1.$38666238"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-8" data-reactid=".1h3jf0bvado.1.5.0.1.$38666238.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/38666238" class="newsround-promo__content newsround-promo__content--white" data-reactid=".1h3jf0bvado.1.5.0.1.$38666238.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.5.0.1.$38666238.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.5.0.1.$38666238.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/5653/production/_122699022_gretaandthefrog.jpg" alt="Greta Thunberg and Frog." class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.5.0.1.$38666238.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--white" data-reactid=".1h3jf0bvado.1.5.0.1.$38666238.0.0.0.1"><div class="gel-icon gel-icon--image newsround-promo__icon" data-reactid=".1h3jf0bvado.1.5.0.1.$38666238.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$38666238.0.0.0.1.0.0"><title data-reactid=".1h3jf0bvado.1.5.0.1.$38666238.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=".1h3jf0bvado.1.5.0.1.$38666238.0.0.0.1.0.0.1"></path><circle cx="20" cy="17" r="5.5" data-reactid=".1h3jf0bvado.1.5.0.1.$38666238.0.0.0.1.0.0.2"></circle></svg></div><span class="duration" data-reactid=".1h3jf0bvado.1.5.0.1.$38666238.0.0.0.1.1"></span></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.5.0.1.$38666238.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.5.0.1.$38666238.0.0.1.0">Frog named after Greta Thunberg</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.5.0.1.$38666238.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.5.0.1.$38666238.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.5.0.1.$38666238.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.5.0.1.$38666238.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$38666238.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.5.0.1.$38666238.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.5.0.1.$38666238.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-01-14T08:48:52+00:00" data-datetime="2 days ago" data-reactid=".1h3jf0bvado.1.5.0.1.$38666238.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.5.0.1.$38666238.0.0.1.2.0.0.1.0">2 days ago</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.5.0.1.$38666238.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=".1h3jf0bvado.1.5.0.1.$59997204"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-9" data-reactid=".1h3jf0bvado.1.5.0.1.$59997204.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/59997204" class="newsround-promo__content newsround-promo__content--white" data-reactid=".1h3jf0bvado.1.5.0.1.$59997204.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.5.0.1.$59997204.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59997204.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/1084D/production/_122716676_36d375a0-c138-41c6-9924-898aaaea10d7.jpg" alt="Sammy the Lab" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59997204.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.5.0.1.$59997204.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.5.0.1.$59997204.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.5.0.1.$59997204.0.0.1.0">Dog rescued from collapsed house after six days</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.5.0.1.$59997204.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.5.0.1.$59997204.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.5.0.1.$59997204.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.5.0.1.$59997204.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59997204.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.5.0.1.$59997204.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.5.0.1.$59997204.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-01-14T15:32:57+00:00" data-datetime="1 day ago" data-reactid=".1h3jf0bvado.1.5.0.1.$59997204.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.5.0.1.$59997204.0.0.1.2.0.0.1.0">1 day ago</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.5.0.1.$59997204.0.0.1.2.0.0.1.1">1 day ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.5.0.1.$59997204.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.5.0.1.$59997204.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59997204.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.5.0.1.$59997204.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.5.0.1.$59997204.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.5.0.1.$59997204.0.0.1.2.1.1">9</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".1h3jf0bvado.1.5.0.1.$59992509"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-10" data-reactid=".1h3jf0bvado.1.5.0.1.$59992509.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/59992509" class="newsround-promo__content newsround-promo__content--white" data-reactid=".1h3jf0bvado.1.5.0.1.$59992509.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.5.0.1.$59992509.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59992509.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/16527/production/_122713419_twoturtles.jpg" alt="Green and loggerhead turtles" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59992509.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.5.0.1.$59992509.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.5.0.1.$59992509.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.5.0.1.$59992509.0.0.1.0">Turtles swim home after being rescued in Argentina</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.5.0.1.$59992509.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.5.0.1.$59992509.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.5.0.1.$59992509.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.5.0.1.$59992509.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59992509.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.5.0.1.$59992509.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.5.0.1.$59992509.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-01-14T11:26:51+00:00" data-datetime="1 day ago" data-reactid=".1h3jf0bvado.1.5.0.1.$59992509.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.5.0.1.$59992509.0.0.1.2.0.0.1.0">1 day ago</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.5.0.1.$59992509.0.0.1.2.0.0.1.1">1 day ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.5.0.1.$59992509.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.5.0.1.$59992509.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59992509.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.5.0.1.$59992509.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.5.0.1.$59992509.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.5.0.1.$59992509.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=".1h3jf0bvado.1.5.0.1.$59992091"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-11" data-reactid=".1h3jf0bvado.1.5.0.1.$59992091.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/59992091" class="newsround-promo__content newsround-promo__content--white" data-reactid=".1h3jf0bvado.1.5.0.1.$59992091.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.5.0.1.$59992091.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59992091.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/14065/production/_122712028_ndgetty.jpg" alt="Novak Djokovic" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59992091.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.5.0.1.$59992091.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.5.0.1.$59992091.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.5.0.1.$59992091.0.0.1.0">Australia cancels Djokovic&#x27;s permission to stay... again</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.5.0.1.$59992091.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.5.0.1.$59992091.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.5.0.1.$59992091.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.5.0.1.$59992091.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59992091.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.5.0.1.$59992091.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.5.0.1.$59992091.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-01-14T08:40:10+00:00" data-datetime="2 days ago" data-reactid=".1h3jf0bvado.1.5.0.1.$59992091.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.5.0.1.$59992091.0.0.1.2.0.0.1.0">2 days ago</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.5.0.1.$59992091.0.0.1.2.0.0.1.1">2 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.5.0.1.$59992091.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.5.0.1.$59992091.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59992091.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.5.0.1.$59992091.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.5.0.1.$59992091.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.5.0.1.$59992091.0.0.1.2.1.1">8</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".1h3jf0bvado.1.5.0.1.$59986188"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-12" data-reactid=".1h3jf0bvado.1.5.0.1.$59986188.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/59986188" class="newsround-promo__content newsround-promo__content--white" data-reactid=".1h3jf0bvado.1.5.0.1.$59986188.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.5.0.1.$59986188.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59986188.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/5F15/production/_122714342_salah.jpg" alt="Mohamed Salah" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59986188.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.5.0.1.$59986188.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.5.0.1.$59986188.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.5.0.1.$59986188.0.0.1.0">What&#x27;s happened this week at the Africa Cup of Nations?</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.5.0.1.$59986188.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.5.0.1.$59986188.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.5.0.1.$59986188.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.5.0.1.$59986188.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59986188.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.5.0.1.$59986188.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.5.0.1.$59986188.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-01-14T07:28:04+00:00" data-datetime="2 days ago" data-reactid=".1h3jf0bvado.1.5.0.1.$59986188.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.5.0.1.$59986188.0.0.1.2.0.0.1.0">2 days ago</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.5.0.1.$59986188.0.0.1.2.0.0.1.1">2 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.5.0.1.$59986188.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.5.0.1.$59986188.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59986188.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.5.0.1.$59986188.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.5.0.1.$59986188.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.5.0.1.$59986188.0.0.1.2.1.1">9</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".1h3jf0bvado.1.5.0.1.$59992003"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-13" data-reactid=".1h3jf0bvado.1.5.0.1.$59992003.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/59992003" class="newsround-promo__content newsround-promo__content--white" data-reactid=".1h3jf0bvado.1.5.0.1.$59992003.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.5.0.1.$59992003.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59992003.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/6B2F/production/_122593472_gettyimages-1362540545.jpg" alt="boy having his nose swabbed for a lateral flow test" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59992003.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.5.0.1.$59992003.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.5.0.1.$59992003.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.5.0.1.$59992003.0.0.1.0">Covid isolation in England can end on day six</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.5.0.1.$59992003.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.5.0.1.$59992003.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.5.0.1.$59992003.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.5.0.1.$59992003.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59992003.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.5.0.1.$59992003.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.5.0.1.$59992003.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-01-14T09:19:22+00:00" data-datetime="2 days ago" data-reactid=".1h3jf0bvado.1.5.0.1.$59992003.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.5.0.1.$59992003.0.0.1.2.0.0.1.0">2 days ago</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.5.0.1.$59992003.0.0.1.2.0.0.1.1">2 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.5.0.1.$59992003.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.5.0.1.$59992003.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59992003.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.5.0.1.$59992003.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.5.0.1.$59992003.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.5.0.1.$59992003.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=".1h3jf0bvado.1.5.0.1.$59987334"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-14" data-reactid=".1h3jf0bvado.1.5.0.1.$59987334.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/59987334" class="newsround-promo__content newsround-promo__content--white" data-reactid=".1h3jf0bvado.1.5.0.1.$59987334.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.5.0.1.$59987334.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59987334.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/11315/production/_122712407_p0bh36hk.jpg" alt="Sarah Makin and Shanequa with plants" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59987334.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--white newsround-promo__promolabel--duration" data-reactid=".1h3jf0bvado.1.5.0.1.$59987334.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".1h3jf0bvado.1.5.0.1.$59987334.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59987334.0.0.0.1.0.0"><title data-reactid=".1h3jf0bvado.1.5.0.1.$59987334.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".1h3jf0bvado.1.5.0.1.$59987334.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".1h3jf0bvado.1.5.0.1.$59987334.0.0.0.1.1">2:01</span></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.5.0.1.$59987334.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.5.0.1.$59987334.0.0.1.0">Top tips on looking after your houseplants</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.5.0.1.$59987334.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.5.0.1.$59987334.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.5.0.1.$59987334.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.5.0.1.$59987334.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59987334.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.5.0.1.$59987334.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.5.0.1.$59987334.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-01-14T07:54:53+00:00" data-datetime="2 days ago" data-reactid=".1h3jf0bvado.1.5.0.1.$59987334.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.5.0.1.$59987334.0.0.1.2.0.0.1.0">2 days ago</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.5.0.1.$59987334.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=".1h3jf0bvado.1.5.0.1.$51836693"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-15" data-reactid=".1h3jf0bvado.1.5.0.1.$51836693.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/51836693" class="newsround-promo__content newsround-promo__content--white" data-reactid=".1h3jf0bvado.1.5.0.1.$51836693.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.5.0.1.$51836693.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.5.0.1.$51836693.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/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=".1h3jf0bvado.1.5.0.1.$51836693.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.5.0.1.$51836693.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.5.0.1.$51836693.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.5.0.1.$51836693.0.0.1.0">Newsround: Today’s top headlines and new words of the day</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.5.0.1.$51836693.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.5.0.1.$51836693.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.5.0.1.$51836693.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.5.0.1.$51836693.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.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-01-14T08:49:26+00:00" data-datetime="2 days ago" data-reactid=".1h3jf0bvado.1.5.0.1.$51836693.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.5.0.1.$51836693.0.0.1.2.0.0.1.0">2 days ago</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.5.0.1.$51836693.0.0.1.2.0.0.1.1">2 days ago</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".1h3jf0bvado.1.5.0.1.$59967178"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-16" data-reactid=".1h3jf0bvado.1.5.0.1.$59967178.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/59967178" class="newsround-promo__content newsround-promo__content--white" data-reactid=".1h3jf0bvado.1.5.0.1.$59967178.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.5.0.1.$59967178.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59967178.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/3B2D/production/_122694151_forestroaddrivingfish-1.jpg" alt="Mocked up picture of a goldfish 'driving' a car" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59967178.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.5.0.1.$59967178.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.5.0.1.$59967178.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.5.0.1.$59967178.0.0.1.0">Meet the goldfish that can drive!</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.5.0.1.$59967178.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.5.0.1.$59967178.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.5.0.1.$59967178.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.5.0.1.$59967178.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59967178.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.5.0.1.$59967178.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.5.0.1.$59967178.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-01-13T07:06:00+00:00" data-datetime="3 days ago" data-reactid=".1h3jf0bvado.1.5.0.1.$59967178.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.5.0.1.$59967178.0.0.1.2.0.0.1.0">3 days ago</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.5.0.1.$59967178.0.0.1.2.0.0.1.1">3 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.5.0.1.$59967178.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.5.0.1.$59967178.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59967178.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.5.0.1.$59967178.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.5.0.1.$59967178.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.5.0.1.$59967178.0.0.1.2.1.1">65</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".1h3jf0bvado.1.5.0.1.$59965493"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-17" data-reactid=".1h3jf0bvado.1.5.0.1.$59965493.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/59965493" class="newsround-promo__content newsround-promo__content--white" data-reactid=".1h3jf0bvado.1.5.0.1.$59965493.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.5.0.1.$59965493.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59965493.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/42A3/production/_122695071_castlepic.png" alt="man and castle" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59965493.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.5.0.1.$59965493.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.5.0.1.$59965493.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.5.0.1.$59965493.0.0.1.0">Why did this man build a castle?</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.5.0.1.$59965493.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.5.0.1.$59965493.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.5.0.1.$59965493.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.5.0.1.$59965493.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59965493.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.5.0.1.$59965493.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.5.0.1.$59965493.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-01-13T07:27:22+00:00" data-datetime="3 days ago" data-reactid=".1h3jf0bvado.1.5.0.1.$59965493.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.5.0.1.$59965493.0.0.1.2.0.0.1.0">3 days ago</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.5.0.1.$59965493.0.0.1.2.0.0.1.1">3 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.5.0.1.$59965493.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.5.0.1.$59965493.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59965493.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.5.0.1.$59965493.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.5.0.1.$59965493.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.5.0.1.$59965493.0.0.1.2.1.1">8</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".1h3jf0bvado.1.5.0.1.$59977306"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-18" data-reactid=".1h3jf0bvado.1.5.0.1.$59977306.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/59977306" class="newsround-promo__content newsround-promo__content--white" data-reactid=".1h3jf0bvado.1.5.0.1.$59977306.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.5.0.1.$59977306.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59977306.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/136E1/production/_122658597_cdf_211121_waleswomen_v_canadawomen66.jpg" alt="Siwan Lillicrap" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59977306.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.5.0.1.$59977306.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.5.0.1.$59977306.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.5.0.1.$59977306.0.0.1.0">Welsh women&#x27;s rugby team make history with first professional players</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.5.0.1.$59977306.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.5.0.1.$59977306.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.5.0.1.$59977306.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.5.0.1.$59977306.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59977306.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.5.0.1.$59977306.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.5.0.1.$59977306.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-01-13T08:55:31+00:00" data-datetime="3 days ago" data-reactid=".1h3jf0bvado.1.5.0.1.$59977306.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.5.0.1.$59977306.0.0.1.2.0.0.1.0">3 days ago</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.5.0.1.$59977306.0.0.1.2.0.0.1.1">3 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.5.0.1.$59977306.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.5.0.1.$59977306.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59977306.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.5.0.1.$59977306.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.5.0.1.$59977306.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.5.0.1.$59977306.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=".1h3jf0bvado.1.5.0.1.$59976935"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-19" data-reactid=".1h3jf0bvado.1.5.0.1.$59976935.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/59976935" class="newsround-promo__content newsround-promo__content--white" data-reactid=".1h3jf0bvado.1.5.0.1.$59976935.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.5.0.1.$59976935.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59976935.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/15D69/production/_122694498_gettyimages-103116692.jpg" alt="bottles in river." class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59976935.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.5.0.1.$59976935.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.5.0.1.$59976935.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.5.0.1.$59976935.0.0.1.0">All English rivers are polluted, say MPs</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.5.0.1.$59976935.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.5.0.1.$59976935.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.5.0.1.$59976935.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.5.0.1.$59976935.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59976935.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.5.0.1.$59976935.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.5.0.1.$59976935.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-01-13T08:13:38+00:00" data-datetime="3 days ago" data-reactid=".1h3jf0bvado.1.5.0.1.$59976935.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.5.0.1.$59976935.0.0.1.2.0.0.1.0">3 days ago</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.5.0.1.$59976935.0.0.1.2.0.0.1.1">3 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.5.0.1.$59976935.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.5.0.1.$59976935.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59976935.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.5.0.1.$59976935.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.5.0.1.$59976935.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.5.0.1.$59976935.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=".1h3jf0bvado.1.5.0.1.$59967185"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-20" data-reactid=".1h3jf0bvado.1.5.0.1.$59967185.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/59967185" class="newsround-promo__content newsround-promo__content--white" data-reactid=".1h3jf0bvado.1.5.0.1.$59967185.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.5.0.1.$59967185.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59967185.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/B2BD/production/_122675754_boris2reuters.jpg" alt="Boris Johnson speaking in Parliament" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59967185.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.5.0.1.$59967185.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.5.0.1.$59967185.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.5.0.1.$59967185.0.0.1.0">Boris Johnson apologises over attending lockdown party</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.5.0.1.$59967185.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.5.0.1.$59967185.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.5.0.1.$59967185.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.5.0.1.$59967185.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59967185.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.5.0.1.$59967185.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.5.0.1.$59967185.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-01-13T09:11:28+00:00" data-datetime="3 days ago" data-reactid=".1h3jf0bvado.1.5.0.1.$59967185.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.5.0.1.$59967185.0.0.1.2.0.0.1.0">3 days ago</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.5.0.1.$59967185.0.0.1.2.0.0.1.1">3 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.5.0.1.$59967185.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.5.0.1.$59967185.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59967185.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.5.0.1.$59967185.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.5.0.1.$59967185.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.5.0.1.$59967185.0.0.1.2.1.1">308</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".1h3jf0bvado.1.5.0.1.$59905616"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-21" data-reactid=".1h3jf0bvado.1.5.0.1.$59905616.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/59905616" class="newsround-promo__content newsround-promo__content--white" data-reactid=".1h3jf0bvado.1.5.0.1.$59905616.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.5.0.1.$59905616.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59905616.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/149C5/production/_122612448_gettyimages-500860283-1.jpg" alt="boys playing" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59905616.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.5.0.1.$59905616.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.5.0.1.$59905616.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.5.0.1.$59905616.0.0.1.0">What are you looking forward to in 2022?</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.5.0.1.$59905616.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.5.0.1.$59905616.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.5.0.1.$59905616.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.5.0.1.$59905616.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59905616.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.5.0.1.$59905616.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.5.0.1.$59905616.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-01-13T07:03:20+00:00" data-datetime="3 days ago" data-reactid=".1h3jf0bvado.1.5.0.1.$59905616.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.5.0.1.$59905616.0.0.1.2.0.0.1.0">3 days ago</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.5.0.1.$59905616.0.0.1.2.0.0.1.1">3 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.5.0.1.$59905616.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.5.0.1.$59905616.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59905616.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.5.0.1.$59905616.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.5.0.1.$59905616.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.5.0.1.$59905616.0.0.1.2.1.1">130</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".1h3jf0bvado.1.5.0.1.$59964633"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-22" data-reactid=".1h3jf0bvado.1.5.0.1.$59964633.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/59964633" class="newsround-promo__content newsround-promo__content--white" data-reactid=".1h3jf0bvado.1.5.0.1.$59964633.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.5.0.1.$59964633.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59964633.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/471F/production/_122670281_nrsolid_teal.jpg" alt="hand holds a white playstation 5 controller with a plastic modfication added to the left joy stick" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59964633.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.5.0.1.$59964633.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.5.0.1.$59964633.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.5.0.1.$59964633.0.0.1.0">YouTuber designs one-handed PS controller mod</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.5.0.1.$59964633.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.5.0.1.$59964633.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.5.0.1.$59964633.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.5.0.1.$59964633.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59964633.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.5.0.1.$59964633.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.5.0.1.$59964633.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-01-13T06:50:55+00:00" data-datetime="3 days ago" data-reactid=".1h3jf0bvado.1.5.0.1.$59964633.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.5.0.1.$59964633.0.0.1.2.0.0.1.0">3 days ago</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.5.0.1.$59964633.0.0.1.2.0.0.1.1">3 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.5.0.1.$59964633.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.5.0.1.$59964633.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59964633.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.5.0.1.$59964633.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.5.0.1.$59964633.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.5.0.1.$59964633.0.0.1.2.1.1">10</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".1h3jf0bvado.1.5.0.1.$59971332"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-23" data-reactid=".1h3jf0bvado.1.5.0.1.$59971332.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/59971332" class="newsround-promo__content newsround-promo__content--white" data-reactid=".1h3jf0bvado.1.5.0.1.$59971332.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.5.0.1.$59971332.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59971332.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/4E63/production/_122676002_guidedogslargelitteredit_03.jpg" alt="The 16 puppies" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59971332.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.5.0.1.$59971332.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.5.0.1.$59971332.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.5.0.1.$59971332.0.0.1.0">Guide dog gives birth to an incredible 16 pups!</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.5.0.1.$59971332.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.5.0.1.$59971332.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.5.0.1.$59971332.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.5.0.1.$59971332.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59971332.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.5.0.1.$59971332.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.5.0.1.$59971332.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-01-13T07:17:28+00:00" data-datetime="3 days ago" data-reactid=".1h3jf0bvado.1.5.0.1.$59971332.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.5.0.1.$59971332.0.0.1.2.0.0.1.0">3 days ago</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.5.0.1.$59971332.0.0.1.2.0.0.1.1">3 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.5.0.1.$59971332.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.5.0.1.$59971332.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59971332.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.5.0.1.$59971332.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.5.0.1.$59971332.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.5.0.1.$59971332.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=".1h3jf0bvado.1.5.0.1.$59963475"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-24" data-reactid=".1h3jf0bvado.1.5.0.1.$59963475.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/59963475" class="newsround-promo__content newsround-promo__content--white" data-reactid=".1h3jf0bvado.1.5.0.1.$59963475.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.5.0.1.$59963475.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59963475.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/3710/production/_122669041_d152c08a-1362-4959-a09e-0b30c17af238.jpg" alt="An artists impression of an asteroid near Earth" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59963475.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.5.0.1.$59963475.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.5.0.1.$59963475.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.5.0.1.$59963475.0.0.1.0">Closest asteroid for next 200 years to pass Earth</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.5.0.1.$59963475.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.5.0.1.$59963475.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.5.0.1.$59963475.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.5.0.1.$59963475.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59963475.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.5.0.1.$59963475.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.5.0.1.$59963475.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-01-12T10:35:45+00:00" data-datetime="4 days ago" data-reactid=".1h3jf0bvado.1.5.0.1.$59963475.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.5.0.1.$59963475.0.0.1.2.0.0.1.0">4 days ago</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.5.0.1.$59963475.0.0.1.2.0.0.1.1">4 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.5.0.1.$59963475.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.5.0.1.$59963475.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59963475.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.5.0.1.$59963475.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.5.0.1.$59963475.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.5.0.1.$59963475.0.0.1.2.1.1">37</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".1h3jf0bvado.1.5.0.1.$59906757"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-25" data-reactid=".1h3jf0bvado.1.5.0.1.$59906757.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/59906757" class="newsround-promo__content newsround-promo__content--white" data-reactid=".1h3jf0bvado.1.5.0.1.$59906757.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.5.0.1.$59906757.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59906757.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/117E7/production/_122655617_gettyimages-458848303.jpg" alt="girl pets a rabbit" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59906757.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.5.0.1.$59906757.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.5.0.1.$59906757.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.5.0.1.$59906757.0.0.1.0">Does your school let you learn with animals?</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.5.0.1.$59906757.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.5.0.1.$59906757.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.5.0.1.$59906757.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.5.0.1.$59906757.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59906757.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.5.0.1.$59906757.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.5.0.1.$59906757.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-01-12T07:36:53+00:00" data-datetime="4 days ago" data-reactid=".1h3jf0bvado.1.5.0.1.$59906757.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.5.0.1.$59906757.0.0.1.2.0.0.1.0">4 days ago</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.5.0.1.$59906757.0.0.1.2.0.0.1.1">4 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.5.0.1.$59906757.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.5.0.1.$59906757.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59906757.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.5.0.1.$59906757.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.5.0.1.$59906757.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.5.0.1.$59906757.0.0.1.2.1.1">111</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".1h3jf0bvado.1.5.0.1.$59963201"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-26" data-reactid=".1h3jf0bvado.1.5.0.1.$59963201.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/59963201" class="newsround-promo__content newsround-promo__content--white" data-reactid=".1h3jf0bvado.1.5.0.1.$59963201.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.5.0.1.$59963201.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59963201.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/EF0C/production/_122669116_gettyimages-1231262958.jpg" alt="illustration of perseverance on mars" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59963201.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.5.0.1.$59963201.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.5.0.1.$59963201.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.5.0.1.$59963201.0.0.1.0">Mars robot &#x27;a bit unwell&#x27; after swallowing a pebble</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.5.0.1.$59963201.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.5.0.1.$59963201.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.5.0.1.$59963201.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.5.0.1.$59963201.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59963201.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.5.0.1.$59963201.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.5.0.1.$59963201.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-01-12T10:38:32+00:00" data-datetime="4 days ago" data-reactid=".1h3jf0bvado.1.5.0.1.$59963201.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.5.0.1.$59963201.0.0.1.2.0.0.1.0">4 days ago</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.5.0.1.$59963201.0.0.1.2.0.0.1.1">4 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.5.0.1.$59963201.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.5.0.1.$59963201.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59963201.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.5.0.1.$59963201.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.5.0.1.$59963201.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.5.0.1.$59963201.0.0.1.2.1.1">10</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".1h3jf0bvado.1.5.0.1.$59962910"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-27" data-reactid=".1h3jf0bvado.1.5.0.1.$59962910.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/59962910" class="newsround-promo__content newsround-promo__content--white" data-reactid=".1h3jf0bvado.1.5.0.1.$59962910.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.5.0.1.$59962910.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59962910.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/14498/production/_122669038_13997553-ed7d-4757-b8b7-b9e730cc8345.jpg" alt="A small dog under a duvet" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59962910.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.5.0.1.$59962910.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.5.0.1.$59962910.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.5.0.1.$59962910.0.0.1.0">Animal shelter gets 100s of doggy duvet donations</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.5.0.1.$59962910.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.5.0.1.$59962910.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.5.0.1.$59962910.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.5.0.1.$59962910.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59962910.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.5.0.1.$59962910.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.5.0.1.$59962910.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-01-12T07:53:28+00:00" data-datetime="4 days ago" data-reactid=".1h3jf0bvado.1.5.0.1.$59962910.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.5.0.1.$59962910.0.0.1.2.0.0.1.0">4 days ago</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.5.0.1.$59962910.0.0.1.2.0.0.1.1">4 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.5.0.1.$59962910.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.5.0.1.$59962910.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59962910.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.5.0.1.$59962910.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.5.0.1.$59962910.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.5.0.1.$59962910.0.0.1.2.1.1">38</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".1h3jf0bvado.1.5.0.1.$59949341"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-28" data-reactid=".1h3jf0bvado.1.5.0.1.$59949341.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/59949341" class="newsround-promo__content newsround-promo__content--white" data-reactid=".1h3jf0bvado.1.5.0.1.$59949341.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.5.0.1.$59949341.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59949341.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/03DA/production/_122668900_nrsolid_purple.jpg" alt="bust" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59949341.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--white" data-reactid=".1h3jf0bvado.1.5.0.1.$59949341.0.0.0.1"><div class="gel-icon gel-icon--image newsround-promo__icon" data-reactid=".1h3jf0bvado.1.5.0.1.$59949341.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59949341.0.0.0.1.0.0"><title data-reactid=".1h3jf0bvado.1.5.0.1.$59949341.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=".1h3jf0bvado.1.5.0.1.$59949341.0.0.0.1.0.0.1"></path><circle cx="20" cy="17" r="5.5" data-reactid=".1h3jf0bvado.1.5.0.1.$59949341.0.0.0.1.0.0.2"></circle></svg></div><span class="duration" data-reactid=".1h3jf0bvado.1.5.0.1.$59949341.0.0.0.1.1"></span></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.5.0.1.$59949341.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.5.0.1.$59949341.0.0.1.0">Archaeologists&#x27; discover ancient Roman town in UK</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.5.0.1.$59949341.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.5.0.1.$59949341.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.5.0.1.$59949341.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.5.0.1.$59949341.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59949341.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.5.0.1.$59949341.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.5.0.1.$59949341.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-01-12T07:11:54+00:00" data-datetime="4 days ago" data-reactid=".1h3jf0bvado.1.5.0.1.$59949341.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.5.0.1.$59949341.0.0.1.2.0.0.1.0">4 days ago</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.5.0.1.$59949341.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--additional-top-stories" data-reactid=".1h3jf0bvado.1.5.0.1.$59964805"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-29" data-reactid=".1h3jf0bvado.1.5.0.1.$59964805.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/59964805" class="newsround-promo__content newsround-promo__content--white" data-reactid=".1h3jf0bvado.1.5.0.1.$59964805.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.5.0.1.$59964805.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59964805.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/E175/production/_122671775_7e8a9e27-f05f-4829-9d96-34b15eeeb401.jpg" alt="Loggerhead turtle" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59964805.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.5.0.1.$59964805.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.5.0.1.$59964805.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.5.0.1.$59964805.0.0.1.0">Huge coral reef in Bangladesh to get extra protection</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.5.0.1.$59964805.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.5.0.1.$59964805.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.5.0.1.$59964805.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.5.0.1.$59964805.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59964805.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.5.0.1.$59964805.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.5.0.1.$59964805.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-01-12T13:30:10+00:00" data-datetime="3 days ago" data-reactid=".1h3jf0bvado.1.5.0.1.$59964805.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.5.0.1.$59964805.0.0.1.2.0.0.1.0">3 days ago</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.5.0.1.$59964805.0.0.1.2.0.0.1.1">3 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.5.0.1.$59964805.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.5.0.1.$59964805.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59964805.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.5.0.1.$59964805.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.5.0.1.$59964805.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.5.0.1.$59964805.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=".1h3jf0bvado.1.5.0.1.$59950968"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-30" data-reactid=".1h3jf0bvado.1.5.0.1.$59950968.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/59950968" class="newsround-promo__content newsround-promo__content--white" data-reactid=".1h3jf0bvado.1.5.0.1.$59950968.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.5.0.1.$59950968.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59950968.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/17D13/production/_122655579_372efee0-4eec-4809-895d-edc16a812497-1.jpg" alt="Encanto poster" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59950968.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.5.0.1.$59950968.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.5.0.1.$59950968.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.5.0.1.$59950968.0.0.1.0">Which film do you think should be an award-winner?</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.5.0.1.$59950968.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.5.0.1.$59950968.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.5.0.1.$59950968.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.5.0.1.$59950968.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59950968.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.5.0.1.$59950968.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.5.0.1.$59950968.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-01-11T13:18:06+00:00" data-datetime="4 days ago" data-reactid=".1h3jf0bvado.1.5.0.1.$59950968.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.5.0.1.$59950968.0.0.1.2.0.0.1.0">4 days ago</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.5.0.1.$59950968.0.0.1.2.0.0.1.1">4 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.5.0.1.$59950968.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.5.0.1.$59950968.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59950968.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.5.0.1.$59950968.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.5.0.1.$59950968.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.5.0.1.$59950968.0.0.1.2.1.1">118</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".1h3jf0bvado.1.5.0.1.$59954696"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-31" data-reactid=".1h3jf0bvado.1.5.0.1.$59954696.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/59954696" class="newsround-promo__content newsround-promo__content--white" data-reactid=".1h3jf0bvado.1.5.0.1.$59954696.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.5.0.1.$59954696.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59954696.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/12486/production/_122668847_nrgrad_8.jpg" alt="Maya Angelou coin" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59954696.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.5.0.1.$59954696.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.5.0.1.$59954696.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.5.0.1.$59954696.0.0.1.0">Maya Angelou is first black woman on US quarter coin</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.5.0.1.$59954696.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.5.0.1.$59954696.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.5.0.1.$59954696.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.5.0.1.$59954696.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59954696.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.5.0.1.$59954696.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.5.0.1.$59954696.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-01-12T06:59:08+00:00" data-datetime="4 days ago" data-reactid=".1h3jf0bvado.1.5.0.1.$59954696.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.5.0.1.$59954696.0.0.1.2.0.0.1.0">4 days ago</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.5.0.1.$59954696.0.0.1.2.0.0.1.1">4 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.5.0.1.$59954696.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.5.0.1.$59954696.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59954696.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.5.0.1.$59954696.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.5.0.1.$59954696.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.5.0.1.$59954696.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=".1h3jf0bvado.1.5.0.1.$59957299"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-32" data-reactid=".1h3jf0bvado.1.5.0.1.$59957299.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/59957299" class="newsround-promo__content newsround-promo__content--white" data-reactid=".1h3jf0bvado.1.5.0.1.$59957299.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.5.0.1.$59957299.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59957299.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/C46D/production/_122658205_phonethumbnail.jpg" alt="Phones through the years" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59957299.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--white" data-reactid=".1h3jf0bvado.1.5.0.1.$59957299.0.0.0.1"><div class="gel-icon gel-icon--image newsround-promo__icon" data-reactid=".1h3jf0bvado.1.5.0.1.$59957299.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59957299.0.0.0.1.0.0"><title data-reactid=".1h3jf0bvado.1.5.0.1.$59957299.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=".1h3jf0bvado.1.5.0.1.$59957299.0.0.0.1.0.0.1"></path><circle cx="20" cy="17" r="5.5" data-reactid=".1h3jf0bvado.1.5.0.1.$59957299.0.0.0.1.0.0.2"></circle></svg></div><span class="duration" data-reactid=".1h3jf0bvado.1.5.0.1.$59957299.0.0.0.1.1"></span></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.5.0.1.$59957299.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.5.0.1.$59957299.0.0.1.0">How have mobile phones changed over the years?</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.5.0.1.$59957299.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.5.0.1.$59957299.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.5.0.1.$59957299.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.5.0.1.$59957299.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59957299.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.5.0.1.$59957299.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.5.0.1.$59957299.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-01-11T16:00:05+00:00" data-datetime="4 days ago" data-reactid=".1h3jf0bvado.1.5.0.1.$59957299.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.5.0.1.$59957299.0.0.1.2.0.0.1.0">4 days ago</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.5.0.1.$59957299.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--additional-top-stories" data-reactid=".1h3jf0bvado.1.5.0.1.$59955776"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-33" data-reactid=".1h3jf0bvado.1.5.0.1.$59955776.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/59955776" class="newsround-promo__content newsround-promo__content--white" data-reactid=".1h3jf0bvado.1.5.0.1.$59955776.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.5.0.1.$59955776.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59955776.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/B33E/production/_122668854_gettyimages-1166276404.jpg" alt="scotland fans" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59955776.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.5.0.1.$59955776.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.5.0.1.$59955776.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.5.0.1.$59955776.0.0.1.0">Scottish fans to return to stadiums next week</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.5.0.1.$59955776.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.5.0.1.$59955776.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.5.0.1.$59955776.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.5.0.1.$59955776.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59955776.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.5.0.1.$59955776.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.5.0.1.$59955776.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-01-12T07:04:09+00:00" data-datetime="4 days ago" data-reactid=".1h3jf0bvado.1.5.0.1.$59955776.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.5.0.1.$59955776.0.0.1.2.0.0.1.0">4 days ago</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.5.0.1.$59955776.0.0.1.2.0.0.1.1">4 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.5.0.1.$59955776.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.5.0.1.$59955776.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59955776.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.5.0.1.$59955776.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.5.0.1.$59955776.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.5.0.1.$59955776.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=".1h3jf0bvado.1.5.0.1.$59948959"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-34" data-reactid=".1h3jf0bvado.1.5.0.1.$59948959.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/59948959" class="newsround-promo__content newsround-promo__content--white" data-reactid=".1h3jf0bvado.1.5.0.1.$59948959.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.5.0.1.$59948959.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59948959.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/109AF/production/_122651086_gettyimages-1237247649.jpg" alt="Boris Johnson" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59948959.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.5.0.1.$59948959.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.5.0.1.$59948959.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.5.0.1.$59948959.0.0.1.0">Lockdown party problems continue for Prime Minister</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.5.0.1.$59948959.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.5.0.1.$59948959.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.5.0.1.$59948959.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.5.0.1.$59948959.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59948959.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.5.0.1.$59948959.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.5.0.1.$59948959.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-01-12T08:25:09+00:00" data-datetime="4 days ago" data-reactid=".1h3jf0bvado.1.5.0.1.$59948959.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.5.0.1.$59948959.0.0.1.2.0.0.1.0">4 days ago</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.5.0.1.$59948959.0.0.1.2.0.0.1.1">4 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.5.0.1.$59948959.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.5.0.1.$59948959.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59948959.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.5.0.1.$59948959.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.5.0.1.$59948959.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.5.0.1.$59948959.0.0.1.2.1.1">46</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".1h3jf0bvado.1.5.0.1.$59938558"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-35" data-reactid=".1h3jf0bvado.1.5.0.1.$59938558.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/59938558" class="newsround-promo__content newsround-promo__content--white" data-reactid=".1h3jf0bvado.1.5.0.1.$59938558.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.5.0.1.$59938558.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59938558.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/3DC7/production/_122651851_nrgrad_5.jpg" alt="jenny sniffing milk" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59938558.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.5.0.1.$59938558.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.5.0.1.$59938558.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.5.0.1.$59938558.0.0.1.0">What is the sniff test?</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.5.0.1.$59938558.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.5.0.1.$59938558.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.5.0.1.$59938558.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.5.0.1.$59938558.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59938558.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.5.0.1.$59938558.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.5.0.1.$59938558.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-01-11T08:05:26+00:00" data-datetime="5 days ago" data-reactid=".1h3jf0bvado.1.5.0.1.$59938558.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.5.0.1.$59938558.0.0.1.2.0.0.1.0">5 days ago</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.5.0.1.$59938558.0.0.1.2.0.0.1.1">5 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.5.0.1.$59938558.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.5.0.1.$59938558.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59938558.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.5.0.1.$59938558.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.5.0.1.$59938558.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.5.0.1.$59938558.0.0.1.2.1.1">43</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".1h3jf0bvado.1.5.0.1.$59939161"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-36" data-reactid=".1h3jf0bvado.1.5.0.1.$59939161.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/59939161" class="newsround-promo__content newsround-promo__content--white" data-reactid=".1h3jf0bvado.1.5.0.1.$59939161.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.5.0.1.$59939161.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59939161.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/14B26/production/_122647748_e87254c1-e926-431f-87be-52b0269e1f57.jpg" alt="A battenberg cake" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59939161.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.5.0.1.$59939161.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.5.0.1.$59939161.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.5.0.1.$59939161.0.0.1.0">Food inspired by royalty!</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.5.0.1.$59939161.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.5.0.1.$59939161.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.5.0.1.$59939161.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.5.0.1.$59939161.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59939161.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.5.0.1.$59939161.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.5.0.1.$59939161.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-01-11T08:43:51+00:00" data-datetime="5 days ago" data-reactid=".1h3jf0bvado.1.5.0.1.$59939161.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.5.0.1.$59939161.0.0.1.2.0.0.1.0">5 days ago</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.5.0.1.$59939161.0.0.1.2.0.0.1.1">5 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.5.0.1.$59939161.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.5.0.1.$59939161.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59939161.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.5.0.1.$59939161.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.5.0.1.$59939161.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.5.0.1.$59939161.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=".1h3jf0bvado.1.5.0.1.$59949336"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-37" data-reactid=".1h3jf0bvado.1.5.0.1.$59949336.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/59949336" class="newsround-promo__content newsround-promo__content--white" data-reactid=".1h3jf0bvado.1.5.0.1.$59949336.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.5.0.1.$59949336.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59949336.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/8BE7/production/_122651853_penguino.jpg" alt="penguin standing on a rock surrounded by ice" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59949336.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.5.0.1.$59949336.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.5.0.1.$59949336.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.5.0.1.$59949336.0.0.1.0">New species a &#x27;threat&#x27; to Antarctic life</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.5.0.1.$59949336.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.5.0.1.$59949336.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.5.0.1.$59949336.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.5.0.1.$59949336.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59949336.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.5.0.1.$59949336.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.5.0.1.$59949336.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-01-11T09:40:04+00:00" data-datetime="5 days ago" data-reactid=".1h3jf0bvado.1.5.0.1.$59949336.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.5.0.1.$59949336.0.0.1.2.0.0.1.0">5 days ago</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.5.0.1.$59949336.0.0.1.2.0.0.1.1">5 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.5.0.1.$59949336.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.5.0.1.$59949336.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59949336.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.5.0.1.$59949336.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.5.0.1.$59949336.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.5.0.1.$59949336.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=".1h3jf0bvado.1.5.0.1.$59940551"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-38" data-reactid=".1h3jf0bvado.1.5.0.1.$59940551.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/59940551" class="newsround-promo__content newsround-promo__content--white" data-reactid=".1h3jf0bvado.1.5.0.1.$59940551.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.5.0.1.$59940551.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59940551.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/D9A3/production/_122651755_gettyimages-163395478.jpg" alt="chimney emissions" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59940551.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.5.0.1.$59940551.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.5.0.1.$59940551.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.5.0.1.$59940551.0.0.1.0">Past seven years were the hottest ever recorded</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.5.0.1.$59940551.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.5.0.1.$59940551.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.5.0.1.$59940551.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.5.0.1.$59940551.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59940551.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.5.0.1.$59940551.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.5.0.1.$59940551.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-01-11T07:57:06+00:00" data-datetime="5 days ago" data-reactid=".1h3jf0bvado.1.5.0.1.$59940551.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.5.0.1.$59940551.0.0.1.2.0.0.1.0">5 days ago</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.5.0.1.$59940551.0.0.1.2.0.0.1.1">5 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.5.0.1.$59940551.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.5.0.1.$59940551.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59940551.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.5.0.1.$59940551.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.5.0.1.$59940551.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.5.0.1.$59940551.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=".1h3jf0bvado.1.5.0.1.$59934656"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-39" data-reactid=".1h3jf0bvado.1.5.0.1.$59934656.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/59934656" class="newsround-promo__content newsround-promo__content--white" data-reactid=".1h3jf0bvado.1.5.0.1.$59934656.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.5.0.1.$59934656.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59934656.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/FEB4/production/_122640256_ozoutback.jpg" alt="Australian outback" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59934656.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.5.0.1.$59934656.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.5.0.1.$59934656.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.5.0.1.$59934656.0.0.1.0">Was Australia once covered in rainforests?</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.5.0.1.$59934656.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.5.0.1.$59934656.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.5.0.1.$59934656.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.5.0.1.$59934656.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59934656.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.5.0.1.$59934656.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.5.0.1.$59934656.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-01-11T06:27:52+00:00" data-datetime="5 days ago" data-reactid=".1h3jf0bvado.1.5.0.1.$59934656.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.5.0.1.$59934656.0.0.1.2.0.0.1.0">5 days ago</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.5.0.1.$59934656.0.0.1.2.0.0.1.1">5 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.5.0.1.$59934656.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.5.0.1.$59934656.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59934656.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.5.0.1.$59934656.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.5.0.1.$59934656.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.5.0.1.$59934656.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=".1h3jf0bvado.1.5.0.1.$59909833"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-40" data-reactid=".1h3jf0bvado.1.5.0.1.$59909833.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/59909833" class="newsround-promo__content newsround-promo__content--white" data-reactid=".1h3jf0bvado.1.5.0.1.$59909833.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.5.0.1.$59909833.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59909833.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/ECBA/production/_122620606_teacherandpupil.jpg" alt="Teacher and student" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59909833.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.5.0.1.$59909833.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.5.0.1.$59909833.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.5.0.1.$59909833.0.0.1.0">Are people missing from your class due to Covid?</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.5.0.1.$59909833.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.5.0.1.$59909833.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.5.0.1.$59909833.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.5.0.1.$59909833.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59909833.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.5.0.1.$59909833.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.5.0.1.$59909833.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-01-10T09:21:23+00:00" data-datetime="6 days ago" data-reactid=".1h3jf0bvado.1.5.0.1.$59909833.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.5.0.1.$59909833.0.0.1.2.0.0.1.0">6 days ago</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.5.0.1.$59909833.0.0.1.2.0.0.1.1">6 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.5.0.1.$59909833.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.5.0.1.$59909833.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59909833.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.5.0.1.$59909833.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.5.0.1.$59909833.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.5.0.1.$59909833.0.0.1.2.1.1">53</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".1h3jf0bvado.1.5.0.1.$59940547"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-41" data-reactid=".1h3jf0bvado.1.5.0.1.$59940547.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/59940547" class="newsround-promo__content newsround-promo__content--white" data-reactid=".1h3jf0bvado.1.5.0.1.$59940547.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.5.0.1.$59940547.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59940547.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/780E/production/_122643703_weatherwatcherscottyfindhorn.jpg" alt="Findhorn" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59940547.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--white" data-reactid=".1h3jf0bvado.1.5.0.1.$59940547.0.0.0.1"><div class="gel-icon gel-icon--image newsround-promo__icon" data-reactid=".1h3jf0bvado.1.5.0.1.$59940547.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59940547.0.0.0.1.0.0"><title data-reactid=".1h3jf0bvado.1.5.0.1.$59940547.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=".1h3jf0bvado.1.5.0.1.$59940547.0.0.0.1.0.0.1"></path><circle cx="20" cy="17" r="5.5" data-reactid=".1h3jf0bvado.1.5.0.1.$59940547.0.0.0.1.0.0.2"></circle></svg></div><span class="duration" data-reactid=".1h3jf0bvado.1.5.0.1.$59940547.0.0.0.1.1"></span></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.5.0.1.$59940547.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.5.0.1.$59940547.0.0.1.0">Stunning photos of the Northern Lights captured in Scotland</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.5.0.1.$59940547.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.5.0.1.$59940547.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.5.0.1.$59940547.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.5.0.1.$59940547.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59940547.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.5.0.1.$59940547.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.5.0.1.$59940547.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-01-10T14:35:49+00:00" data-datetime="5 days ago" data-reactid=".1h3jf0bvado.1.5.0.1.$59940547.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.5.0.1.$59940547.0.0.1.2.0.0.1.0">5 days ago</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.5.0.1.$59940547.0.0.1.2.0.0.1.1">5 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=".1h3jf0bvado.1.5.0.1.$59893101"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-42" data-reactid=".1h3jf0bvado.1.5.0.1.$59893101.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/59893101" class="newsround-promo__content newsround-promo__content--white" data-reactid=".1h3jf0bvado.1.5.0.1.$59893101.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.5.0.1.$59893101.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59893101.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/12DB8/production/_122604277_gettyimages-1034567206.jpg" alt="frida-the-rescue-dog." class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59893101.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.5.0.1.$59893101.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.5.0.1.$59893101.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.5.0.1.$59893101.0.0.1.0">The &#x27;miracle&#x27; dog that saved climber and other hero pooches</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.5.0.1.$59893101.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.5.0.1.$59893101.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.5.0.1.$59893101.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.5.0.1.$59893101.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59893101.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.5.0.1.$59893101.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.5.0.1.$59893101.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-01-10T07:00:09+00:00" data-datetime="6 days ago" data-reactid=".1h3jf0bvado.1.5.0.1.$59893101.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.5.0.1.$59893101.0.0.1.2.0.0.1.0">6 days ago</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.5.0.1.$59893101.0.0.1.2.0.0.1.1">6 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.5.0.1.$59893101.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.5.0.1.$59893101.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59893101.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.5.0.1.$59893101.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.5.0.1.$59893101.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.5.0.1.$59893101.0.0.1.2.1.1">19</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".1h3jf0bvado.1.5.0.1.$59907882"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-43" data-reactid=".1h3jf0bvado.1.5.0.1.$59907882.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/59907882" class="newsround-promo__content newsround-promo__content--white" data-reactid=".1h3jf0bvado.1.5.0.1.$59907882.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.5.0.1.$59907882.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59907882.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/F76D/production/_122614336_gettyimages-118198115.jpg" alt="Ants." class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59907882.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.5.0.1.$59907882.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.5.0.1.$59907882.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.5.0.1.$59907882.0.0.1.0">Ants discovered healing trees</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.5.0.1.$59907882.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.5.0.1.$59907882.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.5.0.1.$59907882.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.5.0.1.$59907882.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59907882.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.5.0.1.$59907882.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.5.0.1.$59907882.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-01-10T06:46:30+00:00" data-datetime="6 days ago" data-reactid=".1h3jf0bvado.1.5.0.1.$59907882.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.5.0.1.$59907882.0.0.1.2.0.0.1.0">6 days ago</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.5.0.1.$59907882.0.0.1.2.0.0.1.1">6 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.5.0.1.$59907882.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.5.0.1.$59907882.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59907882.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.5.0.1.$59907882.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.5.0.1.$59907882.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.5.0.1.$59907882.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=".1h3jf0bvado.1.5.0.1.$59934524"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-44" data-reactid=".1h3jf0bvado.1.5.0.1.$59934524.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/59934524" class="newsround-promo__content newsround-promo__content--white" data-reactid=".1h3jf0bvado.1.5.0.1.$59934524.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.5.0.1.$59934524.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59934524.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/4AD2/production/_122645191_06c39f64-c7c2-4d3f-aefe-9aaebed6c443.jpg" alt="Novak Djokovic and his training and coaching team" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.5.0.1.$59934524.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.5.0.1.$59934524.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.5.0.1.$59934524.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.5.0.1.$59934524.0.0.1.0">Djokovic is back on the tennis court but next steps not clear</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.5.0.1.$59934524.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.5.0.1.$59934524.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.5.0.1.$59934524.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.5.0.1.$59934524.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59934524.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.5.0.1.$59934524.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.5.0.1.$59934524.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-01-10T15:02:15+00:00" data-datetime="5 days ago" data-reactid=".1h3jf0bvado.1.5.0.1.$59934524.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.5.0.1.$59934524.0.0.1.2.0.0.1.0">5 days ago</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.5.0.1.$59934524.0.0.1.2.0.0.1.1">5 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.5.0.1.$59934524.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.5.0.1.$59934524.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.5.0.1.$59934524.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.5.0.1.$59934524.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.5.0.1.$59934524.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.5.0.1.$59934524.0.0.1.2.1.1">12</span></div></div></div></a></div></div></div></div><div class="newsround-more-stories__outer newsround-more-stories__outer--additional-top-stories" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.1.5.1.0"><div class="newsround-more-stories__show-more newsround-more-stories__show-more--additional-top-stories" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.1.5.1.0.0.0"><div class="newsround-more-stories__show-more-button" data-reactid=".1h3jf0bvado.1.5.1.0.0.0.0"><button class="newsround-button newsround-button--purple" tabindex="-1" aria-label="Show more stories" data-reactid=".1h3jf0bvado.1.5.1.0.0.0.0.0"><span data-reactid=".1h3jf0bvado.1.5.1.0.0.0.0.0.1">Show more</span></button></div></div></div></div></div></section><div data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.1.7"><div class="newsround-bulletin__mobile-background" style="background:linear-gradient(transparent 50%, #011638 95%),url(https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/750/cpsprodpb/8E47/production/_122732463_p0bhj4jh.jpg);background-repeat:no-repeat;background-size:100%;background-position:center;" data-reactid=".1h3jf0bvado.1.7.0"></div><div class="newsround-bulletin__wrapper" data-istats-track="true" data-istats-track-link-location="nr_home_bulletin_promo" data-reactid=".1h3jf0bvado.1.7.1"><div class="newsround-bulletin__layout" data-reactid=".1h3jf0bvado.1.7.1.0"><div class="newsround-bulletin__text-container" data-reactid=".1h3jf0bvado.1.7.1.0.0"><div class="newsround-bulletin__text-wrapper" data-reactid=".1h3jf0bvado.1.7.1.0.0.0"><h2 class="newsround-bulletin__title" data-reactid=".1h3jf0bvado.1.7.1.0.0.0.0">Watch Newsround</h2><h3 class="newsround-bulletin__subtitle" data-reactid=".1h3jf0bvado.1.7.1.0.0.0.1">Alex has your Sunday Newsround. We have news about a huge volcanic eruption near Tonga, meet 86-year-old athlete Tony Bowman and find out which singer was behind the mask this week!</h3><div class="newsround-bulletin__button-wrapper" data-reactid=".1h3jf0bvado.1.7.1.0.0.0.2"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/news/watch_newsround" class="newsround-button newsround-button--teal" aria-label="Watch Newsround" data-reactid=".1h3jf0bvado.1.7.1.0.0.0.2.0"><div class="gel-icon gel-icon--play newsround-button__icon" data-reactid=".1h3jf0bvado.1.7.1.0.0.0.2.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.7.1.0.0.0.2.0.0.0"><title data-reactid=".1h3jf0bvado.1.7.1.0.0.0.2.0.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".1h3jf0bvado.1.7.1.0.0.0.2.0.0.0.1"></path></svg></div><span data-reactid=".1h3jf0bvado.1.7.1.0.0.0.2.0.1">Watch Now</span></a></div></div></div><div class="newsround-bulletin__image-container" data-reactid=".1h3jf0bvado.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/20220116111258im_/https://ichef.bbci.co.uk/news/750/cpsprodpb/8E47/production/_122732463_p0bhj4jh.jpg);background-repeat:no-repeat;background-size:100%;background-position:center;" data-reactid=".1h3jf0bvado.1.7.1.0.1.0"></div><div class="newsround-bulletin__image-wrapper" data-reactid=".1h3jf0bvado.1.7.1.0.1.1"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/750/cpsprodpb/8E47/production/_122732463_p0bhj4jh.jpg" alt="Alex on the Newsround set with a picture of Djokovic" class="newsround-bulletin__image" data-reactid=".1h3jf0bvado.1.7.1.0.1.1.0"/><div class="newsround-bulletin__image-decoration" data-reactid=".1h3jf0bvado.1.7.1.0.1.1.1"></div></div></div></div></div><div class="newsround-bulletin__bottom-gradient" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.1.9"><div class="gs-u-box-size newsround-more-stories__wrapper" data-reactid=".1h3jf0bvado.1.9.0"><div class="newsround-more-stories__header" data-reactid=".1h3jf0bvado.1.9.0.0"><div class="newsround-more-stories__header-item" data-reactid=".1h3jf0bvado.1.9.0.0.0"><h2 class="newsround-more-stories__header-title newsround-more-stories__header-title--more-stories-2" data-reactid=".1h3jf0bvado.1.9.0.0.0.0">Coronavirus</h2></div></div><div class="newsround-more-stories__stories" style="height:478px;" data-reactid=".1h3jf0bvado.1.9.0.1"><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".1h3jf0bvado.1.9.0.1.$54842722"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-1" data-reactid=".1h3jf0bvado.1.9.0.1.$54842722.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/54842722" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".1h3jf0bvado.1.9.0.1.$54842722.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.9.0.1.$54842722.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.9.0.1.$54842722.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/0F56/production/_118562930_p08nbs6j.jpg" alt="Girl wearing a mask in cinema" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.9.0.1.$54842722.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.9.0.1.$54842722.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.9.0.1.$54842722.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.9.0.1.$54842722.0.0.1.0">What are the coronavirus rules where you live?</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.9.0.1.$54842722.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.9.0.1.$54842722.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.9.0.1.$54842722.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.9.0.1.$54842722.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.9.0.1.$54842722.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.9.0.1.$54842722.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.9.0.1.$54842722.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-12-28T10:52:17+00:00" data-datetime="28 Dec 2021" data-reactid=".1h3jf0bvado.1.9.0.1.$54842722.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.9.0.1.$54842722.0.0.1.2.0.0.1.0">28 Dec 2021</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.9.0.1.$54842722.0.0.1.2.0.0.1.1">28 December 2021</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".1h3jf0bvado.1.9.0.1.$59905559"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-2" data-reactid=".1h3jf0bvado.1.9.0.1.$59905559.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/59905559" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".1h3jf0bvado.1.9.0.1.$59905559.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.9.0.1.$59905559.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.9.0.1.$59905559.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/2D65/production/_122612611_hi072762283.jpg" alt="Army helps ambulance workers." class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.9.0.1.$59905559.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.9.0.1.$59905559.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.9.0.1.$59905559.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.9.0.1.$59905559.0.0.1.0">Army sent in to support NHS hospitals in London</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.9.0.1.$59905559.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.9.0.1.$59905559.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.9.0.1.$59905559.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.9.0.1.$59905559.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.9.0.1.$59905559.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.9.0.1.$59905559.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.9.0.1.$59905559.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-01-07T07:47:23+00:00" data-datetime="7 Jan 2022" data-reactid=".1h3jf0bvado.1.9.0.1.$59905559.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.9.0.1.$59905559.0.0.1.2.0.0.1.0">7 Jan 2022</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.9.0.1.$59905559.0.0.1.2.0.0.1.1">7 January 2022</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.9.0.1.$59905559.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.9.0.1.$59905559.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.9.0.1.$59905559.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.9.0.1.$59905559.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.9.0.1.$59905559.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.9.0.1.$59905559.0.0.1.2.1.1">21</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".1h3jf0bvado.1.9.0.1.$59857406"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-3" data-reactid=".1h3jf0bvado.1.9.0.1.$59857406.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/59857406" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".1h3jf0bvado.1.9.0.1.$59857406.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.9.0.1.$59857406.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.9.0.1.$59857406.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/895F/production/_122576153__122566182_selftestpa.jpg" alt="girls taking test" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.9.0.1.$59857406.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.9.0.1.$59857406.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.9.0.1.$59857406.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.9.0.1.$59857406.0.0.1.0">Secondary school pupils in England to be tested before starting term</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.9.0.1.$59857406.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.9.0.1.$59857406.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.9.0.1.$59857406.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.9.0.1.$59857406.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.9.0.1.$59857406.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.9.0.1.$59857406.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.9.0.1.$59857406.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-01-03T09:56:39+00:00" data-datetime="3 Jan 2022" data-reactid=".1h3jf0bvado.1.9.0.1.$59857406.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.9.0.1.$59857406.0.0.1.2.0.0.1.0">3 Jan 2022</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.9.0.1.$59857406.0.0.1.2.0.0.1.1">3 January 2022</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.9.0.1.$59857406.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.9.0.1.$59857406.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.9.0.1.$59857406.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.9.0.1.$59857406.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.9.0.1.$59857406.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.9.0.1.$59857406.0.0.1.2.1.1">138</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".1h3jf0bvado.1.9.0.1.$59873216"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-4" data-reactid=".1h3jf0bvado.1.9.0.1.$59873216.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/59873216" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".1h3jf0bvado.1.9.0.1.$59873216.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.9.0.1.$59873216.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.9.0.1.$59873216.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/151A7/production/_122593468_gettyimages-1333335587.jpg" alt="girl uses an lateral flow test" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.9.0.1.$59873216.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.9.0.1.$59873216.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.9.0.1.$59873216.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.9.0.1.$59873216.0.0.1.0">New rules on testing for Covid announced</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.9.0.1.$59873216.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.9.0.1.$59873216.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.9.0.1.$59873216.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.9.0.1.$59873216.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.9.0.1.$59873216.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.9.0.1.$59873216.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.9.0.1.$59873216.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-01-05T16:40:57+00:00" data-datetime="5 Jan 2022" data-reactid=".1h3jf0bvado.1.9.0.1.$59873216.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.9.0.1.$59873216.0.0.1.2.0.0.1.0">5 Jan 2022</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.9.0.1.$59873216.0.0.1.2.0.0.1.1">5 January 2022</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.9.0.1.$59873216.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.9.0.1.$59873216.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.9.0.1.$59873216.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.9.0.1.$59873216.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.9.0.1.$59873216.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.9.0.1.$59873216.0.0.1.2.1.1">33</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".1h3jf0bvado.1.9.0.1.$59754195"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-5" data-reactid=".1h3jf0bvado.1.9.0.1.$59754195.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/59754195" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".1h3jf0bvado.1.9.0.1.$59754195.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.9.0.1.$59754195.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.9.0.1.$59754195.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/2914/production/_122361501_lftgetty.jpg" alt="woman holding lateral flow test" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.9.0.1.$59754195.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.9.0.1.$59754195.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.9.0.1.$59754195.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.9.0.1.$59754195.0.0.1.0">Covid isolation cut to seven days from 10 for England</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.9.0.1.$59754195.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.9.0.1.$59754195.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.9.0.1.$59754195.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.9.0.1.$59754195.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.9.0.1.$59754195.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.9.0.1.$59754195.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.9.0.1.$59754195.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-12-22T10:50:41+00:00" data-datetime="22 Dec 2021" data-reactid=".1h3jf0bvado.1.9.0.1.$59754195.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.9.0.1.$59754195.0.0.1.2.0.0.1.0">22 Dec 2021</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.9.0.1.$59754195.0.0.1.2.0.0.1.1">22 December 2021</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.9.0.1.$59754195.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.9.0.1.$59754195.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.9.0.1.$59754195.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.9.0.1.$59754195.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.9.0.1.$59754195.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.9.0.1.$59754195.0.0.1.2.1.1">59</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".1h3jf0bvado.1.9.0.1.$59639040"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-6" data-reactid=".1h3jf0bvado.1.9.0.1.$59639040.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/59639040" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".1h3jf0bvado.1.9.0.1.$59639040.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.9.0.1.$59639040.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.9.0.1.$59639040.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/0E09/production/_122239530_photo15-12-2021211515.jpg" alt="Jonathan Van-Tam." class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.9.0.1.$59639040.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.9.0.1.$59639040.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.9.0.1.$59639040.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.9.0.1.$59639040.0.0.1.0">Professor Jonathan Van-Tam answers YOUR Covid questions</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.9.0.1.$59639040.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.9.0.1.$59639040.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.9.0.1.$59639040.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.9.0.1.$59639040.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.9.0.1.$59639040.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.9.0.1.$59639040.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.9.0.1.$59639040.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-12-16T07:30:09+00:00" data-datetime="16 Dec 2021" data-reactid=".1h3jf0bvado.1.9.0.1.$59639040.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.9.0.1.$59639040.0.0.1.2.0.0.1.0">16 Dec 2021</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.9.0.1.$59639040.0.0.1.2.0.0.1.1">16 December 2021</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.9.0.1.$59639040.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.9.0.1.$59639040.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.9.0.1.$59639040.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.9.0.1.$59639040.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.9.0.1.$59639040.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.9.0.1.$59639040.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=".1h3jf0bvado.1.9.0.1.$59839895"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-7" data-reactid=".1h3jf0bvado.1.9.0.1.$59839895.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/59839895" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".1h3jf0bvado.1.9.0.1.$59839895.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.9.0.1.$59839895.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.9.0.1.$59839895.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/A00F/production/_122557904_mask1.jpg" alt="Masks in school" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.9.0.1.$59839895.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.9.0.1.$59839895.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.9.0.1.$59839895.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.9.0.1.$59839895.0.0.1.0">Face masks to return to secondary school classrooms in England</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.9.0.1.$59839895.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.9.0.1.$59839895.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.9.0.1.$59839895.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.9.0.1.$59839895.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.9.0.1.$59839895.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.9.0.1.$59839895.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.9.0.1.$59839895.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-01-02T11:44:44+00:00" data-datetime="2 Jan 2022" data-reactid=".1h3jf0bvado.1.9.0.1.$59839895.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.9.0.1.$59839895.0.0.1.2.0.0.1.0">2 Jan 2022</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.9.0.1.$59839895.0.0.1.2.0.0.1.1">2 January 2022</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.9.0.1.$59839895.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.9.0.1.$59839895.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.9.0.1.$59839895.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.9.0.1.$59839895.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.9.0.1.$59839895.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.9.0.1.$59839895.0.0.1.2.1.1">177</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".1h3jf0bvado.1.9.0.1.$52970105"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-8" data-reactid=".1h3jf0bvado.1.9.0.1.$52970105.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/52970105" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".1h3jf0bvado.1.9.0.1.$52970105.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.9.0.1.$52970105.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.9.0.1.$52970105.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/2963/production/_112959501_gettyimages-956955840.jpg" alt="Letter-r." class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.9.0.1.$52970105.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.9.0.1.$52970105.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.9.0.1.$52970105.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.9.0.1.$52970105.0.0.1.0">Coronavirus: What is the R number?</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.9.0.1.$52970105.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.9.0.1.$52970105.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.9.0.1.$52970105.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.9.0.1.$52970105.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.9.0.1.$52970105.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.9.0.1.$52970105.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.9.0.1.$52970105.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2020-06-18T07:54:03+00:00" data-datetime="18 Jun 2020" data-reactid=".1h3jf0bvado.1.9.0.1.$52970105.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.9.0.1.$52970105.0.0.1.2.0.0.1.0">18 Jun 2020</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.9.0.1.$52970105.0.0.1.2.0.0.1.1">18 June 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.9.0.1.$52970105.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.9.0.1.$52970105.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.9.0.1.$52970105.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.9.0.1.$52970105.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.9.0.1.$52970105.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.9.0.1.$52970105.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-2" data-reactid=".1h3jf0bvado.1.9.0.1.$51698180"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-9" data-reactid=".1h3jf0bvado.1.9.0.1.$51698180.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/51698180" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".1h3jf0bvado.1.9.0.1.$51698180.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.9.0.1.$51698180.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.9.0.1.$51698180.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/179ED/production/_111094769_p0859hzb.jpg" alt="how to wash your hands." class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.9.0.1.$51698180.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--charcoal-purple newsround-promo__promolabel--duration" data-reactid=".1h3jf0bvado.1.9.0.1.$51698180.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".1h3jf0bvado.1.9.0.1.$51698180.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.9.0.1.$51698180.0.0.0.1.0.0"><title data-reactid=".1h3jf0bvado.1.9.0.1.$51698180.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".1h3jf0bvado.1.9.0.1.$51698180.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".1h3jf0bvado.1.9.0.1.$51698180.0.0.0.1.1">0:43</span></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.9.0.1.$51698180.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.9.0.1.$51698180.0.0.1.0">How to wash your hands</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.9.0.1.$51698180.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.9.0.1.$51698180.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.9.0.1.$51698180.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.9.0.1.$51698180.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.9.0.1.$51698180.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.9.0.1.$51698180.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.9.0.1.$51698180.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2020-05-05T08:15:53+00:00" data-datetime="5 May 2020" data-reactid=".1h3jf0bvado.1.9.0.1.$51698180.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.9.0.1.$51698180.0.0.1.2.0.0.1.0">5 May 2020</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.9.0.1.$51698180.0.0.1.2.0.0.1.1">5 May 2020</span></time></span></div></div></div></a></div></div></div></div><div class="newsround-more-stories__outer newsround-more-stories__outer--more-stories-2" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.1.9.1.0"><div class="newsround-more-stories__show-more newsround-more-stories__show-more--more-stories-2" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.1.9.1.0.0.0"><div class="newsround-more-stories__show-more-button" data-reactid=".1h3jf0bvado.1.9.1.0.0.0.0"><button class="newsround-button newsround-button--charcoal-purple" tabindex="-1" aria-label="Show more stories" data-reactid=".1h3jf0bvado.1.9.1.0.0.0.0.0"><span data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.1.a"><div class="gs-u-box-size newsround-more-stories__wrapper" data-reactid=".1h3jf0bvado.1.a.0"><div class="newsround-more-stories__header" data-reactid=".1h3jf0bvado.1.a.0.0"><div class="newsround-more-stories__header-item" data-reactid=".1h3jf0bvado.1.a.0.0.0"><h2 class="newsround-more-stories__header-title newsround-more-stories__header-title--more-stories-3" data-reactid=".1h3jf0bvado.1.a.0.0.0.0">Climate and environment</h2></div></div><div class="newsround-more-stories__stories" style="height:478px;" data-reactid=".1h3jf0bvado.1.a.0.1"><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-3" data-reactid=".1h3jf0bvado.1.a.0.1.$59279773"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-1" data-reactid=".1h3jf0bvado.1.a.0.1.$59279773.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/59279773" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".1h3jf0bvado.1.a.0.1.$59279773.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.a.0.1.$59279773.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.a.0.1.$59279773.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/74DB/production/_121551992_p0b461kz.jpg" alt="mural that reads 'climate is changing'" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.a.0.1.$59279773.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.a.0.1.$59279773.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.a.0.1.$59279773.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.a.0.1.$59279773.0.0.1.0">COP26: What is the Glasgow Climate Pact?</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.a.0.1.$59279773.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.a.0.1.$59279773.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.a.0.1.$59279773.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.a.0.1.$59279773.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.a.0.1.$59279773.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.a.0.1.$59279773.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.a.0.1.$59279773.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-15T07:02:36+00:00" data-datetime="15 Nov 2021" data-reactid=".1h3jf0bvado.1.a.0.1.$59279773.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.a.0.1.$59279773.0.0.1.2.0.0.1.0">15 Nov 2021</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.a.0.1.$59279773.0.0.1.2.0.0.1.1">15 November 2021</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.a.0.1.$59279773.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.a.0.1.$59279773.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.a.0.1.$59279773.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.a.0.1.$59279773.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.a.0.1.$59279773.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.a.0.1.$59279773.0.0.1.2.1.1">5</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-3" data-reactid=".1h3jf0bvado.1.a.0.1.$59506285"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-2" data-reactid=".1h3jf0bvado.1.a.0.1.$59506285.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/59506285" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".1h3jf0bvado.1.a.0.1.$59506285.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.a.0.1.$59506285.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.a.0.1.$59506285.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/EC7F/production/_121934506_gettyimages-664083130.jpg" alt="Arctic." class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.a.0.1.$59506285.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.a.0.1.$59506285.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.a.0.1.$59506285.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.a.0.1.$59506285.0.0.1.0">Climate change could make rain more common than snow in Arctic</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.a.0.1.$59506285.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.a.0.1.$59506285.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.a.0.1.$59506285.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.a.0.1.$59506285.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.a.0.1.$59506285.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.a.0.1.$59506285.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.a.0.1.$59506285.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-12-03T06:59:18+00:00" data-datetime="3 Dec 2021" data-reactid=".1h3jf0bvado.1.a.0.1.$59506285.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.a.0.1.$59506285.0.0.1.2.0.0.1.0">3 Dec 2021</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.a.0.1.$59506285.0.0.1.2.0.0.1.1">3 December 2021</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.a.0.1.$59506285.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.a.0.1.$59506285.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.a.0.1.$59506285.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.a.0.1.$59506285.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.a.0.1.$59506285.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.a.0.1.$59506285.0.0.1.2.1.1">6</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-3" data-reactid=".1h3jf0bvado.1.a.0.1.$59295007"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-3" data-reactid=".1h3jf0bvado.1.a.0.1.$59295007.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/59295007" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".1h3jf0bvado.1.a.0.1.$59295007.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.a.0.1.$59295007.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.a.0.1.$59295007.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/5D6C/production/_121561932_coal-0gettyimages-8.jpg" alt="Coal" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.a.0.1.$59295007.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.a.0.1.$59295007.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.a.0.1.$59295007.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.a.0.1.$59295007.0.0.1.0">Why is coal such a big issue in climate change talks?</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.a.0.1.$59295007.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.a.0.1.$59295007.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.a.0.1.$59295007.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.a.0.1.$59295007.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.a.0.1.$59295007.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.a.0.1.$59295007.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.a.0.1.$59295007.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-16T06:39:31+00:00" data-datetime="16 Nov 2021" data-reactid=".1h3jf0bvado.1.a.0.1.$59295007.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.a.0.1.$59295007.0.0.1.2.0.0.1.0">16 Nov 2021</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.a.0.1.$59295007.0.0.1.2.0.0.1.1">16 November 2021</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.a.0.1.$59295007.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.a.0.1.$59295007.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.a.0.1.$59295007.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.a.0.1.$59295007.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.a.0.1.$59295007.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.a.0.1.$59295007.0.0.1.2.1.1">8</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-3" data-reactid=".1h3jf0bvado.1.a.0.1.$59317670"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-4" data-reactid=".1h3jf0bvado.1.a.0.1.$59317670.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/59317670" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".1h3jf0bvado.1.a.0.1.$59317670.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.a.0.1.$59317670.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.a.0.1.$59317670.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/A4C2/production/_121587124_gettyimages-874336822.jpg" alt="child with mask saying my right to breathe." class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.a.0.1.$59317670.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.a.0.1.$59317670.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.a.0.1.$59317670.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.a.0.1.$59317670.0.0.1.0">Children across the world demand the right to clean air</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.a.0.1.$59317670.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.a.0.1.$59317670.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.a.0.1.$59317670.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.a.0.1.$59317670.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.a.0.1.$59317670.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.a.0.1.$59317670.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.a.0.1.$59317670.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-17T13:20:21+00:00" data-datetime="17 Nov 2021" data-reactid=".1h3jf0bvado.1.a.0.1.$59317670.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.a.0.1.$59317670.0.0.1.2.0.0.1.0">17 Nov 2021</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.a.0.1.$59317670.0.0.1.2.0.0.1.1">17 November 2021</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.a.0.1.$59317670.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.a.0.1.$59317670.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.a.0.1.$59317670.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.a.0.1.$59317670.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.a.0.1.$59317670.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.a.0.1.$59317670.0.0.1.2.1.1">21</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-3" data-reactid=".1h3jf0bvado.1.a.0.1.$58465027"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-5" data-reactid=".1h3jf0bvado.1.a.0.1.$58465027.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/58465027" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".1h3jf0bvado.1.a.0.1.$58465027.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.a.0.1.$58465027.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.a.0.1.$58465027.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/1767F/production/_121517859_gettyimages-1222709782.jpg" alt="rubber-gloves-washing-a-mini-globe" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.a.0.1.$58465027.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.a.0.1.$58465027.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.a.0.1.$58465027.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.a.0.1.$58465027.0.0.1.0">What is greenwashing?</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.a.0.1.$58465027.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.a.0.1.$58465027.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.a.0.1.$58465027.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.a.0.1.$58465027.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.a.0.1.$58465027.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.a.0.1.$58465027.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.a.0.1.$58465027.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-11T07:01:43+00:00" data-datetime="11 Nov 2021" data-reactid=".1h3jf0bvado.1.a.0.1.$58465027.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.a.0.1.$58465027.0.0.1.2.0.0.1.0">11 Nov 2021</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.a.0.1.$58465027.0.0.1.2.0.0.1.1">11 November 2021</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.a.0.1.$58465027.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.a.0.1.$58465027.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.a.0.1.$58465027.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.a.0.1.$58465027.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.a.0.1.$58465027.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.a.0.1.$58465027.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=".1h3jf0bvado.1.a.0.1.$59218480"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-6" data-reactid=".1h3jf0bvado.1.a.0.1.$59218480.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/59218480" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".1h3jf0bvado.1.a.0.1.$59218480.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.a.0.1.$59218480.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.a.0.1.$59218480.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/6A8E/production/_121487272_p0b34kth.jpg" alt="Victoria Gill" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.a.0.1.$59218480.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.a.0.1.$59218480.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.a.0.1.$59218480.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.a.0.1.$59218480.0.0.1.0">BBC climate expert answers YOUR questions on COP26</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.a.0.1.$59218480.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.a.0.1.$59218480.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.a.0.1.$59218480.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.a.0.1.$59218480.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.a.0.1.$59218480.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.a.0.1.$59218480.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.a.0.1.$59218480.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-10T06:49:10+00:00" data-datetime="10 Nov 2021" data-reactid=".1h3jf0bvado.1.a.0.1.$59218480.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.a.0.1.$59218480.0.0.1.2.0.0.1.0">10 Nov 2021</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.a.0.1.$59218480.0.0.1.2.0.0.1.1">10 November 2021</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.a.0.1.$59218480.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.a.0.1.$59218480.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.a.0.1.$59218480.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.a.0.1.$59218480.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.a.0.1.$59218480.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.a.0.1.$59218480.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=".1h3jf0bvado.1.a.0.1.$59093389"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-7" data-reactid=".1h3jf0bvado.1.a.0.1.$59093389.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/59093389" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".1h3jf0bvado.1.a.0.1.$59093389.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.a.0.1.$59093389.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.a.0.1.$59093389.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/12E81/production/_121314477_girl.jpg" alt="girl" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.a.0.1.$59093389.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--purple newsround-promo__promolabel--duration" data-reactid=".1h3jf0bvado.1.a.0.1.$59093389.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".1h3jf0bvado.1.a.0.1.$59093389.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.a.0.1.$59093389.0.0.0.1.0.0"><title data-reactid=".1h3jf0bvado.1.a.0.1.$59093389.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".1h3jf0bvado.1.a.0.1.$59093389.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".1h3jf0bvado.1.a.0.1.$59093389.0.0.0.1.1">3:33</span></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.a.0.1.$59093389.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.a.0.1.$59093389.0.0.1.0">&#x27;Hear how climate change affects my country&#x27;</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.a.0.1.$59093389.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.a.0.1.$59093389.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.a.0.1.$59093389.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.a.0.1.$59093389.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.a.0.1.$59093389.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.a.0.1.$59093389.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.a.0.1.$59093389.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-10T06:18:46+00:00" data-datetime="10 Nov 2021" data-reactid=".1h3jf0bvado.1.a.0.1.$59093389.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.a.0.1.$59093389.0.0.1.2.0.0.1.0">10 Nov 2021</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.a.0.1.$59093389.0.0.1.2.0.0.1.1">10 November 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=".1h3jf0bvado.1.a.0.1.$59203566"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-8" data-reactid=".1h3jf0bvado.1.a.0.1.$59203566.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/59203566" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".1h3jf0bvado.1.a.0.1.$59203566.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.a.0.1.$59203566.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.a.0.1.$59203566.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/160D7/production/_121472309_gettyimages-815252644.jpg" alt="Family in floodwater in Bangladesh" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.a.0.1.$59203566.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.a.0.1.$59203566.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.a.0.1.$59203566.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.a.0.1.$59203566.0.0.1.0">UK government pledges £290m to countries most affected by climate change</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.a.0.1.$59203566.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.a.0.1.$59203566.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.a.0.1.$59203566.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.a.0.1.$59203566.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.a.0.1.$59203566.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.a.0.1.$59203566.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.a.0.1.$59203566.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-08T08:18:06+00:00" data-datetime="8 Nov 2021" data-reactid=".1h3jf0bvado.1.a.0.1.$59203566.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.a.0.1.$59203566.0.0.1.2.0.0.1.0">8 Nov 2021</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.a.0.1.$59203566.0.0.1.2.0.0.1.1">8 November 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=".1h3jf0bvado.1.a.0.1.$59190557"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-9" data-reactid=".1h3jf0bvado.1.a.0.1.$59190557.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/59190557" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".1h3jf0bvado.1.a.0.1.$59190557.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.a.0.1.$59190557.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.a.0.1.$59190557.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/A66E/production/_121460624_p0b2n1xp.jpg" alt="girl." class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.a.0.1.$59190557.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--purple newsround-promo__promolabel--duration" data-reactid=".1h3jf0bvado.1.a.0.1.$59190557.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".1h3jf0bvado.1.a.0.1.$59190557.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.a.0.1.$59190557.0.0.0.1.0.0"><title data-reactid=".1h3jf0bvado.1.a.0.1.$59190557.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".1h3jf0bvado.1.a.0.1.$59190557.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".1h3jf0bvado.1.a.0.1.$59190557.0.0.0.1.1">2:38</span></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.a.0.1.$59190557.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.a.0.1.$59190557.0.0.1.0">Children marching at COP26 call for more action on climate change</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.a.0.1.$59190557.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.a.0.1.$59190557.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.a.0.1.$59190557.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.a.0.1.$59190557.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.a.0.1.$59190557.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.a.0.1.$59190557.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.a.0.1.$59190557.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-08T07:03:15+00:00" data-datetime="8 Nov 2021" data-reactid=".1h3jf0bvado.1.a.0.1.$59190557.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.a.0.1.$59190557.0.0.1.2.0.0.1.0">8 Nov 2021</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.a.0.1.$59190557.0.0.1.2.0.0.1.1">8 November 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=".1h3jf0bvado.1.a.0.1.$59093388"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-10" data-reactid=".1h3jf0bvado.1.a.0.1.$59093388.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/59093388" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".1h3jf0bvado.1.a.0.1.$59093388.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.a.0.1.$59093388.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.a.0.1.$59093388.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/11D40/production/_121442037_aanrcop_super_web.jpg" alt="children" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.a.0.1.$59093388.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--purple newsround-promo__promolabel--duration" data-reactid=".1h3jf0bvado.1.a.0.1.$59093388.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".1h3jf0bvado.1.a.0.1.$59093388.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.a.0.1.$59093388.0.0.0.1.0.0"><title data-reactid=".1h3jf0bvado.1.a.0.1.$59093388.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".1h3jf0bvado.1.a.0.1.$59093388.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".1h3jf0bvado.1.a.0.1.$59093388.0.0.0.1.1">2:34</span></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.a.0.1.$59093388.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.a.0.1.$59093388.0.0.1.0">&#x27;Dear world leaders - take action on climate change!&#x27;</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.a.0.1.$59093388.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.a.0.1.$59093388.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.a.0.1.$59093388.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.a.0.1.$59093388.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.a.0.1.$59093388.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.a.0.1.$59093388.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.a.0.1.$59093388.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-05T09:16:55+00:00" data-datetime="5 Nov 2021" data-reactid=".1h3jf0bvado.1.a.0.1.$59093388.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.a.0.1.$59093388.0.0.1.2.0.0.1.0">5 Nov 2021</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.a.0.1.$59093388.0.0.1.2.0.0.1.1">5 November 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=".1h3jf0bvado.1.a.0.1.$59218900"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-11" data-reactid=".1h3jf0bvado.1.a.0.1.$59218900.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/59218900" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".1h3jf0bvado.1.a.0.1.$59218900.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.a.0.1.$59218900.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.a.0.1.$59218900.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/11B1E/production/_121487427_kavita2.jpg" alt="kavita-smiles" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.a.0.1.$59218900.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.a.0.1.$59218900.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.a.0.1.$59218900.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.a.0.1.$59218900.0.0.1.0">How to be fashionable without harming the planet</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.a.0.1.$59218900.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.a.0.1.$59218900.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.a.0.1.$59218900.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.a.0.1.$59218900.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.a.0.1.$59218900.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.a.0.1.$59218900.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.a.0.1.$59218900.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-09T12:48:22+00:00" data-datetime="9 Nov 2021" data-reactid=".1h3jf0bvado.1.a.0.1.$59218900.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.a.0.1.$59218900.0.0.1.2.0.0.1.0">9 Nov 2021</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.a.0.1.$59218900.0.0.1.2.0.0.1.1">9 November 2021</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.a.0.1.$59218900.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.a.0.1.$59218900.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.a.0.1.$59218900.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.a.0.1.$59218900.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.a.0.1.$59218900.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.a.0.1.$59218900.0.0.1.2.1.1">12</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-3" data-reactid=".1h3jf0bvado.1.a.0.1.$59147262"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-12" data-reactid=".1h3jf0bvado.1.a.0.1.$59147262.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/59147262" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".1h3jf0bvado.1.a.0.1.$59147262.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.a.0.1.$59147262.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.a.0.1.$59147262.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/129DD/production/_121335267_f93a6a67-8dae-40b5-9e9e-613cd4a9fef8.jpg" alt="Vanessa Nakate" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.a.0.1.$59147262.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.a.0.1.$59147262.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.a.0.1.$59147262.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.a.0.1.$59147262.0.0.1.0">Who is Vanessa Nakate?</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.a.0.1.$59147262.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.a.0.1.$59147262.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.a.0.1.$59147262.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.a.0.1.$59147262.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.a.0.1.$59147262.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.a.0.1.$59147262.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.a.0.1.$59147262.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-03T13:39:11+00:00" data-datetime="3 Nov 2021" data-reactid=".1h3jf0bvado.1.a.0.1.$59147262.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.a.0.1.$59147262.0.0.1.2.0.0.1.0">3 Nov 2021</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.a.0.1.$59147262.0.0.1.2.0.0.1.1">3 November 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=".1h3jf0bvado.1.a.0.1.$59177227"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-13" data-reactid=".1h3jf0bvado.1.a.0.1.$59177227.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/59177227" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".1h3jf0bvado.1.a.0.1.$59177227.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.a.0.1.$59177227.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.a.0.1.$59177227.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/5D92/production/_121445932_gettyimages-1236277621.jpg" alt="Txai-at-COP26." class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.a.0.1.$59177227.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.a.0.1.$59177227.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.a.0.1.$59177227.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.a.0.1.$59177227.0.0.1.0">Meet the activist fighting for Brazil&#x27;s rainforests</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.a.0.1.$59177227.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.a.0.1.$59177227.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.a.0.1.$59177227.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.a.0.1.$59177227.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.a.0.1.$59177227.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.a.0.1.$59177227.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.a.0.1.$59177227.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-05T12:33:08+00:00" data-datetime="5 Nov 2021" data-reactid=".1h3jf0bvado.1.a.0.1.$59177227.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.a.0.1.$59177227.0.0.1.2.0.0.1.0">5 Nov 2021</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.a.0.1.$59177227.0.0.1.2.0.0.1.1">5 November 2021</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.a.0.1.$59177227.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.a.0.1.$59177227.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.a.0.1.$59177227.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.a.0.1.$59177227.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.a.0.1.$59177227.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.a.0.1.$59177227.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-3" data-reactid=".1h3jf0bvado.1.a.0.1.$59160441"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-14" data-reactid=".1h3jf0bvado.1.a.0.1.$59160441.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/59160441" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".1h3jf0bvado.1.a.0.1.$59160441.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.a.0.1.$59160441.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.a.0.1.$59160441.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/52AC/production/_121346112_bf9c5726-425f-469a-a55b-9a89951ca68b.jpg" alt="Coal power plant" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.a.0.1.$59160441.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.a.0.1.$59160441.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.a.0.1.$59160441.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.a.0.1.$59160441.0.0.1.0">Some nations to cut out coal but critics warn it&#x27;s not enough</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.a.0.1.$59160441.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.a.0.1.$59160441.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.a.0.1.$59160441.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.a.0.1.$59160441.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.a.0.1.$59160441.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.a.0.1.$59160441.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.a.0.1.$59160441.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-04T07:58:07+00:00" data-datetime="4 Nov 2021" data-reactid=".1h3jf0bvado.1.a.0.1.$59160441.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.a.0.1.$59160441.0.0.1.2.0.0.1.0">4 Nov 2021</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.a.0.1.$59160441.0.0.1.2.0.0.1.1">4 November 2021</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.a.0.1.$59160441.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.a.0.1.$59160441.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.a.0.1.$59160441.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.a.0.1.$59160441.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.a.0.1.$59160441.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.a.0.1.$59160441.0.0.1.2.1.1">2</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-3" data-reactid=".1h3jf0bvado.1.a.0.1.$59078448"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-15" data-reactid=".1h3jf0bvado.1.a.0.1.$59078448.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/59078448" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".1h3jf0bvado.1.a.0.1.$59078448.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.a.0.1.$59078448.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.a.0.1.$59078448.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/D665/production/_121358845_vinisha.jpg" alt="Vinisha Umashankar." class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.a.0.1.$59078448.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.a.0.1.$59078448.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.a.0.1.$59078448.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.a.0.1.$59078448.0.0.1.0">&#x27;If you have an idea to help the planet, go for it - don&#x27;t hesitate&#x27;</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.a.0.1.$59078448.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.a.0.1.$59078448.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.a.0.1.$59078448.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.a.0.1.$59078448.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.a.0.1.$59078448.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.a.0.1.$59078448.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.a.0.1.$59078448.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-04T07:59:35+00:00" data-datetime="4 Nov 2021" data-reactid=".1h3jf0bvado.1.a.0.1.$59078448.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.a.0.1.$59078448.0.0.1.2.0.0.1.0">4 Nov 2021</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.a.0.1.$59078448.0.0.1.2.0.0.1.1">4 November 2021</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.a.0.1.$59078448.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.a.0.1.$59078448.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.a.0.1.$59078448.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.a.0.1.$59078448.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.a.0.1.$59078448.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.a.0.1.$59078448.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-3" data-reactid=".1h3jf0bvado.1.a.0.1.$53556377"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-16" data-reactid=".1h3jf0bvado.1.a.0.1.$53556377.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/53556377" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".1h3jf0bvado.1.a.0.1.$53556377.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.a.0.1.$53556377.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.a.0.1.$53556377.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/1820F/production/_114313889_nrfiji_superpromo_web_19201080.jpg" alt="Fiji graphic" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.a.0.1.$53556377.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.a.0.1.$53556377.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.a.0.1.$53556377.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.a.0.1.$53556377.0.0.1.0">What is life like on the climate change frontline?</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.a.0.1.$53556377.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.a.0.1.$53556377.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.a.0.1.$53556377.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.a.0.1.$53556377.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.a.0.1.$53556377.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.a.0.1.$53556377.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.a.0.1.$53556377.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2020-09-19T07:12:58+00:00" data-datetime="19 Sep 2020" data-reactid=".1h3jf0bvado.1.a.0.1.$53556377.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.a.0.1.$53556377.0.0.1.2.0.0.1.0">19 Sep 2020</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.a.0.1.$53556377.0.0.1.2.0.0.1.1">19 September 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.a.0.1.$53556377.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.a.0.1.$53556377.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.a.0.1.$53556377.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.a.0.1.$53556377.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.a.0.1.$53556377.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.a.0.1.$53556377.0.0.1.2.1.1">35</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-3" data-reactid=".1h3jf0bvado.1.a.0.1.$54191148"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-17" data-reactid=".1h3jf0bvado.1.a.0.1.$54191148.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/54191148" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".1h3jf0bvado.1.a.0.1.$54191148.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.a.0.1.$54191148.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.a.0.1.$54191148.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/3F5D/production/_114412261_nr-vote-green-jobs-2.jpg" alt="hands holding a shoot" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.a.0.1.$54191148.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.a.0.1.$54191148.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.a.0.1.$54191148.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.a.0.1.$54191148.0.0.1.0">Do you want a &#x27;green job&#x27; in the future?</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.a.0.1.$54191148.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.a.0.1.$54191148.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.a.0.1.$54191148.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.a.0.1.$54191148.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.a.0.1.$54191148.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.a.0.1.$54191148.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.a.0.1.$54191148.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2020-09-18T05:18:53+00:00" data-datetime="18 Sep 2020" data-reactid=".1h3jf0bvado.1.a.0.1.$54191148.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.a.0.1.$54191148.0.0.1.2.0.0.1.0">18 Sep 2020</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.a.0.1.$54191148.0.0.1.2.0.0.1.1">18 September 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.a.0.1.$54191148.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.a.0.1.$54191148.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.a.0.1.$54191148.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.a.0.1.$54191148.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.a.0.1.$54191148.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.a.0.1.$54191148.0.0.1.2.1.1">106</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-3" data-reactid=".1h3jf0bvado.1.a.0.1.$52410744"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-18" data-reactid=".1h3jf0bvado.1.a.0.1.$52410744.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/52410744" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".1h3jf0bvado.1.a.0.1.$52410744.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.a.0.1.$52410744.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.a.0.1.$52410744.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/EE95/production/_111977016_titlepage_still_00513.jpg" alt="Koala-and-firefighter-title-page." class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.a.0.1.$52410744.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.a.0.1.$52410744.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.a.0.1.$52410744.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.a.0.1.$52410744.0.0.1.0">Australia: Life after the bushfires</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.a.0.1.$52410744.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.a.0.1.$52410744.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.a.0.1.$52410744.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.a.0.1.$52410744.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.a.0.1.$52410744.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.a.0.1.$52410744.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.a.0.1.$52410744.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2020-04-28T05:30:00+00:00" data-datetime="28 Apr 2020" data-reactid=".1h3jf0bvado.1.a.0.1.$52410744.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.a.0.1.$52410744.0.0.1.2.0.0.1.0">28 Apr 2020</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.a.0.1.$52410744.0.0.1.2.0.0.1.1">28 April 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.a.0.1.$52410744.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.a.0.1.$52410744.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.a.0.1.$52410744.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.a.0.1.$52410744.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.a.0.1.$52410744.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.a.0.1.$52410744.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-3" data-reactid=".1h3jf0bvado.1.a.0.1.$54088906"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-19" data-reactid=".1h3jf0bvado.1.a.0.1.$54088906.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/54088906" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".1h3jf0bvado.1.a.0.1.$54088906.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.a.0.1.$54088906.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.a.0.1.$54088906.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/14849/production/_114314048_nrfiji_thumbnail_web_19201080_2.jpg" alt="Victor-scuba-diving-to-tend-to-coral-nursery" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.a.0.1.$54088906.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.a.0.1.$54088906.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.a.0.1.$54088906.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.a.0.1.$54088906.0.0.1.0">How Fiji is fighting back against coral bleaching</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.a.0.1.$54088906.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.a.0.1.$54088906.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.a.0.1.$54088906.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.a.0.1.$54088906.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.a.0.1.$54088906.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.a.0.1.$54088906.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.a.0.1.$54088906.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2020-09-14T05:10:16+00:00" data-datetime="14 Sep 2020" data-reactid=".1h3jf0bvado.1.a.0.1.$54088906.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.a.0.1.$54088906.0.0.1.2.0.0.1.0">14 Sep 2020</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.a.0.1.$54088906.0.0.1.2.0.0.1.1">14 September 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.a.0.1.$54088906.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.a.0.1.$54088906.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.a.0.1.$54088906.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.a.0.1.$54088906.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.a.0.1.$54088906.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.a.0.1.$54088906.0.0.1.2.1.1">5</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-3" data-reactid=".1h3jf0bvado.1.a.0.1.$49793156"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-20" data-reactid=".1h3jf0bvado.1.a.0.1.$49793156.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/49793156" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".1h3jf0bvado.1.a.0.1.$49793156.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.a.0.1.$49793156.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.a.0.1.$49793156.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/17EBC/production/_108908979_aaauntitled.jpg" alt="eco-superhero" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.a.0.1.$49793156.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.a.0.1.$49793156.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.a.0.1.$49793156.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.a.0.1.$49793156.0.0.1.0">Climate Change Quiz: How green are you?</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.a.0.1.$49793156.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.a.0.1.$49793156.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.a.0.1.$49793156.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.a.0.1.$49793156.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.a.0.1.$49793156.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.a.0.1.$49793156.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.a.0.1.$49793156.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date gs-u-align-middle gs-u-display-inline" datetime="2019-09-23T05:52:02+00:00" data-datetime="23 Sep 2019" data-reactid=".1h3jf0bvado.1.a.0.1.$49793156.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.a.0.1.$49793156.0.0.1.2.0.0.1.0">23 Sep 2019</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.a.0.1.$49793156.0.0.1.2.0.0.1.1">23 September 2019</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.a.0.1.$49793156.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.a.0.1.$49793156.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.a.0.1.$49793156.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.a.0.1.$49793156.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.a.0.1.$49793156.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.a.0.1.$49793156.0.0.1.2.1.1">25</span></div></div></div></a></div></div></div></div><div class="newsround-more-stories__outer newsround-more-stories__outer--more-stories-3" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.1.a.1.0"><div class="newsround-more-stories__show-more newsround-more-stories__show-more--more-stories-3" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.1.a.1.0.0.0"><div class="newsround-more-stories__show-more-button" data-reactid=".1h3jf0bvado.1.a.1.0.0.0.0"><button class="newsround-button newsround-button--purple" tabindex="-1" aria-label="Show more stories" data-reactid=".1h3jf0bvado.1.a.1.0.0.0.0.0"><span data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.1.b"><div class="gs-u-box-size newsround-more-stories__wrapper" data-reactid=".1h3jf0bvado.1.b.0"><div class="newsround-more-stories__header" data-reactid=".1h3jf0bvado.1.b.0.0"><div class="newsround-more-stories__header-item" data-reactid=".1h3jf0bvado.1.b.0.0.0"><h2 class="newsround-more-stories__header-title newsround-more-stories__header-title--more-stories-4" data-reactid=".1h3jf0bvado.1.b.0.0.0.0">Space</h2></div></div><div class="newsround-more-stories__stories" style="height:478px;" data-reactid=".1h3jf0bvado.1.b.0.1"><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".1h3jf0bvado.1.b.0.1.$58149487"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-1" data-reactid=".1h3jf0bvado.1.b.0.1.$58149487.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/58149487" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".1h3jf0bvado.1.b.0.1.$58149487.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.b.0.1.$58149487.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.b.0.1.$58149487.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/17CD4/production/_120529479_boyinspace.png" alt="boy-dressed-as-astronaut." class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.b.0.1.$58149487.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.b.0.1.$58149487.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.b.0.1.$58149487.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.b.0.1.$58149487.0.0.1.0">When can I go to space?</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.b.0.1.$58149487.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.b.0.1.$58149487.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.b.0.1.$58149487.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.b.0.1.$58149487.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.b.0.1.$58149487.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.b.0.1.$58149487.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.b.0.1.$58149487.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-14T05:59:44+00:00" data-datetime="14 Sep 2021" data-reactid=".1h3jf0bvado.1.b.0.1.$58149487.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.b.0.1.$58149487.0.0.1.2.0.0.1.0">14 Sep 2021</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.b.0.1.$58149487.0.0.1.2.0.0.1.1">14 September 2021</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.b.0.1.$58149487.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.b.0.1.$58149487.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.b.0.1.$58149487.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.b.0.1.$58149487.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.b.0.1.$58149487.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.b.0.1.$58149487.0.0.1.2.1.1">13</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".1h3jf0bvado.1.b.0.1.$58803425"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-2" data-reactid=".1h3jf0bvado.1.b.0.1.$58803425.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/58803425" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".1h3jf0bvado.1.b.0.1.$58803425.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.b.0.1.$58803425.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.b.0.1.$58803425.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/52E6/production/_120822212_gettyimages-548979711-1.jpg" alt="astronaut waving" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.b.0.1.$58803425.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.b.0.1.$58803425.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.b.0.1.$58803425.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.b.0.1.$58803425.0.0.1.0">Try Newsround&#x27;s mega space quiz!</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.b.0.1.$58803425.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.b.0.1.$58803425.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.b.0.1.$58803425.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.b.0.1.$58803425.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.b.0.1.$58803425.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.b.0.1.$58803425.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.b.0.1.$58803425.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-10-06T05:42:32+00:00" data-datetime="6 Oct 2021" data-reactid=".1h3jf0bvado.1.b.0.1.$58803425.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.b.0.1.$58803425.0.0.1.2.0.0.1.0">6 Oct 2021</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.b.0.1.$58803425.0.0.1.2.0.0.1.1">6 October 2021</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.b.0.1.$58803425.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.b.0.1.$58803425.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.b.0.1.$58803425.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.b.0.1.$58803425.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.b.0.1.$58803425.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.b.0.1.$58803425.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-4" data-reactid=".1h3jf0bvado.1.b.0.1.$58916959"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-3" data-reactid=".1h3jf0bvado.1.b.0.1.$58916959.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/58916959" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".1h3jf0bvado.1.b.0.1.$58916959.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.b.0.1.$58916959.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.b.0.1.$58916959.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/10B92/production/_121089486_gettyimages-1250906711.jpg" alt="Pop art illustration of astronauts viewing Saturn from one of the planet's moons." class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.b.0.1.$58916959.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.b.0.1.$58916959.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.b.0.1.$58916959.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.b.0.1.$58916959.0.0.1.0">Space travel: The Moon, then Mars, but what comes next?</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.b.0.1.$58916959.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.b.0.1.$58916959.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.b.0.1.$58916959.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.b.0.1.$58916959.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.b.0.1.$58916959.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.b.0.1.$58916959.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.b.0.1.$58916959.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-10-15T06:29:32+00:00" data-datetime="15 Oct 2021" data-reactid=".1h3jf0bvado.1.b.0.1.$58916959.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.b.0.1.$58916959.0.0.1.2.0.0.1.0">15 Oct 2021</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.b.0.1.$58916959.0.0.1.2.0.0.1.1">15 October 2021</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.b.0.1.$58916959.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.b.0.1.$58916959.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.b.0.1.$58916959.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.b.0.1.$58916959.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.b.0.1.$58916959.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.b.0.1.$58916959.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-4" data-reactid=".1h3jf0bvado.1.b.0.1.$57779354"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-4" data-reactid=".1h3jf0bvado.1.b.0.1.$57779354.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/57779354" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".1h3jf0bvado.1.b.0.1.$57779354.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.b.0.1.$57779354.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.b.0.1.$57779354.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/0387/production/_119330900_gettyimages-497277548.jpg" alt="jupiter's-southern-aurora." class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.b.0.1.$57779354.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.b.0.1.$57779354.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.b.0.1.$57779354.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.b.0.1.$57779354.0.0.1.0">Scientists solve one of Jupiter&#x27;s big mysteries!</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.b.0.1.$57779354.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.b.0.1.$57779354.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.b.0.1.$57779354.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.b.0.1.$57779354.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.b.0.1.$57779354.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.b.0.1.$57779354.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.b.0.1.$57779354.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-10T05:42:57+00:00" data-datetime="10 Jul 2021" data-reactid=".1h3jf0bvado.1.b.0.1.$57779354.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.b.0.1.$57779354.0.0.1.2.0.0.1.0">10 Jul 2021</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.b.0.1.$57779354.0.0.1.2.0.0.1.1">10 July 2021</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.b.0.1.$57779354.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.b.0.1.$57779354.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.b.0.1.$57779354.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.b.0.1.$57779354.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.b.0.1.$57779354.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.b.0.1.$57779354.0.0.1.2.1.1">12</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".1h3jf0bvado.1.b.0.1.$58754369"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-5" data-reactid=".1h3jf0bvado.1.b.0.1.$58754369.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/58754369" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".1h3jf0bvado.1.b.0.1.$58754369.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.b.0.1.$58754369.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.b.0.1.$58754369.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/13B06/production/_120764608_marsindex.jpg" alt="Mars" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.b.0.1.$58754369.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.b.0.1.$58754369.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.b.0.1.$58754369.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.b.0.1.$58754369.0.0.1.0">Why are Nasa pausing their Mars missions?</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.b.0.1.$58754369.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.b.0.1.$58754369.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.b.0.1.$58754369.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.b.0.1.$58754369.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.b.0.1.$58754369.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.b.0.1.$58754369.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.b.0.1.$58754369.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-10-01T17:26:34+00:00" data-datetime="1 Oct 2021" data-reactid=".1h3jf0bvado.1.b.0.1.$58754369.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.b.0.1.$58754369.0.0.1.2.0.0.1.0">1 Oct 2021</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.b.0.1.$58754369.0.0.1.2.0.0.1.1">1 October 2021</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.b.0.1.$58754369.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.b.0.1.$58754369.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.b.0.1.$58754369.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.b.0.1.$58754369.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.b.0.1.$58754369.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.b.0.1.$58754369.0.0.1.2.1.1">19</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".1h3jf0bvado.1.b.0.1.$58778430"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-6" data-reactid=".1h3jf0bvado.1.b.0.1.$58778430.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/58778430" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".1h3jf0bvado.1.b.0.1.$58778430.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.b.0.1.$58778430.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.b.0.1.$58778430.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/17233/production/_107817749_gettyimages-481229372.jpg" alt="Samantha-Cristoforetti-barbie." class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.b.0.1.$58778430.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.b.0.1.$58778430.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.b.0.1.$58778430.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.b.0.1.$58778430.0.0.1.0">Space Week: Barbie takes zero-gravity flight</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.b.0.1.$58778430.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.b.0.1.$58778430.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.b.0.1.$58778430.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.b.0.1.$58778430.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.b.0.1.$58778430.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.b.0.1.$58778430.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.b.0.1.$58778430.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-10-04T07:45:05+00:00" data-datetime="4 Oct 2021" data-reactid=".1h3jf0bvado.1.b.0.1.$58778430.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.b.0.1.$58778430.0.0.1.2.0.0.1.0">4 Oct 2021</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.b.0.1.$58778430.0.0.1.2.0.0.1.1">4 October 2021</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.b.0.1.$58778430.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.b.0.1.$58778430.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.b.0.1.$58778430.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.b.0.1.$58778430.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.b.0.1.$58778430.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.b.0.1.$58778430.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-4" data-reactid=".1h3jf0bvado.1.b.0.1.$58905585"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-7" data-reactid=".1h3jf0bvado.1.b.0.1.$58905585.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/58905585" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".1h3jf0bvado.1.b.0.1.$58905585.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.b.0.1.$58905585.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.b.0.1.$58905585.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/41B1/production/_121071861_rocket.jpg" alt="a-rocket-blasting-into-space" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.b.0.1.$58905585.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.b.0.1.$58905585.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.b.0.1.$58905585.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.b.0.1.$58905585.0.0.1.0">VOTE: Should we be travelling to space?</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.b.0.1.$58905585.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.b.0.1.$58905585.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.b.0.1.$58905585.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.b.0.1.$58905585.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.b.0.1.$58905585.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.b.0.1.$58905585.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.b.0.1.$58905585.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-10-18T06:41:37+00:00" data-datetime="18 Oct 2021" data-reactid=".1h3jf0bvado.1.b.0.1.$58905585.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.b.0.1.$58905585.0.0.1.2.0.0.1.0">18 Oct 2021</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.b.0.1.$58905585.0.0.1.2.0.0.1.1">18 October 2021</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.b.0.1.$58905585.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.b.0.1.$58905585.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.b.0.1.$58905585.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.b.0.1.$58905585.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.b.0.1.$58905585.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.b.0.1.$58905585.0.0.1.2.1.1">97</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".1h3jf0bvado.1.b.0.1.$54785102"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-8" data-reactid=".1h3jf0bvado.1.b.0.1.$54785102.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/54785102" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".1h3jf0bvado.1.b.0.1.$54785102.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.b.0.1.$54785102.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.b.0.1.$54785102.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/8C58/production/_115182953_issspaceindexsml.jpg" alt="The ISS orbiting the earth" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.b.0.1.$54785102.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.b.0.1.$54785102.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.b.0.1.$54785102.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.b.0.1.$54785102.0.0.1.0">The 20 most amazing ISS moments</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.b.0.1.$54785102.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.b.0.1.$54785102.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.b.0.1.$54785102.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.b.0.1.$54785102.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.b.0.1.$54785102.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.b.0.1.$54785102.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.b.0.1.$54785102.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-11-03T06:44:44+00:00" data-datetime="3 Nov 2020" data-reactid=".1h3jf0bvado.1.b.0.1.$54785102.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.b.0.1.$54785102.0.0.1.2.0.0.1.0">3 Nov 2020</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.b.0.1.$54785102.0.0.1.2.0.0.1.1">3 November 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.b.0.1.$54785102.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.b.0.1.$54785102.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.b.0.1.$54785102.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.b.0.1.$54785102.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.b.0.1.$54785102.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.b.0.1.$54785102.0.0.1.2.1.1">2</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".1h3jf0bvado.1.b.0.1.$56087038"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-9" data-reactid=".1h3jf0bvado.1.b.0.1.$56087038.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/56087038" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".1h3jf0bvado.1.b.0.1.$56087038.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.b.0.1.$56087038.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.b.0.1.$56087038.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/A6C1/production/_116998624_p0974xrm.jpg" alt="Tim Peake" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.b.0.1.$56087038.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--pink newsround-promo__promolabel--duration" data-reactid=".1h3jf0bvado.1.b.0.1.$56087038.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".1h3jf0bvado.1.b.0.1.$56087038.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.b.0.1.$56087038.0.0.0.1.0.0"><title data-reactid=".1h3jf0bvado.1.b.0.1.$56087038.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".1h3jf0bvado.1.b.0.1.$56087038.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".1h3jf0bvado.1.b.0.1.$56087038.0.0.0.1.1">2:04</span></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.b.0.1.$56087038.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.b.0.1.$56087038.0.0.1.0">Tim Peake: How to become an astronaut</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.b.0.1.$56087038.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.b.0.1.$56087038.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.b.0.1.$56087038.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.b.0.1.$56087038.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.b.0.1.$56087038.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.b.0.1.$56087038.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.b.0.1.$56087038.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-02-16T15:19:03+00:00" data-datetime="16 Feb 2021" data-reactid=".1h3jf0bvado.1.b.0.1.$56087038.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.b.0.1.$56087038.0.0.1.2.0.0.1.0">16 Feb 2021</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.b.0.1.$56087038.0.0.1.2.0.0.1.1">16 February 2021</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".1h3jf0bvado.1.b.0.1.$56498592"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-10" data-reactid=".1h3jf0bvado.1.b.0.1.$56498592.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/56498592" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".1h3jf0bvado.1.b.0.1.$56498592.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.b.0.1.$56498592.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.b.0.1.$56498592.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/6321/production/_117677352_image5.png" alt="Buildings coming out from cliff face" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.b.0.1.$56498592.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--pink" data-reactid=".1h3jf0bvado.1.b.0.1.$56498592.0.0.0.1"><div class="gel-icon gel-icon--image newsround-promo__icon" data-reactid=".1h3jf0bvado.1.b.0.1.$56498592.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.b.0.1.$56498592.0.0.0.1.0.0"><title data-reactid=".1h3jf0bvado.1.b.0.1.$56498592.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=".1h3jf0bvado.1.b.0.1.$56498592.0.0.0.1.0.0.1"></path><circle cx="20" cy="17" r="5.5" data-reactid=".1h3jf0bvado.1.b.0.1.$56498592.0.0.0.1.0.0.2"></circle></svg></div><span class="duration" data-reactid=".1h3jf0bvado.1.b.0.1.$56498592.0.0.0.1.1"></span></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.b.0.1.$56498592.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.b.0.1.$56498592.0.0.1.0">Here&#x27;s what homes in Mars&#x27; first city might look like</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.b.0.1.$56498592.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.b.0.1.$56498592.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.b.0.1.$56498592.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.b.0.1.$56498592.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.b.0.1.$56498592.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.b.0.1.$56498592.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.b.0.1.$56498592.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-24T06:31:17+00:00" data-datetime="24 Mar 2021" data-reactid=".1h3jf0bvado.1.b.0.1.$56498592.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.b.0.1.$56498592.0.0.1.2.0.0.1.0">24 Mar 2021</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.b.0.1.$56498592.0.0.1.2.0.0.1.1">24 March 2021</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".1h3jf0bvado.1.b.0.1.$55188055"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-11" data-reactid=".1h3jf0bvado.1.b.0.1.$55188055.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/55188055" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".1h3jf0bvado.1.b.0.1.$55188055.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.b.0.1.$55188055.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.b.0.1.$55188055.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/12DA/production/_115862840_tv064024239.jpg" alt="Elon-Musk." class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.b.0.1.$55188055.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.b.0.1.$55188055.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.b.0.1.$55188055.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.b.0.1.$55188055.0.0.1.0">Who is Elon Musk?</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.b.0.1.$55188055.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.b.0.1.$55188055.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.b.0.1.$55188055.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.b.0.1.$55188055.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.b.0.1.$55188055.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.b.0.1.$55188055.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.b.0.1.$55188055.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-06T06:51:06+00:00" data-datetime="6 Jan 2021" data-reactid=".1h3jf0bvado.1.b.0.1.$55188055.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.b.0.1.$55188055.0.0.1.2.0.0.1.0">6 Jan 2021</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.b.0.1.$55188055.0.0.1.2.0.0.1.1">6 January 2021</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.b.0.1.$55188055.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.b.0.1.$55188055.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.b.0.1.$55188055.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.b.0.1.$55188055.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.b.0.1.$55188055.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.b.0.1.$55188055.0.0.1.2.1.1">30</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".1h3jf0bvado.1.b.0.1.$57898775"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-12" data-reactid=".1h3jf0bvado.1.b.0.1.$57898775.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/57898775" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".1h3jf0bvado.1.b.0.1.$57898775.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.b.0.1.$57898775.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.b.0.1.$57898775.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/55A0/production/_119502912_gettyimages-1329692020.jpg" alt="The New Shepard Blue Origin rocket lifts-off" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.b.0.1.$57898775.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.b.0.1.$57898775.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.b.0.1.$57898775.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.b.0.1.$57898775.0.0.1.0">Youngest and oldest astronauts join Amazon billionaire on space adventure</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.b.0.1.$57898775.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.b.0.1.$57898775.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.b.0.1.$57898775.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.b.0.1.$57898775.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.b.0.1.$57898775.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.b.0.1.$57898775.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.b.0.1.$57898775.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-20T16:20:43+00:00" data-datetime="20 Jul 2021" data-reactid=".1h3jf0bvado.1.b.0.1.$57898775.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.b.0.1.$57898775.0.0.1.2.0.0.1.0">20 Jul 2021</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.b.0.1.$57898775.0.0.1.2.0.0.1.1">20 July 2021</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.b.0.1.$57898775.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.b.0.1.$57898775.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.b.0.1.$57898775.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.b.0.1.$57898775.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.b.0.1.$57898775.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.b.0.1.$57898775.0.0.1.2.1.1">8</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".1h3jf0bvado.1.b.0.1.$52735532"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-13" data-reactid=".1h3jf0bvado.1.b.0.1.$52735532.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/52735532" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".1h3jf0bvado.1.b.0.1.$52735532.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.b.0.1.$52735532.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.b.0.1.$52735532.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/51AC/production/_112380902_hi061554033.jpg" alt="The twist marking the baby planet." class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.b.0.1.$52735532.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.b.0.1.$52735532.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.b.0.1.$52735532.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.b.0.1.$52735532.0.0.1.0">First ever images of a baby planet being &#x27;born&#x27;</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.b.0.1.$52735532.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.b.0.1.$52735532.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.b.0.1.$52735532.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.b.0.1.$52735532.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.b.0.1.$52735532.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.b.0.1.$52735532.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.b.0.1.$52735532.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-20T13:12:01+00:00" data-datetime="20 May 2020" data-reactid=".1h3jf0bvado.1.b.0.1.$52735532.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.b.0.1.$52735532.0.0.1.2.0.0.1.0">20 May 2020</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.b.0.1.$52735532.0.0.1.2.0.0.1.1">20 May 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.b.0.1.$52735532.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.b.0.1.$52735532.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.b.0.1.$52735532.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.b.0.1.$52735532.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.b.0.1.$52735532.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.b.0.1.$52735532.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-4" data-reactid=".1h3jf0bvado.1.b.0.1.$52365257"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-14" data-reactid=".1h3jf0bvado.1.b.0.1.$52365257.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/52365257" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".1h3jf0bvado.1.b.0.1.$52365257.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.b.0.1.$52365257.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.b.0.1.$52365257.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/BC1D/production/_112375184_p02pwsz9.jpg" alt="hubble photo" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.b.0.1.$52365257.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.b.0.1.$52365257.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.b.0.1.$52365257.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.b.0.1.$52365257.0.0.1.0">30 years of Hubble space photos!</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.b.0.1.$52365257.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.b.0.1.$52365257.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.b.0.1.$52365257.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.b.0.1.$52365257.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.b.0.1.$52365257.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.b.0.1.$52365257.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.b.0.1.$52365257.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-20T05:54:26+00:00" data-datetime="20 May 2020" data-reactid=".1h3jf0bvado.1.b.0.1.$52365257.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.b.0.1.$52365257.0.0.1.2.0.0.1.0">20 May 2020</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.b.0.1.$52365257.0.0.1.2.0.0.1.1">20 May 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.b.0.1.$52365257.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.b.0.1.$52365257.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.b.0.1.$52365257.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.b.0.1.$52365257.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.b.0.1.$52365257.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.b.0.1.$52365257.0.0.1.2.1.1">17</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".1h3jf0bvado.1.b.0.1.$56122698"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-15" data-reactid=".1h3jf0bvado.1.b.0.1.$56122698.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/56122698" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".1h3jf0bvado.1.b.0.1.$56122698.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.b.0.1.$56122698.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.b.0.1.$56122698.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/114B6/production/_117083807_hi065794279.jpg" alt="Nasa scientists celebrate" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.b.0.1.$56122698.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.b.0.1.$56122698.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.b.0.1.$56122698.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.b.0.1.$56122698.0.0.1.0">Touchdown on Mars for Nasa rover</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.b.0.1.$56122698.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.b.0.1.$56122698.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.b.0.1.$56122698.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.b.0.1.$56122698.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.b.0.1.$56122698.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.b.0.1.$56122698.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.b.0.1.$56122698.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-02-19T08:30:30+00:00" data-datetime="19 Feb 2021" data-reactid=".1h3jf0bvado.1.b.0.1.$56122698.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.b.0.1.$56122698.0.0.1.2.0.0.1.0">19 Feb 2021</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.b.0.1.$56122698.0.0.1.2.0.0.1.1">19 February 2021</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.b.0.1.$56122698.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.b.0.1.$56122698.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.b.0.1.$56122698.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.b.0.1.$56122698.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.b.0.1.$56122698.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.b.0.1.$56122698.0.0.1.2.1.1">101</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".1h3jf0bvado.1.b.0.1.$51553481"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-16" data-reactid=".1h3jf0bvado.1.b.0.1.$51553481.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/51553481" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".1h3jf0bvado.1.b.0.1.$51553481.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.b.0.1.$51553481.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.b.0.1.$51553481.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/1625B/production/_110951709_pluto.jpg" alt="pluto-smiling-cartoon" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.b.0.1.$51553481.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.b.0.1.$51553481.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.b.0.1.$51553481.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.b.0.1.$51553481.0.0.1.0">Quiz: Celebrate 90 years since Pluto&#x27;s discovery</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.b.0.1.$51553481.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.b.0.1.$51553481.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.b.0.1.$51553481.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.b.0.1.$51553481.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.b.0.1.$51553481.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.b.0.1.$51553481.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.b.0.1.$51553481.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-18T17:55:42+00:00" data-datetime="18 Feb 2020" data-reactid=".1h3jf0bvado.1.b.0.1.$51553481.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.b.0.1.$51553481.0.0.1.2.0.0.1.0">18 Feb 2020</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.b.0.1.$51553481.0.0.1.2.0.0.1.1">18 February 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.b.0.1.$51553481.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.b.0.1.$51553481.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.b.0.1.$51553481.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.b.0.1.$51553481.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.b.0.1.$51553481.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.b.0.1.$51553481.0.0.1.2.1.1">3</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".1h3jf0bvado.1.b.0.1.$51493661"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-17" data-reactid=".1h3jf0bvado.1.b.0.1.$51493661.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/51493661" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".1h3jf0bvado.1.b.0.1.$51493661.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.b.0.1.$51493661.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.b.0.1.$51493661.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/9CAE/production/_110901104_gettyimages-1130380384.jpg" alt="christina koch" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.b.0.1.$51493661.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--pink newsround-promo__promolabel--duration" data-reactid=".1h3jf0bvado.1.b.0.1.$51493661.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".1h3jf0bvado.1.b.0.1.$51493661.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.b.0.1.$51493661.0.0.0.1.0.0"><title data-reactid=".1h3jf0bvado.1.b.0.1.$51493661.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".1h3jf0bvado.1.b.0.1.$51493661.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".1h3jf0bvado.1.b.0.1.$51493661.0.0.0.1.1">2:00</span></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.b.0.1.$51493661.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.b.0.1.$51493661.0.0.1.0">What&#x27;s it like to spend nearly a year in space?</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.b.0.1.$51493661.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.b.0.1.$51493661.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.b.0.1.$51493661.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.b.0.1.$51493661.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.b.0.1.$51493661.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.b.0.1.$51493661.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.b.0.1.$51493661.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-14T06:27:10+00:00" data-datetime="14 Feb 2020" data-reactid=".1h3jf0bvado.1.b.0.1.$51493661.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.b.0.1.$51493661.0.0.1.2.0.0.1.0">14 Feb 2020</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.b.0.1.$51493661.0.0.1.2.0.0.1.1">14 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=".1h3jf0bvado.1.b.0.1.$52768002"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-18" data-reactid=".1h3jf0bvado.1.b.0.1.$52768002.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/52768002" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".1h3jf0bvado.1.b.0.1.$52768002.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.b.0.1.$52768002.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.b.0.1.$52768002.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/AE4D/production/_112412644_marsspaceship.jpg" alt="mars-and-spaceship." class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.b.0.1.$52768002.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.b.0.1.$52768002.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.b.0.1.$52768002.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.b.0.1.$52768002.0.0.1.0">Nasa wants people for a special Mars mission</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.b.0.1.$52768002.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.b.0.1.$52768002.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.b.0.1.$52768002.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.b.0.1.$52768002.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.b.0.1.$52768002.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.b.0.1.$52768002.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.b.0.1.$52768002.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-24T07:48:21+00:00" data-datetime="24 May 2020" data-reactid=".1h3jf0bvado.1.b.0.1.$52768002.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.b.0.1.$52768002.0.0.1.2.0.0.1.0">24 May 2020</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.b.0.1.$52768002.0.0.1.2.0.0.1.1">24 May 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.b.0.1.$52768002.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.b.0.1.$52768002.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.b.0.1.$52768002.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.b.0.1.$52768002.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.b.0.1.$52768002.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.b.0.1.$52768002.0.0.1.2.1.1">19</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".1h3jf0bvado.1.b.0.1.$51417140"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-19" data-reactid=".1h3jf0bvado.1.b.0.1.$51417140.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/51417140" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".1h3jf0bvado.1.b.0.1.$51417140.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.b.0.1.$51417140.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.b.0.1.$51417140.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/12F53/production/_110815677_059695548-1.jpg" alt="Solar-Orbiter-artist-impression." class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.b.0.1.$51417140.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.b.0.1.$51417140.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.b.0.1.$51417140.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.b.0.1.$51417140.0.0.1.0">3, 2, 1... Sun mission blasts off!</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.b.0.1.$51417140.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.b.0.1.$51417140.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.b.0.1.$51417140.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.b.0.1.$51417140.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.b.0.1.$51417140.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.b.0.1.$51417140.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.b.0.1.$51417140.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-10T06:52:34+00:00" data-datetime="10 Feb 2020" data-reactid=".1h3jf0bvado.1.b.0.1.$51417140.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.b.0.1.$51417140.0.0.1.2.0.0.1.0">10 Feb 2020</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.b.0.1.$51417140.0.0.1.2.0.0.1.1">10 February 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.b.0.1.$51417140.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.b.0.1.$51417140.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.b.0.1.$51417140.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.b.0.1.$51417140.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.b.0.1.$51417140.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.b.0.1.$51417140.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-4" data-reactid=".1h3jf0bvado.1.b.0.1.$51387784"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-20" data-reactid=".1h3jf0bvado.1.b.0.1.$51387784.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/51387784" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".1h3jf0bvado.1.b.0.1.$51387784.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.b.0.1.$51387784.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.b.0.1.$51387784.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/10D60/production/_110806986_gettyimages-1198912467.jpg" alt="christina-koch" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.b.0.1.$51387784.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.b.0.1.$51387784.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.b.0.1.$51387784.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.b.0.1.$51387784.0.0.1.0">Christina Koch: Five cool things about the record-breaking astronaut</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.b.0.1.$51387784.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.b.0.1.$51387784.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.b.0.1.$51387784.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.b.0.1.$51387784.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.b.0.1.$51387784.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1h3jf0bvado.1.b.0.1.$51387784.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1h3jf0bvado.1.b.0.1.$51387784.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:02:45+00:00" data-datetime="7 Feb 2020" data-reactid=".1h3jf0bvado.1.b.0.1.$51387784.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.b.0.1.$51387784.0.0.1.2.0.0.1.0">7 Feb 2020</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.1.b.0.1.$51387784.0.0.1.2.0.0.1.1">7 February 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1h3jf0bvado.1.b.0.1.$51387784.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.b.0.1.$51387784.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.b.0.1.$51387784.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.1.b.0.1.$51387784.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1h3jf0bvado.1.b.0.1.$51387784.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".1h3jf0bvado.1.b.0.1.$51387784.0.0.1.2.1.1">2</span></div></div></div></a></div></div></div></div><div class="newsround-more-stories__outer newsround-more-stories__outer--more-stories-4" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.1.b.1.0"><div class="newsround-more-stories__show-more newsround-more-stories__show-more--more-stories-4" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.1.b.1.0.0.0"><div class="newsround-more-stories__show-more-button" data-reactid=".1h3jf0bvado.1.b.1.0.0.0.0"><button class="newsround-button newsround-button--pink" tabindex="-1" aria-label="Show more stories" data-reactid=".1h3jf0bvado.1.b.1.0.0.0.0.0"><span data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.1.c"><div class="gs-u-box-size newsround-more-stories__wrapper" data-reactid=".1h3jf0bvado.1.c.0"><div class="newsround-more-stories__header" data-reactid=".1h3jf0bvado.1.c.0.0"><div class="newsround-more-stories__header-item" data-reactid=".1h3jf0bvado.1.c.0.0.0"><h2 class="newsround-more-stories__header-title newsround-more-stories__header-title--more-stories-5" data-reactid=".1h3jf0bvado.1.c.0.0.0.0">Newsround Quizzes</h2></div></div><div class="newsround-more-stories__stories" style="height:478px;" data-reactid=".1h3jf0bvado.1.c.0.1"><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-5" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$59344807.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/59344807" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".1h3jf0bvado.1.c.0.1.$59344807.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.c.0.1.$59344807.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.c.0.1.$59344807.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/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=".1h3jf0bvado.1.c.0.1.$59344807.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.c.0.1.$59344807.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.c.0.1.$59344807.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$59344807.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.c.0.1.$59344807.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.c.0.1.$59344807.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.c.0.1.$59344807.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$59344807.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.c.0.1.$59344807.0.0.1.2.0.0.1.0">19 Nov 2021</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$59344807.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.c.0.1.$59344807.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.c.0.1.$59344807.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$59344807.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-5" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$49604374.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/49604374" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".1h3jf0bvado.1.c.0.1.$49604374.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.c.0.1.$49604374.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.c.0.1.$49604374.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/130DE/production/_120664087_strictly.jpg" alt="Strictly Come Dancing" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.c.0.1.$49604374.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.c.0.1.$49604374.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.c.0.1.$49604374.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$49604374.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.c.0.1.$49604374.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.c.0.1.$49604374.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.c.0.1.$49604374.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$49604374.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.c.0.1.$49604374.0.0.1.2.0.0.1.0">19 Sep 2021</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$49604374.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.c.0.1.$49604374.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.c.0.1.$49604374.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$58615194.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/58615194" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".1h3jf0bvado.1.c.0.1.$58615194.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.c.0.1.$58615194.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.c.0.1.$58615194.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/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=".1h3jf0bvado.1.c.0.1.$58615194.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.c.0.1.$58615194.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.c.0.1.$58615194.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$58615194.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.c.0.1.$58615194.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.c.0.1.$58615194.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.c.0.1.$58615194.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$58615194.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.c.0.1.$58615194.0.0.1.2.0.0.1.0">19 Sep 2021</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$57566354.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/57566354" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".1h3jf0bvado.1.c.0.1.$57566354.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.c.0.1.$57566354.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.c.0.1.$57566354.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/8251/production/_119016333_untitled.png" alt="Dinosaur" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.c.0.1.$57566354.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.c.0.1.$57566354.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.c.0.1.$57566354.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.c.0.1.$57566354.0.0.1.0">Which dinosaur are you?</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.c.0.1.$57566354.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.c.0.1.$57566354.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.c.0.1.$57566354.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.c.0.1.$57566354.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$57566354.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.c.0.1.$57566354.0.0.1.2.0.0.1.0">26 Jun 2021</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$58490789.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/58490789" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".1h3jf0bvado.1.c.0.1.$58490789.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.c.0.1.$58490789.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.c.0.1.$58490789.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/17111/production/_120618449_lklklk.jpg" alt="pinapples" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.c.0.1.$58490789.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.c.0.1.$58490789.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.c.0.1.$58490789.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$58490789.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.c.0.1.$58490789.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.c.0.1.$58490789.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.c.0.1.$58490789.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$58490789.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.c.0.1.$58490789.0.0.1.2.0.0.1.0">9 Sep 2021</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$58490789.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.c.0.1.$58490789.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.c.0.1.$58490789.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$58490789.0.0.1.2.1.1">42</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-5" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$57098170.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/57098170" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".1h3jf0bvado.1.c.0.1.$57098170.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.c.0.1.$57098170.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.c.0.1.$57098170.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/9567/production/_118474283_gettyimages-1128675063.jpg" alt="solar system" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.c.0.1.$57098170.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.c.0.1.$57098170.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.c.0.1.$57098170.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.c.0.1.$57098170.0.0.1.0">Try our solar system quiz!</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.c.0.1.$57098170.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.c.0.1.$57098170.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.c.0.1.$57098170.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.c.0.1.$57098170.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$57098170.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.c.0.1.$57098170.0.0.1.2.0.0.1.0">13 May 2021</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$58615537.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/58615537" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".1h3jf0bvado.1.c.0.1.$58615537.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.c.0.1.$58615537.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.c.0.1.$58615537.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/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=".1h3jf0bvado.1.c.0.1.$58615537.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.c.0.1.$58615537.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.c.0.1.$58615537.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.c.0.1.$58615537.0.0.1.0">How well do you know your equines?</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.c.0.1.$58615537.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.c.0.1.$58615537.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.c.0.1.$58615537.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.c.0.1.$58615537.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$58615537.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.c.0.1.$58615537.0.0.1.2.0.0.1.0">19 Sep 2021</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$52527526.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/52527526" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".1h3jf0bvado.1.c.0.1.$52527526.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.c.0.1.$52527526.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.c.0.1.$52527526.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/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=".1h3jf0bvado.1.c.0.1.$52527526.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.c.0.1.$52527526.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.c.0.1.$52527526.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.c.0.1.$52527526.0.0.1.0">Which Star Wars character are you?</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.c.0.1.$52527526.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.c.0.1.$52527526.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.c.0.1.$52527526.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.c.0.1.$52527526.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$52527526.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.c.0.1.$52527526.0.0.1.2.0.0.1.0">4 May 2020</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$52527526.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.c.0.1.$52527526.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.c.0.1.$52527526.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$58552024.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/58552024" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".1h3jf0bvado.1.c.0.1.$58552024.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.c.0.1.$58552024.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.c.0.1.$58552024.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/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=".1h3jf0bvado.1.c.0.1.$58552024.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.c.0.1.$58552024.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.c.0.1.$58552024.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$58552024.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.c.0.1.$58552024.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.c.0.1.$58552024.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.c.0.1.$58552024.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$58552024.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.c.0.1.$58552024.0.0.1.2.0.0.1.0">15 Sep 2021</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$58552024.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.c.0.1.$58552024.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.c.0.1.$58552024.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$58552024.0.0.1.2.1.1">28</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-5" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$47387157.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/47387157" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".1h3jf0bvado.1.c.0.1.$47387157.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.c.0.1.$47387157.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.c.0.1.$47387157.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/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=".1h3jf0bvado.1.c.0.1.$47387157.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.c.0.1.$47387157.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.c.0.1.$47387157.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.c.0.1.$47387157.0.0.1.0">Test your Marvel and DC superhero skills!</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.c.0.1.$47387157.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.c.0.1.$47387157.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.c.0.1.$47387157.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.c.0.1.$47387157.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$47387157.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.c.0.1.$47387157.0.0.1.2.0.0.1.0">14 May 2020</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$48888243.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/48888243" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".1h3jf0bvado.1.c.0.1.$48888243.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.c.0.1.$48888243.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.c.0.1.$48888243.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/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=".1h3jf0bvado.1.c.0.1.$48888243.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.c.0.1.$48888243.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.c.0.1.$48888243.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.c.0.1.$48888243.0.0.1.0">Take our World Chocolate Day Quiz</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.c.0.1.$48888243.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.c.0.1.$48888243.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.c.0.1.$48888243.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.c.0.1.$48888243.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$48888243.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.c.0.1.$48888243.0.0.1.2.0.0.1.0">7 Jul 2021</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$48888243.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.c.0.1.$48888243.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.c.0.1.$48888243.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$57257081.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/57257081" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".1h3jf0bvado.1.c.0.1.$57257081.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.c.0.1.$57257081.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.c.0.1.$57257081.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/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=".1h3jf0bvado.1.c.0.1.$57257081.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.c.0.1.$57257081.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.c.0.1.$57257081.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$57257081.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.c.0.1.$57257081.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.c.0.1.$57257081.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.c.0.1.$57257081.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$57257081.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.c.0.1.$57257081.0.0.1.2.0.0.1.0">27 May 2021</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$57257081.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.c.0.1.$57257081.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.c.0.1.$57257081.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$52545218.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/52545218" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".1h3jf0bvado.1.c.0.1.$52545218.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.c.0.1.$52545218.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.c.0.1.$52545218.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/169C7/production/_112151629_gettyimages-1142576725.jpg" alt="cherry-tree" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.c.0.1.$52545218.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.c.0.1.$52545218.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.c.0.1.$52545218.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.c.0.1.$52545218.0.0.1.0">Can you name the tree?</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.c.0.1.$52545218.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.c.0.1.$52545218.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.c.0.1.$52545218.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.c.0.1.$52545218.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$52545218.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.c.0.1.$52545218.0.0.1.2.0.0.1.0">5 May 2020</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$52545218.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.c.0.1.$52545218.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.c.0.1.$52545218.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$45024727.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/45024727" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".1h3jf0bvado.1.c.0.1.$45024727.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.c.0.1.$45024727.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.c.0.1.$45024727.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/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=".1h3jf0bvado.1.c.0.1.$45024727.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.c.0.1.$45024727.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.c.0.1.$45024727.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$45024727.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.c.0.1.$45024727.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.c.0.1.$45024727.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.c.0.1.$45024727.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$45024727.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.c.0.1.$45024727.0.0.1.2.0.0.1.0">31 Jul 2018</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$51078336.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/51078336" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".1h3jf0bvado.1.c.0.1.$51078336.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.c.0.1.$51078336.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.c.0.1.$51078336.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/17A09/production/_105177769_gettyimages-849916536.jpg" alt="coins" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.c.0.1.$51078336.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.c.0.1.$51078336.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.c.0.1.$51078336.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$51078336.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.c.0.1.$51078336.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.c.0.1.$51078336.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.c.0.1.$51078336.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$51078336.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.c.0.1.$51078336.0.0.1.2.0.0.1.0">17 Jan 2020</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$51078336.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.c.0.1.$51078336.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.c.0.1.$51078336.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$52343789.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/52343789" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".1h3jf0bvado.1.c.0.1.$52343789.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.c.0.1.$52343789.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.c.0.1.$52343789.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/12812/production/_111849757_flamingo.jpg" alt="Flamingos" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.c.0.1.$52343789.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.c.0.1.$52343789.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.c.0.1.$52343789.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.c.0.1.$52343789.0.0.1.0">Which animal are you?</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.c.0.1.$52343789.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.c.0.1.$52343789.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.c.0.1.$52343789.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.c.0.1.$52343789.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$52343789.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.c.0.1.$52343789.0.0.1.2.0.0.1.0">21 Apr 2020</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$53523635.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/53523635" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".1h3jf0bvado.1.c.0.1.$53523635.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.c.0.1.$53523635.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.c.0.1.$53523635.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/18145/production/_113692689_quiz_1.png" alt="QUIZ!" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.c.0.1.$53523635.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.c.0.1.$53523635.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.c.0.1.$53523635.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.c.0.1.$53523635.0.0.1.0">Take our mega holiday quizzes!</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.c.0.1.$53523635.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.c.0.1.$53523635.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.c.0.1.$53523635.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.c.0.1.$53523635.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$53523635.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.c.0.1.$53523635.0.0.1.2.0.0.1.0">27 Jul 2020</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$53523635.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.c.0.1.$53523635.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.c.0.1.$53523635.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$58436170.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/58436170" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".1h3jf0bvado.1.c.0.1.$58436170.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.c.0.1.$58436170.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.c.0.1.$58436170.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/EB12/production/_120387106_gettyimages-528215436.jpg" alt="beyonce." class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.c.0.1.$58436170.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.c.0.1.$58436170.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.c.0.1.$58436170.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.c.0.1.$58436170.0.0.1.0">Are you a Beyoncé superfan?</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.c.0.1.$58436170.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.c.0.1.$58436170.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.c.0.1.$58436170.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.c.0.1.$58436170.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$58436170.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.c.0.1.$58436170.0.0.1.2.0.0.1.0">4 Sep 2021</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$58436170.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.c.0.1.$58436170.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.c.0.1.$58436170.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$58436170.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-5" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$52565132.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/52565132" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".1h3jf0bvado.1.c.0.1.$52565132.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.c.0.1.$52565132.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.c.0.1.$52565132.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/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=".1h3jf0bvado.1.c.0.1.$52565132.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.c.0.1.$52565132.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.c.0.1.$52565132.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.c.0.1.$52565132.0.0.1.0">Do you know your cash?</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.c.0.1.$52565132.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.c.0.1.$52565132.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.c.0.1.$52565132.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.c.0.1.$52565132.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$52565132.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.c.0.1.$52565132.0.0.1.2.0.0.1.0">7 May 2020</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$52565132.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.c.0.1.$52565132.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.c.0.1.$52565132.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$52649183.0"><a href="/web/20220116111258/https://www.bbc.co.uk/newsround/52649183" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".1h3jf0bvado.1.c.0.1.$52649183.0.0"><div class="newsround-promo__media" data-reactid=".1h3jf0bvado.1.c.0.1.$52649183.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1h3jf0bvado.1.c.0.1.$52649183.0.0.0.0"><img src="https://web.archive.org/web/20220116111258im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/148BB/production/_112255148_ra.jpg" alt="celebrity siblings" class="newsround-promo__responsive-image" data-reactid=".1h3jf0bvado.1.c.0.1.$52649183.0.0.0.0.0"/></div><span data-reactid=".1h3jf0bvado.1.c.0.1.$52649183.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1h3jf0bvado.1.c.0.1.$52649183.0.0.1"><p class="newsround-promo__headline" data-reactid=".1h3jf0bvado.1.c.0.1.$52649183.0.0.1.0">Quiz: Guess the celebrity siblings</p><div class="newsround-promo__footer" data-reactid=".1h3jf0bvado.1.c.0.1.$52649183.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1h3jf0bvado.1.c.0.1.$52649183.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1h3jf0bvado.1.c.0.1.$52649183.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1h3jf0bvado.1.c.0.1.$52649183.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$52649183.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1h3jf0bvado.1.c.0.1.$52649183.0.0.1.2.0.0.1.0">13 May 2020</span><span class="gs-u-vh" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.1.c.0.1.$52649183.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1h3jf0bvado.1.c.0.1.$52649183.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1h3jf0bvado.1.c.0.1.$52649183.0.0.1.2.1.0.0"><title data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.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=".1h3jf0bvado.1.c.1.0"><div class="newsround-more-stories__show-more newsround-more-stories__show-more--more-stories-5" data-reactid=".1h3jf0bvado.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=".1h3jf0bvado.1.c.1.0.0.0"><div class="newsround-more-stories__show-more-button" data-reactid=".1h3jf0bvado.1.c.1.0.0.0.0"><button class="newsround-button newsround-button--teal" tabindex="-1" aria-label="Show more stories" data-reactid=".1h3jf0bvado.1.c.1.0.0.0.0.0"><span data-reactid=".1h3jf0bvado.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/20220116111258/https://www.bbc.co.uk/cbbc">CBBC</a></li><li class="orb-nav-iplayer orb-d"><a href="https://web.archive.org/web/20220116111258/https://www.bbc.co.uk/tv/cbbc">CBBC iPlayer</a></li><li class="orb-nav-newsround"><a href="https://web.archive.org/web/20220116111258/https://www.bbc.co.uk/newsround">Newsround</a></li><li class="orb-nav-bitesize orb-d"><a href="https://web.archive.org/web/20220116111258/https://www.bbc.co.uk/bitesize">Bitesize</a></li><li class="orb-nav-ownit orb-d"><a href="https://web.archive.org/web/20220116111258/https://www.bbc.com/ownit">Own It</a></li><li class="orb-nav-cbeebies"><a href="https://web.archive.org/web/20220116111258/https://www.bbc.co.uk/cbeebies">CBeebies</a></li><li class="orb-nav-cbbctv"><a href="https://web.archive.org/web/20220116111258/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/20220116111258/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/20220116111258/https://www.bbcglobalnews.com/">Advertise with us<' + '/a><' + '/li><li class="orb-footer-adchoices"><a href="https://web.archive.org/web/20220116111258/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/20220116111258/https://www.bbc.co.uk/usingthebbc/terms/">Terms of Use</a></li><li class="orb-footer-about"><a href="https://web.archive.org/web/20220116111258/https://www.bbc.co.uk/aboutthebbc">About the BBC</a></li><li class="orb-footer-privacy"><a href="https://web.archive.org/web/20220116111258/https://www.bbc.co.uk/usingthebbc/privacy/">Privacy Policy</a></li><li class="orb-footer-cookies"><a href="https://web.archive.org/web/20220116111258/https://www.bbc.co.uk/usingthebbc/cookies/">Cookies</a></li><li class="orb-footer-accessibility"><a href="https://web.archive.org/web/20220116111258/https://www.bbc.co.uk/accessibility/">Accessibility Help</a></li><li class="orb-footer-parental"><a href="https://web.archive.org/web/20220116111258/https://www.bbc.co.uk/guidance">Parental Guidance</a></li><li class="orb-footer-contact"><a href="https://web.archive.org/web/20220116111258/https://www.bbc.co.uk/contact">Contact the BBC</a></li><li class="orb-footer-newsletter"><a href="https://web.archive.org/web/20220116111258/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/20220116111258/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="importmap">{"imports":{"orbit-drawer":"https://web.archive.org/web/20220116111258/https://static.files.bbci.co.uk/orbit/8161b75793cc3c38d814e1a4a19a2f6a/js/drawer-api.bundle.js","bbccookies":"https://web.archive.org/web/20220116111258/https://static.files.bbci.co.uk/cookies/6868f40b6841deedfcf9895de775e1ab/cookie-banner/cookie-library.module.js"}}</script><script type="text/javascript" src="https://web.archive.org/web/20220116111258js_/https://static.files.bbci.co.uk/orbit/8161b75793cc3c38d814e1a4a19a2f6a/js/redirect.bundle.js" async=""></script><script type="text/javascript" src="https://web.archive.org/web/20220116111258js_/https://static.files.bbci.co.uk/orbit/8161b75793cc3c38d814e1a4a19a2f6a/js/performance.bundle.js" data-release="3.0.0-1789.c4ed4c99" data-ux="orb" data-reqjs="" async=""></script><script id="orb-js-script" data-assetpath="https://static.files.bbci.co.uk/orbit/8161b75793cc3c38d814e1a4a19a2f6a/" src="https://web.archive.org/web/20220116111258js_/https://static.files.bbci.co.uk/orbit/8161b75793cc3c38d814e1a4a19a2f6a/js/orb.min.js"></script><script type="module" src="https://web.archive.org/web/20220116111258jm_/https://static.files.bbci.co.uk/orbit/8161b75793cc3c38d814e1a4a19a2f6a/js/orbit.js" async=""></script><script nomodule="" type="text/javascript" src="https://web.archive.org/web/20220116111258js_/https://static.files.bbci.co.uk/orbit/8161b75793cc3c38d814e1a4a19a2f6a/js/legacyOrbit.js" async=""></script> <script type="text/javascript">/*<![CDATA[*/ require(['orb/nav'], function(nav) { window.bbcuser.isUKCombined().then(function(isUK) { if (isUK) { nav.loadJs('https://web.archive.org/web/20220116111258/https://static.files.bbci.co.uk/orbit/8161b75793cc3c38d814e1a4a19a2f6a/js/edr.min.js'); } }); }); /*]]>*/</script> <script type="module">if (window.bbcuser && window.bbcuser.isUKCombined) { bbcuser.isUKCombined().then(function (isUK) { if (isUK) { const isOrbUx = !!document.querySelector('.orb-nav-pri-container'); if (isOrbUx) { const script = document.createElement('script'); script.src = 'https://web.archive.org/web/20220116111258/https://nav.files.bbci.co.uk/searchbox/c341e7d71d358d3bff8caf11581ee18e//js/old-search-suggest.js'; script.async = true; script.setAttribute('data-static-prefix', 'https://web.archive.org/web/20220116111258/https://nav.files.bbci.co.uk/searchbox/c341e7d71d358d3bff8caf11581ee18e/'); script.setAttribute('data-variant', 'cbbc'); script.setAttribute('data-scope', 'cbbc'); document.head.appendChild(script); } else { import('https://web.archive.org/web/20220116111258/https://nav.files.bbci.co.uk/searchbox/c341e7d71d358d3bff8caf11581ee18e//js/search-suggest.js').then(drawer => { drawer.setupSearchDrawer({ searchboxAppStaticPrefix: 'https://web.archive.org/web/20220116111258/https://nav.files.bbci.co.uk/searchbox/c341e7d71d358d3bff8caf11581ee18e/', variant: 'cbbc', searchScope: 'cbbc', }); }); } } }); }</script> <script type="text/javascript" src="https://web.archive.org/web/20220116111258js_/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/20220116111258/https://static.files.bbci.co.uk/cookies/6868f40b6841deedfcf9895de775e1ab/cookie-banner/cookie-prompt/"</script><script src="https://web.archive.org/web/20220116111258js_/https://static.files.bbci.co.uk/cookies/6868f40b6841deedfcf9895de775e1ab/cookie-banner/cookie-banners.bundle.js" async=""></script> <script src="https://web.archive.org/web/20220116111258js_/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/20220116111258/https://emp.bbci.co.uk/emp/bump-3/bump-3","bump-4":"//web.archive.org/web/20220116111258/https://emp.bbci.co.uk/emp/bump-4/bump-4","echo-8.1.0":"//web.archive.org/web/20220116111258/https://static.bbci.co.uk/echoclient/modules/echo-8.1.0.js","jssignals-1":"//web.archive.org/web/20220116111258/https://static.bbci.co.uk/frameworks/jssignals/0.3.6/modules/jssignals-1","jquery-1":"//web.archive.org/web/20220116111258/https://static.test.bbc.co.uk/frameworks/jquery/0.4.1/sharedmodules/jquery-1.7.2","jquery-1.9":"//web.archive.org/web/20220116111258/https://static.bbci.co.uk/frameworks/jquery/0.4.1/sharedmodules/jquery-1.9.1","swfobject-2":"//web.archive.org/web/20220116111258/https://static.bbci.co.uk/frameworks/swfobject/0.1.10/sharedmodules/swfobject-2","istats-1":"//web.archive.org/web/20220116111258/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/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":"Coronavirus","items":[{"id":"54842722","promoType":"story","timestamp":"2021-12-28T10:52:17+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/0F56\/production\/_118562930_p08nbs6j.jpg","imgAlt":"Girl wearing a mask in cinema","headline":"What are the coronavirus rules where you live?","summary":"It can be hard to keep up with what the rules are around the UK and what you can and can't do - so try our handy guide","href":"\/newsround\/54842722","includeComments":false},{"id":"59905559","promoType":"story","timestamp":"2022-01-07T07:47:23+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/2D65\/production\/_122612611_hi072762283.jpg","imgAlt":"Army helps ambulance workers.","headline":"Army sent in to support NHS hospitals in London","summary":"200 army troops have been sent into NHS hospitals across London to help with staff shortages.","href":"\/newsround\/59905559","includeComments":true},{"id":"59857406","promoType":"story","timestamp":"2022-01-03T09:56:39+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/895F\/production\/_122576153__122566182_selftestpa.jpg","imgAlt":"girls taking test","headline":"Secondary school pupils in England to be tested before starting term","summary":"The government announcement comes as pupils return to school this week after the Christmas break.","href":"\/newsround\/59857406","includeComments":true},{"id":"59873216","promoType":"story","timestamp":"2022-01-05T16:40:57+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/151A7\/production\/_122593468_gettyimages-1333335587.jpg","imgAlt":"girl uses an lateral flow test","headline":"New rules on testing for Covid announced","summary":"People without symptoms who test positive for coronavirus using an LFT will need to self-isolate for 7 days immediately, and will no longer need a PCR test to confirm their result.","href":"\/newsround\/59873216","includeComments":true},{"id":"59754195","promoType":"story","timestamp":"2021-12-22T10:50:41+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/2914\/production\/_122361501_lftgetty.jpg","imgAlt":"woman holding lateral flow test","headline":"Covid isolation cut to seven days from 10 for England","summary":"People infected with coronavirus in England will now only have to self-isolate for a week - rather than 10 days.","href":"\/newsround\/59754195","includeComments":true},{"id":"59639040","promoType":"story","timestamp":"2021-12-16T07:30:09+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/0E09\/production\/_122239530_photo15-12-2021211515.jpg","imgAlt":"Jonathan Van-Tam.","headline":"Professor Jonathan Van-Tam answers YOUR Covid questions","summary":"Newsround speaks to England's Deputy Chief Medical Officer on restrictions, Christmas and Omicron.","href":"\/newsround\/59639040","includeComments":true},{"id":"59839895","promoType":"story","timestamp":"2022-01-02T11:44:44+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/A00F\/production\/_122557904_mask1.jpg","imgAlt":"Masks in school","headline":"Face masks to return to secondary school classrooms in England","summary":"The government announces temporary move to help reduce the spread of the Omicron variant.","href":"\/newsround\/59839895","includeComments":true},{"id":"52970105","promoType":"story","timestamp":"2020-06-18T07:54:03+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/2963\/production\/_112959501_gettyimages-956955840.jpg","imgAlt":"Letter-r.","headline":"Coronavirus: What is the R number?","summary":"The R number - or rate - is really important. Scientists can use it to help them understand the spread of the coronavirus and it also has an impact on lockdown rules. So what is it? Here's everything you need to know.","href":"\/newsround\/52970105","includeComments":true},{"id":"51698180","promoType":"media","timestamp":"2020-05-05T08:15:53+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/179ED\/production\/_111094769_p0859hzb.jpg","imgAlt":"how to wash your hands.","headline":"How to wash your hands","summary":"It's really important to wash your hands to stop the spread of germs. Here's the best way to do it.","href":"\/newsround\/51698180","includeComments":false,"videoOptions":{"title":"How to wash your hands","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p0859hdj","vpid":"p0859hdl","holdingImageUrl":"\/\/web.archive.org\/web\/20220116111258\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p0859hzb.jpg","mediaType":"video","mediaForm":"clip","duration":"0:43"}}]}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-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":"Space","items":[{"id":"58149487","promoType":"story","timestamp":"2021-09-14T05:59:44+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/17CD4\/production\/_120529479_boyinspace.png","imgAlt":"boy-dressed-as-astronaut.","headline":"When can I go to space?","summary":"The last few years have been an exciting time for space travel and exploration, but when can we expect civilian space flights to go mainstream?","href":"\/newsround\/58149487","includeComments":true},{"id":"58803425","promoType":"story","timestamp":"2021-10-06T05:42:32+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/52E6\/production\/_120822212_gettyimages-548979711-1.jpg","imgAlt":"astronaut waving","headline":"Try Newsround's mega space quiz!","summary":"If you think you can smash it when it comes to space knowledge why not test yourself with our epic quiz?!","href":"\/newsround\/58803425","includeComments":true},{"id":"58916959","promoType":"story","timestamp":"2021-10-15T06:29:32+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/10B92\/production\/_121089486_gettyimages-1250906711.jpg","imgAlt":"Pop art illustration of astronauts viewing Saturn from one of the planet's moons.","headline":"Space travel: The Moon, then Mars, but what comes next?","summary":"The next giant leap for humankind? It could be the moons of Jupiter and Saturn.","href":"\/newsround\/58916959","includeComments":true},{"id":"57779354","promoType":"story","timestamp":"2021-07-10T05:42:57+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/0387\/production\/_119330900_gettyimages-497277548.jpg","imgAlt":"jupiter's-southern-aurora.","headline":"Scientists solve one of Jupiter's big mysteries!","summary":"For four decades, experts have wondered how the giant planet produces bursts of X-rays every few minutes.","href":"\/newsround\/57779354","includeComments":true},{"id":"58754369","promoType":"story","timestamp":"2021-10-01T17:26:34+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/13B06\/production\/_120764608_marsindex.jpg","imgAlt":"Mars","headline":"Why are Nasa pausing their Mars missions?","summary":"Nasa are planning a two-week break for their probes that are currently collecting data on Mars - but don't worry, they will still have their homework to do!","href":"\/newsround\/58754369","includeComments":true},{"id":"58778430","promoType":"story","timestamp":"2021-10-04T07:45:05+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/17233\/production\/_107817749_gettyimages-481229372.jpg","imgAlt":"Samantha-Cristoforetti-barbie.","headline":"Space Week: Barbie takes zero-gravity flight","summary":"Barbie has teamed up with the European Space Agency (ESA) and their only active female astronaut, Samantha Cristoforetti and her Barbie doll took the flight.","href":"\/newsround\/58778430","includeComments":true},{"id":"58905585","promoType":"story","timestamp":"2021-10-18T06:41:37+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/41B1\/production\/_121071861_rocket.jpg","imgAlt":"a-rocket-blasting-into-space","headline":"VOTE: Should we be travelling to space?","summary":"There have been many successful commercial space flights in 2021, but the Duke of Cambridge argues that our focus on space tourism could be a distraction from bigger issues here on Earth. We want to know what you think - take part in our vote and let us know your thoughts in the comments!","href":"\/newsround\/58905585","includeComments":true},{"id":"54785102","promoType":"story","timestamp":"2020-11-03T06:44:44+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/8C58\/production\/_115182953_issspaceindexsml.jpg","imgAlt":"The ISS orbiting the earth","headline":"The 20 most amazing ISS moments","summary":"Nasa is celebrating 20 years of humans living on the International Space Station.","href":"\/newsround\/54785102","includeComments":true},{"id":"56087038","promoType":"media","timestamp":"2021-02-16T15:19:03+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/A6C1\/production\/_116998624_p0974xrm.jpg","imgAlt":"Tim Peake","headline":"Tim Peake: How to become an astronaut","summary":"The European Space Agency (ESA) is opening its doors to the astronauts of the future. Tim Peake - the first British astronaut to live on the International Space Station (ISS) - tells us more.","href":"\/newsround\/56087038","includeComments":false,"videoOptions":{"title":"Tim Peake: How to become an astronaut","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p0974xqk","vpid":"p0974xqm","holdingImageUrl":"\/\/web.archive.org\/web\/20220116111258\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p0974xrm.jpg","mediaType":"video","mediaForm":"clip","duration":"2:04"}},{"id":"56498592","promoType":"gallery","timestamp":"2021-03-24T06:31:17+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/6321\/production\/_117677352_image5.png","imgAlt":"Buildings coming out from cliff face","headline":"Here's what homes in Mars' first city might look like","summary":"This is what architecture studio Abiboo think a city built on Mars in the future could look like. It predicts that construction of the Martian city could begin by 2054 and be completed by 2100, when the first humans could begin to live there.","href":"\/newsround\/56498592","includeComments":false},{"id":"55188055","promoType":"story","timestamp":"2021-01-06T06:51:06+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/12DA\/production\/_115862840_tv064024239.jpg","imgAlt":"Elon-Musk.","headline":"Who is Elon Musk?","summary":"He runs a space exploration company, a futuristic car business, and is the second richest man on Earth!","href":"\/newsround\/55188055","includeComments":true},{"id":"57898775","promoType":"story","timestamp":"2021-07-20T16:20:43+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/55A0\/production\/_119502912_gettyimages-1329692020.jpg","imgAlt":"The New Shepard Blue Origin rocket lifts-off","headline":"Youngest and oldest astronauts join Amazon billionaire on space adventure","summary":"Jeff Bezos and his space crew blasted off on Tuesday 20 July 2021, Jeff was on board with Mark Bezos, his brother, Wally Funk, an 82-year-old pioneer of the space race, and an 18-year-old student Oliver Daemen","href":"\/newsround\/57898775","includeComments":true},{"id":"52735532","promoType":"story","timestamp":"2020-05-20T13:12:01+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/51AC\/production\/_112380902_hi061554033.jpg","imgAlt":"The twist marking the baby planet.","headline":"First ever images of a baby planet being 'born'","summary":"Astronomers at the European Southern Observatory think they may have found the first direct evidence of a new planet being born.","href":"\/newsround\/52735532","includeComments":true},{"id":"52365257","promoType":"story","timestamp":"2020-05-20T05:54:26+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/BC1D\/production\/_112375184_p02pwsz9.jpg","imgAlt":"hubble photo","headline":"30 years of Hubble space photos!","summary":"From black holes to far away galaxies, here are just a few reasons why the Hubble Space Telescope is AMAZING!","href":"\/newsround\/52365257","includeComments":true},{"id":"56122698","promoType":"story","timestamp":"2021-02-19T08:30:30+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/114B6\/production\/_117083807_hi065794279.jpg","imgAlt":"Nasa scientists celebrate","headline":"Touchdown on Mars for Nasa rover","summary":"The Nasa rover, Perseverance, has touched down on Mars. Find out why it's such a significant moment.","href":"\/newsround\/56122698","includeComments":true},{"id":"51553481","promoType":"story","timestamp":"2020-02-18T17:55:42+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/1625B\/production\/_110951709_pluto.jpg","imgAlt":"pluto-smiling-cartoon","headline":"Quiz: Celebrate 90 years since Pluto's discovery","summary":"How much do you know about the tiny, icy planet at the edge of our solar system?","href":"\/newsround\/51553481","includeComments":true},{"id":"51493661","promoType":"media","timestamp":"2020-02-14T06:27:10+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/9CAE\/production\/_110901104_gettyimages-1130380384.jpg","imgAlt":"christina koch","headline":"What's it like to spend nearly a year in space?","summary":"Record-breaking NASA astronaut Christina Koch on what it was like spending 11 months of the International Space Station.","href":"\/newsround\/51493661","includeComments":false,"videoOptions":{"title":"Astronaut Christina Koch: 'We all live on a great planet'","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p08374f3","vpid":"p08374f8","holdingImageUrl":"\/\/web.archive.org\/web\/20220116111258\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p08375dl.jpg","mediaType":"video","mediaForm":"clip","duration":"2:00"}},{"id":"52768002","promoType":"story","timestamp":"2020-05-24T07:48:21+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/AE4D\/production\/_112412644_marsspaceship.jpg","imgAlt":"mars-and-spaceship.","headline":"Nasa wants people for a special Mars mission","summary":"The space agency is looking to put together a specially selected group to spend eight months in a spacecraft.","href":"\/newsround\/52768002","includeComments":true},{"id":"51417140","promoType":"story","timestamp":"2020-02-10T06:52:34+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/12F53\/production\/_110815677_059695548-1.jpg","imgAlt":"Solar-Orbiter-artist-impression.","headline":"3, 2, 1... Sun mission blasts off!","summary":"It's hoped Solar Orbiter will give us the first ever views of the top and bottom of the Sun, as well as shedding more light on the connections between the Sun and Earth.","href":"\/newsround\/51417140","includeComments":true},{"id":"51387784","promoType":"story","timestamp":"2020-02-07T09:02:45+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/10D60\/production\/_110806986_gettyimages-1198912467.jpg","imgAlt":"christina-koch","headline":"Christina Koch: Five cool things about the record-breaking astronaut","summary":"Christina Koch has just returned from space - after 328 days she's spent more time there than any other woman.","href":"\/newsround\/51387784","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__58803650/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__58803650":74}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__59992509/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__59992509":3}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__59967178/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__59967178":65}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__59965493/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__59965493":8}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__59964633/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__59964633":10}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__59938558/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__59938558":43}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__59873216/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__59873216":33}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__52970105/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__52970105":37}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__59317670/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__59317670":21}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__58465027/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__58465027":14}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__59218480/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__59218480":10}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__52410744/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__52410744":29}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__51387784/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__51387784":2}}); });</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":42}}); });</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":"60008470","promoType":"story","timestamp":"2022-01-16T08:03:20+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/AC51\/production\/_122731144_cbb15e4f-a84b-4d44-8375-988e03368ec0.jpg","imgAlt":"Capsized boats in Muroto, Kochi prefecture, Japan. Photo: 16 January 2022","headline":"New Zealand offers support as tsunami hits Tonga","summary":"Saturday's tsunami was caused by the eruption of the underwater Hunga Tonga-Hunga Ha'apai volcano, the second in two days. Find out more here.","href":"\/newsround\/60008470","includeComments":true},{"id":"60009526","promoType":"story","timestamp":"2022-01-16T08:12:04+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/10377\/production\/_122732466_0_what-time-is-the-masked-singer-on-tonight.jpg","imgAlt":"Masked Singer contestants","headline":"Who left the Masked Singer this weekend?","summary":"This weekend saw another celebrity contestant unmasked. Find out who it was here!","href":"\/newsround\/60009526","includeComments":true},{"id":"60008634","promoType":"story","timestamp":"2022-01-16T07:51:51+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/0944\/production\/_122727320_gettyimages-565437773.jpg","imgAlt":"dog's nose","headline":"US schools using dogs to sniff out Covid","summary":"Dogs have been trained to recognise the smell of Covid-19 and are being used to help look for Covid-19 cases in schools in the USA.","href":"\/newsround\/60008634","includeComments":true},{"id":"60012374","promoType":"story","timestamp":"2022-01-16T09:57:57+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/1769F\/production\/_122730959_djokovic.jpg","imgAlt":"Novak Djokovic","headline":"Djokovic told he must leave Australia","summary":"An Australian court has confirmed the government's decision to cancel the tennis player's visa. Find out the latest on the story here.","href":"\/newsround\/60012374","includeComments":true},{"id":"58803650","promoType":"story","timestamp":"2022-01-16T08:29:10+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/A233\/production\/_122732514_tv072757610.jpg","imgAlt":"Oti Mabuse, Jayne Torvill, Christopher Dean and Ashley Banjo","headline":"Which celebs are in Dancing on Ice 2022?","summary":"The show is set to return early next year - but which famous faces can we expect to see gracing the ice?","href":"\/newsround\/58803650","includeComments":true},{"id":"51376710","promoType":"media","timestamp":"2022-01-16T08:12:56+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/00CC\/production\/_122640200_p0bghmbl.jpg","imgAlt":"A turtle on the beach","headline":"Your Planet: Environmental news from around the world","summary":"Jenny has got your environmental news from around the globe including turtles in Bali, trying to get domestic flights greener in Denmark and some great news for birds here in the UK.","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":"p0bghlkg","vpid":"p0bghlkq","holdingImageUrl":"\/\/web.archive.org\/web\/20220116111258\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p0bghmbl.jpg","mediaType":"video","mediaForm":"clip","duration":"1:34"}},{"id":"43245617","promoType":"media","timestamp":"2022-01-14T07:47:32+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/7ABD\/production\/_122712413_p0bh2hf3.jpg","imgAlt":"A model stable with Banksy graffiti","headline":"Strange News: The oddest stories of the week","summary":"This week, Shanequa has the coolest car, some unusual onions and some awesome art work.","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":"p0bh2289","vpid":"p0bh229j","holdingImageUrl":"\/\/web.archive.org\/web\/20220116111258\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p0bh2hf3.jpg","mediaType":"video","mediaForm":"clip","duration":"1:37"}}]}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__60008470/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60008470":14}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__59966129/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__59966129":226}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__59997204/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__59997204":9}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__59976935/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__59976935":6}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__59950968/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__59950968":118}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__59955776/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__59955776":3}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__59948959/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__59948959":46}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__59934656/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__59934656":5}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__59893101/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__59893101":19}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__59857406/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__59857406":138}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__59506285/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__59506285":6}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__58916959/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__58916959":9}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__54785102/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__54785102":2}}); });</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":45}}); });</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__60012374/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60012374":0}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__59996623/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__59996623":11}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__59992003/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__59992003":5}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__59905616/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__59905616":130}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__59939161/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__59939161":21}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__59907882/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__59907882":3}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__59279773/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__59279773":5}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__59177227/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__59177227":39}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__54088906/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__54088906":5}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__57779354/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__57779354":12}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__58778430/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__58778430":10}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__55188055/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__55188055":30}}); });</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-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":"55272769","assetUri":"\/newsround\/news\/watch_newsround","firstCreated":"2020-12-11T09:17:53+00:00","headline":"Watch Newsround","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/465ec49c-484f-4347-e050-380a59806655","language":"en-gb","lastUpdated":"2022-01-16T08:07:44+00:00","media":{"images":{"index":{"122732463":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/8E47\/production\/_122732463_p0bhj4jh.jpg","originCode":"cpsprodpb","altText":"Alex on the Newsround set with a picture of Djokovic","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"122732471":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/440F\/production\/_122732471_p0bhj4jh.jpg","originCode":"cpsprodpb","altText":"Alex on the Newsround set with a picture of Djokovic","copyrightHolder":"BBC","allowSyndication":false}}},"videos":{"index":{"60013903":{"caption":"Watch Newsround","entityType":"Clip","externalId":"p0bhj4h8"}},"primary":{"60013903":{"caption":"Watch Newsround","entityType":"Clip","externalId":"p0bhj4h8"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Alex has your Sunday Newsround. We have news about a huge volcanic eruption near Tonga, meet 86-year-old athlete Tony Bowman and find out which singer was behind the mask this week!","type":"MAP"}],"semanticGroupName":"Watch Newsround"}}}); });</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":"60008470","assetUri":"\/newsround\/60008470","firstCreated":"2022-01-15T14:18:01+00:00","hasShortForm":true,"headline":"New Zealand offers support as tsunami hits Tonga","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/efd5e7d9-9a16-4f92-ac62-deefcd5cdb35","includeComments":true,"language":"en-gb","lastUpdated":"2022-01-16T08:03:20+00:00","media":{"images":{"index":{"122731144":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/AC51\/production\/_122731144_cbb15e4f-a84b-4d44-8375-988e03368ec0.jpg","originCode":"cpsprodpb","caption":"A mini-tsunami reached as far as Japan after Saturday's eruption, damaging boats in the city of Muroto","altText":"Capsized boats in Muroto, Kochi prefecture, Japan. Photo: 16 January 2022","copyrightHolder":"Kyodo via Reuters","allowSyndication":true}},"index-thumbnail":{"122728428":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/14232\/production\/_122728428_tongasmall.jpg","originCode":"cpsprodpb","caption":"Clouds rising from the Hunga Ha'apai volcano from an eruption last month","altText":"Clouds rising from the Hunga Ha'apai volcano from an eruption last month","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Saturday's tsunami was caused by the eruption of the underwater Hunga Tonga-Hunga Ha'apai volcano, the second in two days. Find out more here.","type":"STY"},{"assetId":"60009526","assetUri":"\/newsround\/60009526","firstCreated":"2022-01-16T08:12:04+00:00","hasShortForm":true,"headline":"Who left the Masked Singer this weekend?","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/c2509edb-4c3b-4e90-a6af-351d934a9ab2","includeComments":true,"language":"en-gb","lastUpdated":"2022-01-16T08:12:04+00:00","media":{"images":{"index":{"122732466":{"height":346,"width":615,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/10377\/production\/_122732466_0_what-time-is-the-masked-singer-on-tonight.jpg","originCode":"cpsprodpb","altText":"Masked Singer contestants","copyrightHolder":"ITV","allowSyndication":false}},"index-thumbnail":{"122732468":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/15197\/production\/_122732468_0_what-time-is-the-masked-singer-on-tonight.jpg","originCode":"cpsprodpb","altText":"Masked Singer contestants","copyrightHolder":"ITV","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"This weekend saw another celebrity contestant unmasked. Find out who it was here!","type":"STY"},{"assetId":"60008634","assetUri":"\/newsround\/60008634","firstCreated":"2022-01-15T12:27:50+00:00","hasShortForm":true,"headline":"US schools using dogs to sniff out Covid","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/3a8a1c40-e523-4ab8-a78a-b83e0eaab44c","includeComments":true,"language":"en-gb","lastUpdated":"2022-01-16T07:51:51+00:00","media":{"images":{"index":{"122727320":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/0944\/production\/_122727320_gettyimages-565437773.jpg","originCode":"cpsprodpb","altText":"dog's nose","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"122727403":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/7708\/production\/_122727403_gettyimages-565437773.jpg","originCode":"cpsprodpb","altText":"dog's nose","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Dogs have been trained to recognise the smell of Covid-19 and are being used to help look for Covid-19 cases in schools in the USA.","type":"STY"},{"assetId":"60012374","assetUri":"\/newsround\/60012374","firstCreated":"2022-01-16T09:57:57+00:00","hasShortForm":true,"headline":"Djokovic will not play at Australian Open","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/ae304d2e-7430-46af-adce-e184476d338b","includeComments":true,"language":"en-gb","lastUpdated":"2022-01-16T09:57:57+00:00","media":{"images":{"index":{"122730959":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/1769F\/production\/_122730959_djokovic.jpg","originCode":"cpsprodpb","altText":"Novak Djokovic","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"122730958":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/14F8F\/production\/_122730958_djokovic.jpg","originCode":"cpsprodpb","altText":"Novak Djokovic","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"overtypedHeadline":"Djokovic told he must leave Australia","section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"An Australian court has confirmed the government's decision to cancel the tennis player's visa. Find out the latest on the story here.","type":"STY"},{"assetId":"58803650","assetUri":"\/newsround\/58803650","firstCreated":"2021-10-05T16:07:46+00:00","hasShortForm":true,"headline":"Which celebs are in Dancing on Ice 2022?","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/a029c75a-8d94-42a2-9b4d-b619f2f719fa","includeComments":true,"language":"en-gb","lastUpdated":"2022-01-16T08:29:10+00:00","media":{"images":{"index":{"122732514":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/A233\/production\/_122732514_tv072757610.jpg","originCode":"cpsprodpb","altText":"Oti Mabuse, Jayne Torvill, Christopher Dean and Ashley Banjo","copyrightHolder":"Matt Frost\/ITV\/PA Wire ","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"The show is set to return early next year - but which famous faces can we expect to see gracing the ice?","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\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/64c7c114-2596-6645-86a1-b39a2059db5d","language":"en-gb","lastUpdated":"2022-01-16T08:12:56+00:00","media":{"images":{"index":{"122640200":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/00CC\/production\/_122640200_p0bghmbl.jpg","originCode":"cpsprodpb","altText":"A turtle on the beach","copyrightHolder":"BBC","allowSyndication":false}},"index-thumbnail":{"122640202":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/4EEC\/production\/_122640202_p0bghmbl.jpg","originCode":"cpsprodpb","altText":"A turtle on the beach","copyrightHolder":"BBC","allowSyndication":false}}},"videos":{"index":{"59948726":{"caption":"Your Planet: Environmental news from around the world","entityType":"Clip","externalId":"p0bghlkg"}},"primary":{"59948726":{"caption":"Your Planet: Environmental news from around the world","entityType":"Clip","externalId":"p0bghlkg"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Jenny has got your environmental news from around the globe including turtles in Bali, trying to get domestic flights greener in Denmark and some great news for birds here in the UK.","type":"MAP"},{"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\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/178d7c8a-202f-8b4d-90bb-1e52a1875ce5","language":"en-gb","lastUpdated":"2022-01-14T07:47:32+00:00","media":{"images":{"index":{"122712413":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/7ABD\/production\/_122712413_p0bh2hf3.jpg","originCode":"cpsprodpb","altText":"A model stable with Banksy graffiti","copyrightHolder":"BBC","allowSyndication":false}},"index-thumbnail":{"122712415":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/C8DD\/production\/_122712415_p0bh2hf3.jpg","originCode":"cpsprodpb","altText":"A model stable with Banksy graffiti","copyrightHolder":"BBC","allowSyndication":false}}},"videos":{"index":{"59992813":{"caption":"Strange News","entityType":"Clip","externalId":"p0bh2289"}},"primary":{"59992813":{"caption":"Strange News","entityType":"Clip","externalId":"p0bh2289"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"passport":{"category":{"categoryId":"https:\/\/web.archive.org\/web\/20220116111258\/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, Shanequa has the coolest car, some unusual onions and some awesome art work.","type":"MAP"}],"semanticGroupName":"Top Stories"},{"type":"responsive-video","title":"Watch Newsround","items":[{"assetId":"55272769","assetUri":"\/newsround\/news\/watch_newsround","firstCreated":"2020-12-11T09:17:53+00:00","headline":"Watch Newsround","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/465ec49c-484f-4347-e050-380a59806655","language":"en-gb","lastUpdated":"2022-01-16T08:07:44+00:00","media":{"images":{"index":{"122732463":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/8E47\/production\/_122732463_p0bhj4jh.jpg","originCode":"cpsprodpb","altText":"Alex on the Newsround set with a picture of Djokovic","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"122732471":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/440F\/production\/_122732471_p0bhj4jh.jpg","originCode":"cpsprodpb","altText":"Alex on the Newsround set with a picture of Djokovic","copyrightHolder":"BBC","allowSyndication":false}}},"videos":{"index":{"60013903":{"caption":"Watch Newsround","entityType":"Clip","externalId":"p0bhj4h8"}},"primary":{"60013903":{"caption":"Watch Newsround","entityType":"Clip","externalId":"p0bhj4h8"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Alex has your Sunday Newsround. We have news about a huge volcanic eruption near Tonga, meet 86-year-old athlete Tony Bowman and find out which singer was behind the mask this week!","type":"MAP"}],"semanticGroupName":"Watch Newsround"},{"type":"responsive-cluster","title":"Slice 1 - Dark purple with teal index card","strapline":{"name":"More Stories"},"items":[{"assetId":"59943967","assetUri":"\/newsround\/59943967","firstCreated":"2022-01-11T07:11:53+00:00","hasShortForm":true,"headline":"What games should you look out for in 2022?","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/43d128d9-7c32-4f3b-9844-49f356f70fc0","includeComments":true,"language":"en-gb","lastUpdated":"2022-01-15T10:58:01+00:00","media":{"images":{"index":{"122651004":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/9C4F\/production\/_122651004_warnerbros.jpg","originCode":"cpsprodpb","altText":"scene from hogwarts legacy","copyrightHolder":"WarnerBros","allowSyndication":false}},"index-thumbnail":{"122651225":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/CBF7\/production\/_122651225_p0bbcwgd.png","originCode":"cpsprodpb","altText":"2022 in gaming","copyrightHolder":"BBC","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"overtypedHeadline":"Which games should you look out for in 2022?","section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"There's a lot to look forward to in the world of gaming this year, and we've rounded up some of the best for you!","type":"STY"},{"assetId":"59996623","assetUri":"\/newsround\/59996623","firstCreated":"2022-01-14T14:02:37+00:00","hasShortForm":true,"headline":"Spider-Man comic page sells for record price!","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/fb4d6080-7095-4b8d-8064-a9388f1f4e38","includeComments":true,"language":"en-gb","lastUpdated":"2022-01-15T11:51:30+00:00","media":{"images":{"index":{"122727313":{"height":1080,"width":1920,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/7A8C\/production\/_122727313_nrgrad_8.jpg","originCode":"cpsprodpb","altText":"spiderman comic","copyrightHolder":"@HeritageAuctions\/Twitter","allowSyndication":false}},"index-thumbnail":{"122727315":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/C8AC\/production\/_122727315_nrgrad_8.jpg","originCode":"cpsprodpb","altText":"spiderman comic","copyrightHolder":"@HeritageAuctions\/Twitter","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"The single page was auctioned in Texas and shows Spider-Man in a black costume for the first time","type":"STY"},{"assetId":"59957320","assetUri":"\/newsround\/59957320","firstCreated":"2022-01-15T11:01:21+00:00","hasShortForm":true,"headline":"Study finds stars are forming quicker than previously thought","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/9e024058-e7f7-461d-b460-83df17db6707","includeComments":true,"language":"en-gb","lastUpdated":"2022-01-15T11:02:21+00:00","media":{"images":{"index":{"122727060":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/17B8\/production\/_122727060_capture2.jpg","originCode":"cpsprodpb","caption":"This is what the telescope looked like when it was being constructed","altText":"Fast telescope","copyrightHolder":"National Astronomical Observatories\/ CAS","allowSyndication":false}},"index-thumbnail":{"122727059":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/17360\/production\/_122727059_capture2.jpg","originCode":"cpsprodpb","caption":"This is what the telescope looked like when it was being constructed","altText":"Fast telescope","copyrightHolder":"National Astronomical Observatories\/ CAS","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Chinese astronomers have conducted a study that they say could change our understanding of how stars form.","type":"STY"},{"assetId":"60007142","assetUri":"\/newsround\/60007142","firstCreated":"2022-01-15T10:20:51+00:00","hasShortForm":true,"headline":"Teen pilot set to complete historic solo world flight","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/d4061aca-7d5c-47df-99c7-67b7058df59a","includeComments":true,"language":"en-gb","lastUpdated":"2022-01-15T10:20:51+00:00","media":{"images":{"index":{"122726105":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/C3F2\/production\/_122726105_mediaitem119574050.jpg","originCode":"cpsprodpb","caption":"The teenager, who comes from a family of pilots, began training when she was 14","altText":"Zara Rutherford in the cockpit of her plane","copyrightHolder":"PA Media","allowSyndication":true}},"index-thumbnail":{"122726083":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/94AE\/production\/_122726083_mediaitem119574050.jpg","originCode":"cpsprodpb","caption":"The teenager, who comes from a family of pilots, began training when she was 14","altText":"Zara Rutherford in the cockpit of her plane","copyrightHolder":"PA Media","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"The 19-year-old is due to become the youngest woman to fly solo around the globe next week when she returns to Belgium on Monday. Find out more here.","type":"STY"},{"assetId":"59992094","assetUri":"\/newsround\/59992094","firstCreated":"2022-01-14T11:21:39+00:00","hasShortForm":true,"headline":"Large events back as Wales eases Covid restrictions","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/70260a8e-e1e1-4258-9b4f-c3c6cd83d8c7","includeComments":true,"language":"en-gb","lastUpdated":"2022-01-15T08:05:59+00:00","media":{"images":{"index":{"122530192":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/71AF\/production\/_122530192_23101663741_252f49b47b_o.jpg","originCode":"cpsprodpb","caption":"Rules on outdoor activities meant Parkruns in Wales were cancelled","altText":"Parkrun in Wales","copyrightHolder":"Andy Evans\/ Parkrun","allowSyndication":false}},"index-thumbnail":{"122712860":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/1AA5\/production\/_122712860_23101663741_252f49b47b_o.jpg","originCode":"cpsprodpb","caption":"Rules on outdoor activities meant Parkruns in Wales were cancelled","altText":"Parkrun in Wales","copyrightHolder":"Andy Evans\/ Parkrun","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"overtypedHeadline":"Wales eases Covid rules","section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Welsh restrictions on large events and businesses will be removed over the next two weeks.","type":"STY"},{"assetId":"59966129","assetUri":"\/newsround\/59966129","firstCreated":"2022-01-14T07:15:36+00:00","hasShortForm":true,"headline":"Downing Street apologises to Queen over lockdown parties","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/ef1311bf-a107-4923-99ce-ec8f6523e2d4","includeComments":true,"language":"en-gb","lastUpdated":"2022-01-15T10:15:40+00:00","media":{"images":{"index":{"122701258":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/14CDA\/production\/_122701258_55a3de5f-6387-4d4f-a715-0b59d34743b3.jpg","originCode":"cpsprodpb","caption":"It's likely Mr Johnson will have to answer many more questions about his attendance at the garden gathering over the coming weeks and months.","altText":"Boris Johnson at a Downing Street briefing","copyrightHolder":"BBC Pictures","allowSyndication":false}},"index-thumbnail":{"122712079":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/17AFD\/production\/_122712079_mediaitem122701258.jpg","originCode":"cpsprodpb","caption":"It's likely Mr Johnson will have to answer many more questions about his attendance at the garden gathering over the coming weeks and months.","altText":"Boris Johnson at a Downing Street briefing","copyrightHolder":"BBC Pictures","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Downing Street has apologised to the Queen after two parties took place in April last year, the night before Prince Philip's funeral. What will happen now? Read on to find out more.","type":"STY"},{"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\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/55ad4227-b3e1-854d-aaa3-6d167cd38f4a","language":"en-gb","lastUpdated":"2022-01-15T10:21:29+00:00","media":{"images":{"index":{"122701960":{"height":665,"width":1183,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/1AFE\/production\/_122701960_cover.jpg","originCode":"cpsprodpb","altText":"robot","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"122701962":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/691E\/production\/_122701962_cover.jpg","originCode":"cpsprodpb","altText":"robot","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":"38666238","assetUri":"\/newsround\/38666238","firstCreated":"2017-01-18T16:39:15+00:00","headline":"Frog named after Greta Thunberg","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/cf0bd404-5563-8848-bede-b216ea49759c","language":"en-gb","lastUpdated":"2022-01-14T08:48:52+00:00","media":{"images":{"index":{"122699022":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/5653\/production\/_122699022_gretaandthefrog.jpg","originCode":"cpsprodpb","altText":"Greta Thunberg and Frog.","copyrightHolder":"Rainforest Trust\/Getty","allowSyndication":false}},"index-thumbnail":{"122699154":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/B08F\/production\/_122699154_gretaandthefrog.jpg","originCode":"cpsprodpb","altText":"Greta Thunberg and Frog.","copyrightHolder":"Rainforest Trust\/Getty","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"A newly discovered rare species of frog has been named after Greta Thunberg but she's not the only celeb to have a creature named after them. Check out these pics.","type":"PGL"},{"assetId":"59997204","assetUri":"\/newsround\/59997204","firstCreated":"2022-01-14T15:32:57+00:00","hasShortForm":true,"headline":"Dog rescued from collapsed house after six days","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/106e79aa-c542-4814-8ce0-10f7ddfa0808","includeComments":true,"language":"en-gb","lastUpdated":"2022-01-14T15:32:57+00:00","media":{"images":{"index":{"122716676":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/1084D\/production\/_122716676_36d375a0-c138-41c6-9924-898aaaea10d7.jpg","originCode":"cpsprodpb","caption":"Sammy the dog was carried from the wreckage six days after going missing following the landslide that destroyed her family's house.","altText":"Sammy the Lab","copyrightHolder":"Seattle Fire Department","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Sammy the dog was carried from the wreckage six days after going missing, following a landslide that destroyed her family's house.","type":"STY"},{"assetId":"59992509","assetUri":"\/newsround\/59992509","firstCreated":"2022-01-14T11:26:51+00:00","hasShortForm":true,"headline":"Turtles swim home after being rescued in Argentina","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/8f449267-fee1-4d2a-aad9-0e0f7db302b4","includeComments":true,"language":"en-gb","lastUpdated":"2022-01-14T11:26:51+00:00","media":{"images":{"index":{"122713419":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/16527\/production\/_122713419_twoturtles.jpg","originCode":"cpsprodpb","altText":"Green and loggerhead turtles","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Two green and four loggerhead turtles were found with lots of plastic in their stomachs, so an organisation rescued them, removed the plastic and released them back into the wild","type":"STY"},{"assetId":"59992091","assetUri":"\/newsround\/59992091","firstCreated":"2022-01-14T08:40:10+00:00","hasShortForm":true,"headline":"Australia cancels Djokovic's visa for second time","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/184e0d75-5fe9-40b4-9921-21ed2860dcd4","includeComments":true,"language":"en-gb","lastUpdated":"2022-01-14T08:40:10+00:00","media":{"images":{"index":{"122712028":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/14065\/production\/_122712028_ndgetty.jpg","originCode":"cpsprodpb","altText":"Novak Djokovic","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"122712613":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/7B85\/production\/_122712613_hi073093170.jpg","originCode":"cpsprodpb","altText":"djokovic.","copyrightHolder":"PA Media","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"overtypedHeadline":"Australia cancels Djokovic's permission to stay... again","section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Australia has taken away Novak Djokovic's visa for a second time in the row over his right to remain in the country","type":"STY"},{"assetId":"59986188","assetUri":"\/newsround\/59986188","firstCreated":"2022-01-13T16:55:26+00:00","hasShortForm":true,"headline":"What's happened this week at the Africa Cup of Nations?","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/996fd578-79fe-49e0-b5e6-9e674279ffe7","includeComments":true,"language":"en-gb","lastUpdated":"2022-01-14T07:28:04+00:00","media":{"images":{"index":{"122714342":{"height":573,"width":1019,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/5F15\/production\/_122714342_salah.jpg","originCode":"cpsprodpb","altText":"Mohamed Salah","copyrightHolder":"Visionhaus","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"From team debuts to clashing views - here's this weeks top moments from the Africa Cup of Nations!","type":"STY"},{"assetId":"59992003","assetUri":"\/newsround\/59992003","firstCreated":"2022-01-14T08:56:49+00:00","hasShortForm":true,"headline":"Covid isolation in England can end on day six","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/f1a98e94-7a80-4048-ac79-78d658321013","includeComments":true,"language":"en-gb","lastUpdated":"2022-01-14T09:19:22+00:00","media":{"images":{"index":{"122593472":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/6B2F\/production\/_122593472_gettyimages-1362540545.jpg","originCode":"cpsprodpb","altText":"boy having his nose swabbed for a lateral flow test","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"122713705":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/C62B\/production\/_122713705_gettyimages-1362540545.jpg","originCode":"cpsprodpb","altText":"boy having his nose swabbed for a lateral flow test","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"If you test positive for Covid-19, you now only have to isolate for five days, as long as you test negative for two days in a row.","type":"STY"},{"assetId":"59987334","assetUri":"\/newsround\/59987334","firstCreated":"2022-01-14T06:49:26+00:00","headline":"Top tips on looking after your houseplants","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/978e2b5e-a6c2-4a07-8b57-26348df196e4","language":"en-gb","lastUpdated":"2022-01-14T07:54:53+00:00","media":{"images":{"index":{"122712407":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/11315\/production\/_122712407_p0bh36hk.jpg","originCode":"cpsprodpb","altText":"Sarah Makin and Shanequa with plants","copyrightHolder":"BBC","allowSyndication":true}}},"videos":{"index":{"59987335":{"caption":"How to keep your houseplant alive","entityType":"Clip","externalId":"p0bh35qm"}},"primary":{"59987335":{"caption":"How to keep your houseplant alive","entityType":"Clip","externalId":"p0bh35qm"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"We meet a houseplant expert who shares her top tips to keep your indoor plants healthy.","type":"MAP"},{"assetId":"51836693","assetUri":"\/newsround\/51836693","firstCreated":"2020-03-11T15:22:22+00:00","headline":"Newsround: Today’s top headlines and new words of the day","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/48c41cc9-058a-1444-97e5-9ae394310f8f","language":"en-gb","lastUpdated":"2022-01-14T08:49:26+00:00","media":{"images":{"index":{"111224882":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220116111258\/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\/20220116111258\/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":"59967178","assetUri":"\/newsround\/59967178","firstCreated":"2022-01-12T16:49:09+00:00","hasShortForm":true,"headline":"Meet the goldfish that can drive!","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/4b3d79bb-f473-4e44-a877-407251c8b789","includeComments":true,"language":"en-gb","lastUpdated":"2022-01-13T07:06:00+00:00","media":{"images":{"index":{"122694151":{"height":1152,"width":2048,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/3B2D\/production\/_122694151_forestroaddrivingfish-1.jpg","originCode":"cpsprodpb","altText":"Mocked up picture of a goldfish 'driving' a car","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"122694153":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/894D\/production\/_122694153_forestroaddrivingfish-1.jpg","originCode":"cpsprodpb","altText":"Mocked up picture of a goldfish 'driving' a car","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"The car was designed to move depending on the fish’s location in its tank, showing that goldfish can understand how to move around in different environments. Find out more here.","type":"STY"},{"assetId":"59965493","assetUri":"\/newsround\/59965493","firstCreated":"2022-01-12T14:34:18+00:00","hasShortForm":true,"headline":"Why did this man build a castle?","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/d8bdd214-24b1-4dac-bc10-6b0e6f3ec0fc","includeComments":true,"language":"en-gb","lastUpdated":"2022-01-13T07:27:22+00:00","media":{"images":{"index":{"122695071":{"height":1080,"width":1920,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/42A3\/production\/_122695071_castlepic.png","originCode":"cpsprodpb","altText":"man and castle","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"122694491":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/4BF9\/production\/_122694491_castlepic.png","originCode":"cpsprodpb","altText":"man and castle","copyrightHolder":"BBC","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"A former soldier has spent years building a castle on a hillside by hand using nearby stone and damaged trees.","type":"STY"},{"assetId":"59977306","assetUri":"\/newsround\/59977306","firstCreated":"2022-01-13T08:55:31+00:00","hasShortForm":true,"headline":"Welsh women's rugby team make history with first professional players","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/36bf5f6b-073b-4213-aa05-f42dcd4e2b0d","includeComments":true,"language":"en-gb","lastUpdated":"2022-01-13T08:55:31+00:00","media":{"images":{"index":{"122658597":{"height":1152,"width":2048,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/136E1\/production\/_122658597_cdf_211121_waleswomen_v_canadawomen66.jpg","originCode":"cpsprodpb","altText":"Siwan Lillicrap","copyrightHolder":"Huw Evans picture agency","allowSyndication":true}},"index-thumbnail":{"122695645":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/D583\/production\/_122695645_cdf_211121_waleswomen_v_canadawomen66.jpg","originCode":"cpsprodpb","altText":"Siwan Lillicrap","copyrightHolder":"Huw Evans picture agency","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Twelve players, including captain Siwan Lillicrap, have been awarded full-time professional contracts.","type":"STY"},{"assetId":"59976935","assetUri":"\/newsround\/59976935","firstCreated":"2022-01-13T08:13:38+00:00","hasShortForm":true,"headline":"All English rivers are polluted, say MPs","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/544fea8c-dca5-4ee4-9ba5-1d3b919770e3","includeComments":true,"language":"en-gb","lastUpdated":"2022-01-13T08:13:38+00:00","media":{"images":{"index":{"122694498":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/15D69\/production\/_122694498_gettyimages-103116692.jpg","originCode":"cpsprodpb","altText":"bottles in river.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"122694500":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/0225\/production\/_122694500_gettyimages-103116692.jpg","originCode":"cpsprodpb","altText":"bottles in river.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"A new report by MPs has revealed the wide scale pollution problems affecting England's rivers.","type":"STY"},{"assetId":"59967185","assetUri":"\/newsround\/59967185","firstCreated":"2022-01-12T14:16:49+00:00","hasShortForm":true,"headline":"Boris Johnson apologises over attending lockdown party","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/9435e76a-7f03-4e6f-b2c3-76afedb3a587","includeComments":true,"language":"en-gb","lastUpdated":"2022-01-13T09:11:28+00:00","media":{"images":{"index":{"122675754":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/B2BD\/production\/_122675754_boris2reuters.jpg","originCode":"cpsprodpb","caption":"Boris Johnson apologised at Wednesday's Prime Minister's Questions","altText":"Boris Johnson speaking in Parliament","copyrightHolder":"Reuters","allowSyndication":true}},"index-thumbnail":{"122675761":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/4175\/production\/_122675761_gettyimages-1237536239.jpg","originCode":"cpsprodpb","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":"After days of silence, Boris Johnson admitted he attended a drinks party at Downing Street during the first lockdown, saying he was there for 25 minutes. Find out more here.","type":"STY"},{"assetId":"59905616","assetUri":"\/newsround\/59905616","firstCreated":"2022-01-07T07:33:44+00:00","hasShortForm":true,"headline":"What are you looking forward to in 2022?","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/0491af96-9499-472a-aa95-3247d893aa4a","includeComments":true,"language":"en-gb","lastUpdated":"2022-01-13T07:03:20+00:00","media":{"images":{"index":{"122612448":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/149C5\/production\/_122612448_gettyimages-500860283-1.jpg","originCode":"cpsprodpb","altText":"boys playing","copyrightHolder":"Getty","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"New Year is a time for looking forward but also reflecting on what has happened - and we want to hear from you!","type":"STY"},{"assetId":"59964633","assetUri":"\/newsround\/59964633","firstCreated":"2022-01-12T11:34:20+00:00","hasShortForm":true,"headline":"YouTuber designs one-handed PS controller mod","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/3168407b-8179-41d3-9022-b49f191e868e","includeComments":true,"language":"en-gb","lastUpdated":"2022-01-13T06:50:55+00:00","media":{"images":{"index":{"122670281":{"height":1080,"width":1920,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/471F\/production\/_122670281_nrsolid_teal.jpg","originCode":"cpsprodpb","altText":"hand holds a white playstation 5 controller with a plastic modfication added to the left joy stick","copyrightHolder":"Akaki Kuumeri","allowSyndication":false}},"index-thumbnail":{"122670276":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/10687\/production\/_122670276_nrsolid_teal.jpg","originCode":"cpsprodpb","altText":"hand holds a white playstation 5 controller with a plastic modfication added to the left joy stick","copyrightHolder":"Akaki Kuumeri","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Engineer Akaki Kuumeri has created a modification for a PlayStation DualShock controller to allow users to be able to play with just one hand!","type":"STY"},{"assetId":"59971332","assetUri":"\/newsround\/59971332","firstCreated":"2022-01-12T16:31:50+00:00","hasShortForm":true,"headline":"Guide dog gives birth to an incredible 16 pups!","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/8c4099f0-08e0-42f6-946e-216c43083183","includeComments":true,"language":"en-gb","lastUpdated":"2022-01-13T07:17:28+00:00","media":{"images":{"index":{"122676002":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/4E63\/production\/_122676002_guidedogslargelitteredit_03.jpg","originCode":"cpsprodpb","altText":"The 16 puppies","copyrightHolder":"Guide Dogs","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"A German Shepherd-Golden Retriever mix has had a litter of puppies more than three times bigger than the average litter.","type":"STY"},{"assetId":"59963475","assetUri":"\/newsround\/59963475","firstCreated":"2022-01-12T09:13:31+00:00","hasShortForm":true,"headline":"Closest asteroid for next 200 years to pass Earth","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/5538d6ff-9b8c-4f9a-b8e7-1349e762b8a4","includeComments":true,"language":"en-gb","lastUpdated":"2022-01-12T10:35:45+00:00","media":{"images":{"index":{"122669041":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/3710\/production\/_122669041_d152c08a-1362-4959-a09e-0b30c17af238.jpg","originCode":"cpsprodpb","caption":"This illustration shows an asteroid flying past Earth - the 7482 (1994 PC1) asteroid will be a lot smaller and further away.","altText":"An artists impression of an asteroid near Earth","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Experts at NASA say it is as big as a skyscraper, but will still be millions of miles away and doesn't pose a danger to Earth.","type":"STY"},{"assetId":"59906757","assetUri":"\/newsround\/59906757","firstCreated":"2022-01-11T15:43:44+00:00","hasShortForm":true,"headline":"Does your school let you learn with animals?","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/2c4c4df8-bf35-4884-8697-f3a18748a924","includeComments":true,"language":"en-gb","lastUpdated":"2022-01-12T07:36:53+00:00","media":{"images":{"index":{"122655617":{"height":1152,"width":2048,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/117E7\/production\/_122655617_gettyimages-458848303.jpg","originCode":"cpsprodpb","altText":"girl pets a rabbit","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"At a school for children with autism, having animals is not just about learning to care for them but also an emotional support. But lots of schools have animals as part of the school community - does yours?","type":"STY"},{"assetId":"59963201","assetUri":"\/newsround\/59963201","firstCreated":"2022-01-12T10:38:32+00:00","hasShortForm":true,"headline":"Mars robot feeling 'a bit unwell' after swallowing a pebble","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/22aed6e8-67a2-4f9a-8e03-d0cdd8cca385","includeComments":true,"language":"en-gb","lastUpdated":"2022-01-12T10:38:32+00:00","media":{"images":{"index":{"122669116":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/EF0C\/production\/_122669116_gettyimages-1231262958.jpg","originCode":"cpsprodpb","altText":"illustration of perseverance on mars","copyrightHolder":"NASA \/ Getty Images","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"overtypedHeadline":"Mars robot 'a bit unwell' after swallowing a pebble","section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Nasa has said its Perseverance rover has run into one or two hiccups in its travels, with pebbles clogging up its mechanisms.","type":"STY"},{"assetId":"59962910","assetUri":"\/newsround\/59962910","firstCreated":"2022-01-12T07:53:28+00:00","hasShortForm":true,"headline":"Animal shelter gets 100s of doggy duvet donations","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/8759a41c-4034-45ad-81de-ea184cb0000f","includeComments":true,"language":"en-gb","lastUpdated":"2022-01-12T07:53:28+00:00","media":{"images":{"index":{"122669038":{"height":1152,"width":2048,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/14498\/production\/_122669038_13997553-ed7d-4757-b8b7-b9e730cc8345.jpg","originCode":"cpsprodpb","altText":"A small dog under a duvet","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"When an animal shelter asked people to donate old duvets for the dogs to snuggle up in, they didn't expect this reaction!","type":"STY"},{"assetId":"59949341","assetUri":"\/newsround\/59949341","firstCreated":"2022-01-11T14:34:59+00:00","headline":"Archaeologists' discover ancient Roman town in UK","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/f3ebc676-57ba-4730-9fe5-0174eeedf159","language":"en-gb","lastUpdated":"2022-01-12T07:11:54+00:00","media":{"images":{"index":{"122668900":{"height":1080,"width":1920,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/03DA\/production\/_122668900_nrsolid_purple.jpg","originCode":"cpsprodpb","altText":"bust","copyrightHolder":"PA","allowSyndication":false}},"index-thumbnail":{"122668902":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/51FA\/production\/_122668902_nrsolid_purple.jpg","originCode":"cpsprodpb","altText":"bust","copyrightHolder":"PA","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Hundreds of objects have been found at a site known as Blackgrounds, giving historians a view into what life was like during the Iron Age and in Roman Britain.","type":"PGL"},{"assetId":"59964805","assetUri":"\/newsround\/59964805","firstCreated":"2022-01-12T13:23:45+00:00","hasShortForm":true,"headline":"Huge coral reef in Bangladesh to get extra protection","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/f34a19a8-24f9-416a-96aa-dafb39005704","includeComments":true,"language":"en-gb","lastUpdated":"2022-01-12T13:30:10+00:00","media":{"images":{"index":{"122671775":{"height":1152,"width":2048,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/E175\/production\/_122671775_7e8a9e27-f05f-4829-9d96-34b15eeeb401.jpg","originCode":"cpsprodpb","altText":"Loggerhead turtle","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"122676181":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/46F7\/production\/_122676181_mediaitem122671775.jpg","originCode":"cpsprodpb","altText":"Loggerhead turtle","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Tourism and fishing have been harmful to the marine life, despite efforts to protect them in the past.","type":"STY"},{"assetId":"59950968","assetUri":"\/newsround\/59950968","firstCreated":"2022-01-11T13:05:57+00:00","hasShortForm":true,"headline":"Which film do you think should be an award-winner?","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/6715d5de-ad07-4c3b-bec2-b847831deb2e","includeComments":true,"language":"en-gb","lastUpdated":"2022-01-11T13:18:06+00:00","media":{"images":{"index":{"122655579":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/17D13\/production\/_122655579_372efee0-4eec-4809-895d-edc16a812497-1.jpg","originCode":"cpsprodpb","altText":"Encanto poster","copyrightHolder":"Disney","allowSyndication":false}},"index-thumbnail":{"122656121":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/2F85\/production\/_122656121_372efee0-4eec-4809-895d-edc16a812497-1.jpg","originCode":"cpsprodpb","altText":"Encanto poster","copyrightHolder":"Disney","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Awards season is coming up with Spider-Man: No Way Home, Encanto and more expected to be in the running, but what film would you like to win?","type":"STY"},{"assetId":"59954696","assetUri":"\/newsround\/59954696","firstCreated":"2022-01-12T06:59:08+00:00","headline":"Maya Angelou is first black woman on US quarter coin","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/c7f89358-e167-40f9-87cb-420f11ff016c","includeComments":true,"language":"en-gb","lastUpdated":"2022-01-12T06:59:08+00:00","media":{"images":{"index":{"122668847":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/12486\/production\/_122668847_nrgrad_8.jpg","originCode":"cpsprodpb","altText":"Maya Angelou coin","copyrightHolder":"PA Media","allowSyndication":true}},"index-thumbnail":{"122668849":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/172A6\/production\/_122668849_nrgrad_8.jpg","originCode":"cpsprodpb","altText":"Maya Angelou coin","copyrightHolder":"PA Media","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"The civil rights activist and writer is the first in a series of US women honoured on the US quarter.","type":"STY"},{"assetId":"59957299","assetUri":"\/newsround\/59957299","firstCreated":"2022-01-11T15:22:29+00:00","headline":"How have mobile phones changed over the years?","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/7aef3faf-5a29-462c-90d2-6990d7e5b417","language":"en-gb","lastUpdated":"2022-01-11T16:00:05+00:00","media":{"images":{"index":{"122658205":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/C46D\/production\/_122658205_phonethumbnail.jpg","originCode":"cpsprodpb","altText":"Phones through the years","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"122657364":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/B527\/production\/_122657364_phonethumbnail.jpg","originCode":"cpsprodpb","altText":"Phones through the years","copyrightHolder":"BBC","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"News","id":"101227","uri":"\/newsround\/news","urlIdentifier":"\/newsround\/news"},"summary":"This week marks 15 years since the very first iPhone was revealed to the world. Since then, more than TWO BILLION have been sold worldwide. But phones used to look VERY different - let's take a look back at the history of mobile phones...","type":"PGL"},{"assetId":"59955776","assetUri":"\/newsround\/59955776","firstCreated":"2022-01-11T16:34:24+00:00","headline":"Scottish fans to return to stadiums next week","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/6371cf39-65bd-46fe-8557-7a07bdd53582","includeComments":true,"language":"en-gb","lastUpdated":"2022-01-12T07:04:09+00:00","media":{"images":{"index":{"122668854":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/B33E\/production\/_122668854_gettyimages-1166276404.jpg","originCode":"cpsprodpb","altText":"scotland fans","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"122668896":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/110FE\/production\/_122668896_gettyimages-1166276404.jpg","originCode":"cpsprodpb","altText":"scotland fans","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Restrictions on large outdoor events in Scotland, including football matches and concerts, are to be lifted from next Monday.","type":"STY"},{"assetId":"59948959","assetUri":"\/newsround\/59948959","firstCreated":"2022-01-11T07:30:34+00:00","hasShortForm":true,"headline":"Lockdown party problems continue for Prime Minister","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/73ebb9b9-f270-4302-b83f-f37988aa3788","includeComments":true,"language":"en-gb","lastUpdated":"2022-01-12T08:25:09+00:00","media":{"images":{"index":{"122651086":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/109AF\/production\/_122651086_gettyimages-1237247649.jpg","originCode":"cpsprodpb","altText":"Boris Johnson","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"overtypedSummary":"Boris Johnson has not said whether he attended a drinks event in the Downing Street garden during lockdown. It's the latest claim about gatherings during times when strict coronavirus rules were in place.","section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Boris Johnson has not said whether he attended a drinks event in the Downing Street garden during lockdown.","type":"STY"},{"assetId":"59938558","assetUri":"\/newsround\/59938558","firstCreated":"2022-01-10T18:07:25+00:00","hasShortForm":true,"headline":"'Use By' vs 'Best Before': What is the sniff test?","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/c8bcfa4b-0925-4ee8-99ee-a1d5932d8cdb","includeComments":true,"language":"en-gb","lastUpdated":"2022-01-11T08:05:26+00:00","media":{"images":{"index":{"122651851":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/3DC7\/production\/_122651851_nrgrad_5.jpg","originCode":"cpsprodpb","altText":"jenny sniffing milk","copyrightHolder":"BBC","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"overtypedHeadline":"What is the sniff test?","section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Morrisons is scrapping 'use by' dates on most if its milk, instead asking customers to sniff to check it's off in a bid to help reduce food waste.","type":"STY"},{"assetId":"59939161","assetUri":"\/newsround\/59939161","firstCreated":"2022-01-10T18:11:00+00:00","hasShortForm":true,"headline":"Food inspired by royalty!","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/6d052c7e-f8b8-4dcd-b420-e78dad71aeb2","includeComments":true,"language":"en-gb","lastUpdated":"2022-01-11T08:43:51+00:00","media":{"images":{"index":{"122647748":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/14B26\/production\/_122647748_e87254c1-e926-431f-87be-52b0269e1f57.jpg","originCode":"cpsprodpb","caption":"Seriously, send cake!","altText":"A battenberg cake","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Calling all bakers! You could be creating a new cake for the Queen's Platinum Jubilee. But take a look at these foods throughout the years that are inspired by the royal family.","type":"STY"},{"assetId":"59949336","assetUri":"\/newsround\/59949336","firstCreated":"2022-01-11T09:40:04+00:00","hasShortForm":true,"headline":"New animal species a 'threat' to life in Antarctica","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/f9f1eac5-57f3-461d-a199-267f52a39c99","includeComments":true,"language":"en-gb","lastUpdated":"2022-01-11T09:40:04+00:00","media":{"images":{"index":{"122651853":{"height":1152,"width":2048,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/8BE7\/production\/_122651853_penguino.jpg","originCode":"cpsprodpb","altText":"penguin standing on a rock surrounded by ice","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"122651855":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/DA07\/production\/_122651855_penguino.jpg","originCode":"cpsprodpb","altText":"penguin standing on a rock surrounded by ice","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"overtypedHeadline":"New species a 'threat' to Antarctic life","section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"A study found that ships travelling from 1,500 ports around the world are bringing invasive species to the polar region that could damage the ecosystem.","type":"STY"},{"assetId":"59940551","assetUri":"\/newsround\/59940551","firstCreated":"2022-01-10T17:28:17+00:00","hasShortForm":true,"headline":"Past seven years were the hottest ever recorded","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/615bf80b-6b4e-4cdb-9313-63364f3b87f8","includeComments":true,"language":"en-gb","lastUpdated":"2022-01-11T07:57:06+00:00","media":{"images":{"index":{"122651755":{"height":402,"width":715,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/D9A3\/production\/_122651755_gettyimages-163395478.jpg","originCode":"cpsprodpb","altText":"chimney emissions","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"122650998":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/15F31\/production\/_122650998_hotwetaher.jpg","originCode":"cpsprodpb","altText":"umbrella","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"An EU climate monitoring organisation has released data that shows the last seven years were the hottest on record, and that 2021 was the fifth hottest year our planet has ever had.","type":"STY"},{"assetId":"59934656","assetUri":"\/newsround\/59934656","firstCreated":"2022-01-10T11:20:46+00:00","hasShortForm":true,"headline":"Was Australia once covered in rainforests?","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/672b3c9a-1a19-4e0e-9f39-a5c76ee9c54a","includeComments":true,"language":"en-gb","lastUpdated":"2022-01-11T06:27:52+00:00","media":{"images":{"index":{"122640256":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/FEB4\/production\/_122640256_ozoutback.jpg","originCode":"cpsprodpb","caption":"Could this landscape once have been covered in tropical rainforests?","altText":"Australian outback","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"122640711":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/2DB8\/production\/_122640711_oztropical.jpg","originCode":"cpsprodpb","caption":"An artist's impression of how the Australian rainforest might have once looked like","altText":"Artist's impression of how the rainforest might have looked","copyrightHolder":"Alex Boermsa","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Australia is the driest inhabited continent in the world. But could it have once been covered in tropical rainforests? Find out more here.","type":"STY"},{"assetId":"59909833","assetUri":"\/newsround\/59909833","firstCreated":"2022-01-10T09:07:20+00:00","hasShortForm":true,"headline":"Schools hit with Covid-related absences, say staff","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/5542669f-648d-44ea-b5d0-59a6a5a44a28","includeComments":true,"language":"en-gb","lastUpdated":"2022-01-10T09:21:23+00:00","media":{"images":{"index":{"122620606":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/ECBA\/production\/_122620606_teacherandpupil.jpg","originCode":"cpsprodpb","altText":"Teacher and student","copyrightHolder":"Matthew Horwood\/Getty","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"overtypedHeadline":"Are people missing from your class due to Covid?","overtypedSummary":"Schools in England, Wales and Northern Ireland have told their unions that there were many absences by students and staff in the first week back after the Christmas break.","section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Schools in England, Wales and Northern Ireland have told their unions that there were many staff and student absences in the first week back after Christmas","type":"STY"},{"assetId":"59940547","assetUri":"\/newsround\/59940547","firstCreated":"2022-01-10T14:35:49+00:00","headline":"Stunning photos of the Northern Lights captured in Scotland","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/7d105e76-1ae0-4632-bc95-c4592be20343","language":"en-gb","lastUpdated":"2022-01-10T14:35:49+00:00","media":{"images":{"index":{"122643703":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/780E\/production\/_122643703_weatherwatcherscottyfindhorn.jpg","originCode":"cpsprodpb","altText":"Findhorn","copyrightHolder":"Weather Watcher\/ Scotty","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"The Northern Lights, one of the world's most beautiful natural phenomena, were spotted by BBC Weather Watchers in Scotland over the weekend. Take look at some of their incredible photos!","type":"PGL"},{"assetId":"59893101","assetUri":"\/newsround\/59893101","firstCreated":"2022-01-06T17:17:07+00:00","hasShortForm":true,"headline":"The 'miracle' dog that saved a mountain climber and other hero pooches","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/c3bc9321-1513-479d-92bc-6001131860b8","includeComments":true,"language":"en-gb","lastUpdated":"2022-01-10T07:00:09+00:00","media":{"images":{"index":{"122604277":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/12DB8\/production\/_122604277_gettyimages-1034567206.jpg","originCode":"cpsprodpb","caption":"Frida became famous for her goggles and socks","altText":"frida-the-rescue-dog.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"122608771":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/4574\/production\/_122608771_mountain-rescue-dog.jpg","originCode":"cpsprodpb","altText":"North with his owner","copyrightHolder":"Croatian Mountain Rescue Service","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"overtypedHeadline":"The 'miracle' dog that saved climber and other hero pooches","section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"A dog who kept his injured owner warm for 13 hours on a mountain and other hero dogs.","type":"STY"},{"assetId":"59907882","assetUri":"\/newsround\/59907882","firstCreated":"2022-01-07T14:22:59+00:00","hasShortForm":true,"headline":"Ants discovered healing trees","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/254a3647-d8cd-484e-a497-f49d215fd7eb","includeComments":true,"language":"en-gb","lastUpdated":"2022-01-10T06:46:30+00:00","media":{"images":{"index":{"122614336":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/F76D\/production\/_122614336_gettyimages-118198115.jpg","originCode":"cpsprodpb","altText":"Ants.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"122617186":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/10A4B\/production\/_122617186_gettyimages-118198115.jpg","originCode":"cpsprodpb","altText":"Ants.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Scientists have discovered ants healing wounded trees for the first time. Read about it here.","type":"STY"},{"assetId":"59934524","assetUri":"\/newsround\/59934524","firstCreated":"2022-01-10T09:07:13+00:00","hasShortForm":true,"headline":"Djokovic is back on the tennis court but next steps not clear","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/acae4b15-3100-48a1-8fc5-7f8aa962e83b","includeComments":true,"language":"en-gb","lastUpdated":"2022-01-10T15:02:15+00:00","media":{"images":{"index":{"122645191":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/4AD2\/production\/_122645191_06c39f64-c7c2-4d3f-aefe-9aaebed6c443.jpg","originCode":"cpsprodpb","caption":"Novak Djokovic (second from left) and his training and coaching team were back on court in Melbourne on Monday","altText":"Novak Djokovic and his training and coaching team","copyrightHolder":"Novak Djokovic on Twitter","allowSyndication":false}},"index-thumbnail":{"122641056":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/FDF6\/production\/_122641056_djokovic.jpg","originCode":"cpsprodpb","caption":"Novak Djokovic won the 2021 Australian Open","altText":"Novak Djokovic celebrates winning the 2021 Australian Open","copyrightHolder":"EPA","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"The tennis world number one has won his case and is back playing tennis, but his participation in the Australian Open is still uncertain.","type":"STY"}],"semanticGroupName":"More stories 1"},{"type":"responsive-cluster","title":"Slice 2","strapline":{"name":"Coronavirus"},"items":[{"assetId":"54842722","assetUri":"\/newsround\/54842722","firstCreated":"2020-11-06T15:48:59+00:00","hasShortForm":true,"headline":"What are the coronavirus rules where you live?","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/515c01a9-dc48-4de7-99d0-aa006f657802","language":"en-gb","lastUpdated":"2021-12-28T10:52:17+00:00","media":{"images":{"index":{"118562930":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/0F56\/production\/_118562930_p08nbs6j.jpg","originCode":"cpsprodpb","caption":"Many indoor entertainment venues like cinemas in England, Wales and parts of Scotland are reopening this week for the first time in months. Vue, Odeon, Showcase, Everyman and Curzon are among the cinemas that opened on Monday, with Cineworld and Picturehouse following on Wednesday. Northern Ireland's cinemas will open on 24 May.","altText":"Girl wearing a mask in cinema","copyrightHolder":"Getty Images","allowSyndication":false}},"index-thumbnail":{"122523424":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/A5C0\/production\/_122523424_untitled.jpg","originCode":"cpsprodpb","altText":"uk","copyrightHolder":"BBC","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"It can be hard to keep up with what the rules are around the UK and what you can and can't do - so try our handy guide","type":"STY"},{"assetId":"59905559","assetUri":"\/newsround\/59905559","firstCreated":"2022-01-07T07:47:23+00:00","hasShortForm":true,"headline":"Army sent in to support NHS hospitals in London","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/79f1772e-d8df-4c18-af85-e64fbed6cc9f","includeComments":true,"language":"en-gb","lastUpdated":"2022-01-07T07:47:23+00:00","media":{"images":{"index":{"122612611":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/2D65\/production\/_122612611_hi072762283.jpg","originCode":"cpsprodpb","caption":"Ambulance workers around London are also getting support from the military","altText":"Army helps ambulance workers.","copyrightHolder":"PA Media","allowSyndication":true}},"index-thumbnail":{"122612612":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/5475\/production\/_122612612_army.jpg","originCode":"cpsprodpb","altText":"Army at Royal London Hosp","copyrightHolder":"BBC","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"200 army troops have been sent into NHS hospitals across London to help with staff shortages.","type":"STY"},{"assetId":"59857406","assetUri":"\/newsround\/59857406","firstCreated":"2022-01-03T09:56:39+00:00","hasShortForm":true,"headline":"Secondary school pupils in England to be tested before starting term","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/cdc4c70b-85e2-4c9c-a34e-755cb3ccf28d","includeComments":true,"language":"en-gb","lastUpdated":"2022-01-03T09:56:39+00:00","media":{"images":{"index":{"122576153":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/895F\/production\/_122576153__122566182_selftestpa.jpg","originCode":"cpsprodpb","altText":"girls taking test","copyrightHolder":"PA","allowSyndication":false}},"index-thumbnail":{"122576160":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/1817\/production\/_122576160__122566182_selftestpa.jpg","originCode":"cpsprodpb","altText":"girls taking test","copyrightHolder":"PA","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"The government announcement comes as pupils return to school this week after the Christmas break.","type":"STY"},{"assetId":"59873216","assetUri":"\/newsround\/59873216","firstCreated":"2022-01-05T16:40:57+00:00","hasShortForm":true,"headline":"New rules on testing for Covid announced","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/84eb38d9-cc1c-4936-b52f-f3a3d8a5a574","includeComments":true,"language":"en-gb","lastUpdated":"2022-01-05T16:40:57+00:00","media":{"images":{"index":{"122593468":{"height":1152,"width":2048,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/151A7\/production\/_122593468_gettyimages-1333335587.jpg","originCode":"cpsprodpb","altText":"girl uses an lateral flow test","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"People without symptoms who test positive for coronavirus using an LFT will need to self-isolate for 7 days immediately, and will no longer need a PCR test to confirm their result.","type":"STY"},{"assetId":"59754195","assetUri":"\/newsround\/59754195","firstCreated":"2021-12-22T10:50:41+00:00","hasShortForm":true,"headline":"Covid isolation cut to seven days from 10 for England","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/21af5879-2faf-4796-b3f7-6ed4c9dfcb43","includeComments":true,"language":"en-gb","lastUpdated":"2021-12-22T10:50:41+00:00","media":{"images":{"index":{"122361501":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/2914\/production\/_122361501_lftgetty.jpg","originCode":"cpsprodpb","altText":"woman holding lateral flow test","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"122361503":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/7734\/production\/_122361503_lftgetty.jpg","originCode":"cpsprodpb","altText":"woman holding lateral flow test","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"People infected with coronavirus in England will now only have to self-isolate for a week - rather than 10 days.","type":"STY"},{"assetId":"59639040","assetUri":"\/newsround\/59639040","firstCreated":"2021-12-16T07:28:22+00:00","hasShortForm":true,"headline":"Professor Jonathan Van-Tam answers YOUR Covid questions","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/feaa73b8-7744-4b01-8d62-0a7c3c82ecd1","includeComments":true,"language":"en-gb","lastUpdated":"2021-12-16T07:30:09+00:00","media":{"images":{"index":{"122239530":{"height":601,"width":1068,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/0E09\/production\/_122239530_photo15-12-2021211515.jpg","originCode":"cpsprodpb","altText":"Jonathan Van-Tam.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"122237205":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/C461\/production\/_122237205_photo15-12-2021211515.jpg","originCode":"cpsprodpb","altText":"Jonathan Van-Tam.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Newsround speaks to England's Deputy Chief Medical Officer on restrictions, Christmas and Omicron.","type":"STY"},{"assetId":"59839895","assetUri":"\/newsround\/59839895","firstCreated":"2022-01-02T07:54:49+00:00","headline":"Face masks to return to secondary school classrooms in England","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/5f4f3126-0456-46d1-8899-3c4695dec9ce","includeComments":true,"language":"en-gb","lastUpdated":"2022-01-02T11:44:44+00:00","media":{"images":{"index":{"122557904":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/A00F\/production\/_122557904_mask1.jpg","originCode":"cpsprodpb","altText":"Masks in school","copyrightHolder":"OLI SCARFF","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"The government announces temporary move to help reduce the spread of the Omicron variant.","type":"STY"},{"assetId":"52970105","assetUri":"\/newsround\/52970105","firstCreated":"2020-06-12T16:44:26+00:00","hasShortForm":true,"headline":"Coronavirus: What is the R number?","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/0137c519-0902-244e-b451-825b6fdb5135","includeComments":true,"language":"en-gb","lastUpdated":"2020-06-18T07:54:03+00:00","media":{"images":{"index":{"112959501":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/2963\/production\/_112959501_gettyimages-956955840.jpg","originCode":"cpsprodpb","altText":"Letter-r.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"112959506":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/ECB3\/production\/_112959506_gettyimages-956955840.jpg","originCode":"cpsprodpb","altText":"Letter-r.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"The R number - or rate - is really important. Scientists can use it to help them understand the spread of the coronavirus and it also has an impact on lockdown rules. So what is it? Here's everything you need to know.","type":"STY"},{"assetId":"51698180","assetUri":"\/newsround\/51698180","firstCreated":"2020-03-02T06:08:00+00:00","headline":"How to wash your hands","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/8f3230f4-45da-2e4c-b382-804f6209a082","language":"en-gb","lastUpdated":"2020-05-05T08:15:53+00:00","media":{"images":{"index":{"111094769":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/179ED\/production\/_111094769_p0859hzb.jpg","originCode":"cpsprodpb","altText":"how to wash your hands.","copyrightHolder":"BBC","allowSyndication":false}},"index-thumbnail":{"111094771":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/4555\/production\/_111094771_p0859hzb.jpg","originCode":"cpsprodpb","altText":"how to wash your hands.","copyrightHolder":"BBC","allowSyndication":false}}},"videos":{"index":{"51698181":{"caption":"How to wash your hands","entityType":"Clip","externalId":"p0859hdj"}},"primary":{"51698181":{"caption":"How to wash your hands","entityType":"Clip","externalId":"p0859hdj"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"It's really important to wash your hands to stop the spread of germs. Here's the best way to do it.","type":"MAP"}],"semanticGroupName":"More stories 2"},{"type":"responsive-cluster","title":"Slice 3","strapline":{"name":"Climate and environment"},"items":[{"assetId":"59279773","assetUri":"\/newsround\/59279773","firstCreated":"2021-11-15T06:38:33+00:00","hasShortForm":true,"headline":"COP26: What is the Glasgow Climate Pact?","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/b68257ca-dca0-41b5-bb70-2c8c0b120ebd","includeComments":true,"language":"en-gb","lastUpdated":"2021-11-15T07:02:36+00:00","media":{"images":{"index":{"121551992":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/74DB\/production\/_121551992_p0b461kz.jpg","originCode":"cpsprodpb","altText":"mural that reads 'climate is changing'","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"121552238":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/14519\/production\/_121552238_gettyimages-1215758851.jpg","originCode":"cpsprodpb","altText":"People shaking hands agreeing a deal","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"After two weeks of intense discussion, what are the outcomes of the massive climate conference in Glasgow?","type":"STY"},{"assetId":"59506285","assetUri":"\/newsround\/59506285","firstCreated":"2021-12-02T17:23:21+00:00","hasShortForm":true,"headline":"Climate change could make rain more common than snow in Arctic","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/e58feda8-d438-4006-a828-b2a68ea249e5","includeComments":true,"language":"en-gb","lastUpdated":"2021-12-03T06:59:18+00:00","media":{"images":{"index":{"121934506":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/EC7F\/production\/_121934506_gettyimages-664083130.jpg","originCode":"cpsprodpb","altText":"Arctic.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"121926264":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/B4B6\/production\/_121926264_gettyimages-664083130.jpg","originCode":"cpsprodpb","altText":"Arctic.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Rain will replace snow in the Arctic a lot quicker than scientists thought because of climate change, according to a new study.","type":"STY"},{"assetId":"59295007","assetUri":"\/newsround\/59295007","firstCreated":"2021-11-15T17:09:03+00:00","hasShortForm":true,"headline":"Why is coal such a big issue in climate change talks?","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/22336a7c-5cd0-402b-a75e-9084f43872e0","includeComments":true,"language":"en-gb","lastUpdated":"2021-11-16T06:39:31+00:00","media":{"images":{"index":{"121561932":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/5D6C\/production\/_121561932_coal-0gettyimages-8.jpg","originCode":"cpsprodpb","altText":"Coal","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"121561933":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/847C\/production\/_121561933_coal-0gettyimages-8.jpg","originCode":"cpsprodpb","altText":"Coal","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"One of the big pledges of the COP26 climate conference was to 'phase down' coal, but why is coal such a problem for the planet and why are countries reluctant to stop using it?","type":"STY"},{"assetId":"59317670","assetUri":"\/newsround\/59317670","firstCreated":"2021-11-17T13:20:21+00:00","hasShortForm":true,"headline":"Children across the world demand the right to clean air","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/1f8bfddb-f53c-4d55-9c23-8a7785ad9a52","includeComments":true,"language":"en-gb","lastUpdated":"2021-11-17T13:20:21+00:00","media":{"images":{"index":{"121587124":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/A4C2\/production\/_121587124_gettyimages-874336822.jpg","originCode":"cpsprodpb","altText":"child with mask saying my right to breathe.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"121587126":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/F2E2\/production\/_121587126_gettyimages-874336822.jpg","originCode":"cpsprodpb","altText":"child with mask saying my right to breathe.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Almost 30,000 young people across the planet have called on the United Nations to acknowledge a child's right to clean air as part of the UN Convention of the Rights of the Child.","type":"STY"},{"assetId":"58465027","assetUri":"\/newsround\/58465027","firstCreated":"2021-11-11T07:01:43+00:00","hasShortForm":true,"headline":"What is greenwashing?","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/e7355085-de3e-438a-a8b4-4db98f50150e","includeComments":true,"language":"en-gb","lastUpdated":"2021-11-11T07:01:43+00:00","media":{"images":{"index":{"121517859":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/1767F\/production\/_121517859_gettyimages-1222709782.jpg","originCode":"cpsprodpb","altText":"rubber-gloves-washing-a-mini-globe","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Find out what greenwashing is, why companies and organisations might do it, and how you can spot it if it's happening.","type":"STY"},{"assetId":"59218480","assetUri":"\/newsround\/59218480","firstCreated":"2021-11-09T13:19:26+00:00","hasShortForm":true,"headline":"BBC climate expert answers YOUR questions on COP26","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/e14ad655-165e-4425-8d19-44b549b2adee","includeComments":true,"language":"en-gb","lastUpdated":"2021-11-10T06:49:10+00:00","media":{"images":{"index":{"121487272":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/6A8E\/production\/_121487272_p0b34kth.jpg","originCode":"cpsprodpb","altText":"Victoria Gill","copyrightHolder":"BBC","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"You had lots of questions about the big climate summit in Glasgow, so we've asked the BBC's science and environment correspondent to answer them.","type":"STY"},{"assetId":"59093389","assetUri":"\/newsround\/59093389","firstCreated":"2021-11-02T11:43:13+00:00","headline":"'Hear how climate change affects my country'","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/5f0a3abf-686a-455e-b992-c403cf63f820","language":"en-gb","lastUpdated":"2021-11-10T06:18:46+00:00","media":{"images":{"index":{"121314477":{"height":954,"width":1696,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/12E81\/production\/_121314477_girl.jpg","originCode":"cpsprodpb","altText":"girl","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"121315065":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/DAF3\/production\/_121315065_girl.jpg","originCode":"cpsprodpb","altText":"girl","copyrightHolder":"BBC","allowSyndication":true}}},"videos":{"index":{"59099260":{"caption":"Cop26: 'This is how climate change affects my country'","entityType":"Clip","externalId":"p0b171hx"}},"primary":{"59099260":{"caption":"Cop26: 'This is how climate change affects my country'","entityType":"Clip","externalId":"p0b171hx"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Newsround has been speaking to young people aged 6-16-years to find out how climate change is affecting their countries.","type":"MAP"},{"assetId":"59203566","assetUri":"\/newsround\/59203566","firstCreated":"2021-11-08T08:18:06+00:00","hasShortForm":true,"headline":"UK government pledges £290m to countries most affected by climate change","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/9d6b887e-3dec-4c70-ac3a-e27b1fa6484f","language":"en-gb","lastUpdated":"2021-11-08T08:18:06+00:00","media":{"images":{"index":{"121472309":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/160D7\/production\/_121472309_gettyimages-815252644.jpg","originCode":"cpsprodpb","caption":"The majority of the £290m will go to help Asian and Pacific countries that are affected by climate change like Bangladesh, but it is not known exactly which countries will receive the money","altText":"Family in floodwater in Bangladesh","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"The UK government is pledging the money to support countries that are most vulnerable to the effects of climate change.","type":"STY"},{"assetId":"59190557","assetUri":"\/newsround\/59190557","firstCreated":"2021-11-06T11:54:38+00:00","headline":"Children marching at COP26 call for more action on climate change","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/1236fe7a-3b59-48a0-92db-2bb04905dfa6","language":"en-gb","lastUpdated":"2021-11-08T07:03:15+00:00","media":{"images":{"index":{"121460624":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/A66E\/production\/_121460624_p0b2n1xp.jpg","originCode":"cpsprodpb","altText":"girl.","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"121460626":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/F48E\/production\/_121460626_p0b2n1xp.jpg","originCode":"cpsprodpb","altText":"girl.","copyrightHolder":"BBC","allowSyndication":true}}},"videos":{"index":{"59190558":{"caption":"COP26 march","entityType":"Clip","externalId":"p0b2n11g"}},"primary":{"59190558":{"caption":"COP26 march","entityType":"Clip","externalId":"p0b2n11g"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Children around the world have been marching to protest against climate change. We caught up with some of them at the COP26 march in Glasgow.","type":"MAP"},{"assetId":"59093388","assetUri":"\/newsround\/59093388","firstCreated":"2021-11-01T06:44:36+00:00","headline":"'Dear world leaders - take action on climate change!'","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/c0686590-a788-4a7c-9c48-a90af12c6c4e","language":"en-gb","lastUpdated":"2021-11-05T09:16:55+00:00","media":{"images":{"index":{"121442037":{"height":952,"width":1693,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/11D40\/production\/_121442037_aanrcop_super_web.jpg","originCode":"cpsprodpb","altText":"children","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"121297480":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/211F\/production\/_121297480_nrgrad_8-1-1.jpg","originCode":"cpsprodpb","altText":"kids","copyrightHolder":"BBC","allowSyndication":true}}},"videos":{"index":{"59099256":{"caption":"COP26: Kids around the world give their message to world leaders","entityType":"Clip","externalId":"p0b170fr"}},"primary":{"59099256":{"caption":"COP26: Kids around the world give their message to world leaders","entityType":"Clip","externalId":"p0b170fr"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Young people from around the world tell Newsround what messages they have for world leaders taking part in the COP26 climate change conference.","type":"MAP"},{"assetId":"59218900","assetUri":"\/newsround\/59218900","firstCreated":"2021-11-09T12:48:22+00:00","hasShortForm":true,"headline":"How to be fashionable without harming the planet","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/0fd1c800-97de-424f-ab14-bebf8787d9bd","includeComments":true,"language":"en-gb","lastUpdated":"2021-11-09T12:48:22+00:00","media":{"images":{"index":{"121487427":{"height":1080,"width":1920,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/11B1E\/production\/_121487427_kavita2.jpg","originCode":"cpsprodpb","altText":"kavita-smiles","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"121487429":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/1693E\/production\/_121487429_kavita2.jpg","originCode":"cpsprodpb","altText":"kavita-smiles","copyrightHolder":"BBC","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"It can be hard to love clothes and the environment at the same time - thankfully Kavita has lots of handy tips to show you how to be fashionable without hurting the planet!","type":"STY"},{"assetId":"59147262","assetUri":"\/newsround\/59147262","firstCreated":"2021-11-03T13:39:11+00:00","headline":"Who is Vanessa Nakate?","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/25c51884-2bc5-4634-9ea3-3cee8ec35af6","language":"en-gb","lastUpdated":"2021-11-03T13:39:11+00:00","media":{"images":{"index":{"121335267":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/129DD\/production\/_121335267_f93a6a67-8dae-40b5-9e9e-613cd4a9fef8.jpg","originCode":"cpsprodpb","altText":"Vanessa Nakate","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Who is she, what does she stand for and why did a photograph anger her in 2019? Find out more about this amazing activist here.","type":"STY"},{"assetId":"59177227","assetUri":"\/newsround\/59177227","firstCreated":"2021-11-05T12:33:08+00:00","hasShortForm":true,"headline":"Meet the activist fighting for Brazil's rainforests","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/30518ec2-c2fa-4c47-b70e-e18483e03cdf","includeComments":true,"language":"en-gb","lastUpdated":"2021-11-05T12:33:08+00:00","media":{"images":{"index":{"121445932":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/5D92\/production\/_121445932_gettyimages-1236277621.jpg","originCode":"cpsprodpb","caption":"Txai addressed leaders at this year's COP26 climate summit","altText":"Txai-at-COP26.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"121445934":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/ABB2\/production\/_121445934_gettyimages-1236277621.jpg","originCode":"cpsprodpb","caption":"Txai addressed leaders at this year's COP26 climate summit","altText":"Txai-at-COP26.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Txai Surui is the founder of the Indigenous Youth movement in her home state of Rondonia in Brazil. The 24-year-old has spoken to world leaders at COP26 about the impacts of climate change.","type":"STY"},{"assetId":"59160441","assetUri":"\/newsround\/59160441","firstCreated":"2021-11-04T07:26:19+00:00","hasShortForm":true,"headline":"Some nations to cut out coal but critics say it's not enough","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/91b7b804-8ae6-4634-9edb-bbe5ade0995c","includeComments":true,"language":"en-gb","lastUpdated":"2021-11-04T07:58:07+00:00","media":{"images":{"index":{"121346112":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/52AC\/production\/_121346112_bf9c5726-425f-469a-a55b-9a89951ca68b.jpg","originCode":"cpsprodpb","altText":"Coal power plant","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"overtypedHeadline":"Some nations to cut out coal but critics warn it's not enough","section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Countries including Poland, Vietnam and Chile have all pledged to find alternative, greener methods of generating power, but China, Australia and India do not.","type":"STY"},{"assetId":"59078448","assetUri":"\/newsround\/59078448","firstCreated":"2021-11-04T07:53:55+00:00","hasShortForm":true,"headline":"'If you have an idea to help the planet, go for it - don't hesitate'","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/6b70da4b-2c27-4571-b74c-e874c65fa74c","includeComments":true,"language":"en-gb","lastUpdated":"2021-11-04T07:59:35+00:00","media":{"images":{"index":{"121358845":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/D665\/production\/_121358845_vinisha.jpg","originCode":"cpsprodpb","altText":"Vinisha Umashankar.","copyrightHolder":"BBC","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"15-year-old Earthshot finalist, Vinisha Umashankar, has been speaking to Newsround about her mission to stop climate change in India.","type":"STY"},{"assetId":"53556377","assetUri":"\/newsround\/53556377","firstCreated":"2020-09-13T09:06:58+00:00","hasShortForm":true,"headline":"What is life like on the climate change frontline?","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/62618a02-cdc3-49da-8b83-e838acb8b034","includeComments":true,"language":"en-gb","lastUpdated":"2020-09-19T07:12:58+00:00","media":{"images":{"index":{"114313889":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/1820F\/production\/_114313889_nrfiji_superpromo_web_19201080.jpg","originCode":"cpsprodpb","altText":"Fiji graphic","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"114313888":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/15AFF\/production\/_114313888_nrfiji_superpromo_web_19201080.jpg","originCode":"cpsprodpb","altText":"Fiji graphic","copyrightHolder":"BBC","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Newsround has been to Fiji, a country on the climate change frontline, to see how it is being affected by rising sea levels caused by the increasing global temperatures.","type":"STY"},{"assetId":"54191148","assetUri":"\/newsround\/54191148","firstCreated":"2020-09-18T05:18:53+00:00","hasShortForm":true,"headline":"Do you want a 'green job' in the future?","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/c6157ff6-dc50-4125-9b61-7f3349f44a3e","includeComments":true,"language":"en-gb","lastUpdated":"2020-09-18T05:18:53+00:00","media":{"images":{"index":{"114412261":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/3F5D\/production\/_114412261_nr-vote-green-jobs-2.jpg","originCode":"cpsprodpb","altText":"hands holding a shoot","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"114412263":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/8D7D\/production\/_114412263_nr-vote-green-jobs-2.jpg","originCode":"cpsprodpb","altText":"hands holding a shoot","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Over two-thirds of kids hope to have a career that helps the environment, but many do not know enough about 'green jobs'.","type":"STY"},{"assetId":"52410744","assetUri":"\/newsround\/52410744","firstCreated":"2020-04-26T14:26:12+00:00","hasShortForm":true,"headline":"Australia: Life after the bushfires","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/eda0f678-bc8b-0640-ba4c-369bb80cf772","includeComments":true,"language":"en-gb","lastUpdated":"2020-04-28T05:30:00+00:00","media":{"images":{"index":{"111977016":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/EE95\/production\/_111977016_titlepage_still_00513.jpg","originCode":"cpsprodpb","altText":"Koala-and-firefighter-title-page.","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"111977015":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/C785\/production\/_111977015_titlepage_still_00513.jpg","originCode":"cpsprodpb","altText":"Koala-and-firefighter-title-page.","copyrightHolder":"BBC","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Australia experienced the worst bushfire season ever in 2019-2020 with fires blazing for months in large parts of the country. So what was it like living near them? We've been to find out.","type":"STY"},{"assetId":"54088906","assetUri":"\/newsround\/54088906","byline":{"name":"By Maeve O'Sullivan","persons":[{"name":"Maeve O'Sullivan","function":"CBBC Newsround","originCode":"MCS"}],"title":"CBBC Newsround"},"firstCreated":"2020-09-13T08:22:04+00:00","hasShortForm":true,"headline":"How Fiji is fighting back against coral bleaching","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/94460728-069c-4463-ba4e-0be09b4e33d5","includeComments":true,"language":"en-gb","lastUpdated":"2020-09-14T05:10:16+00:00","media":{"images":{"index":{"114314048":{"height":1080,"width":1920,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/14849\/production\/_114314048_nrfiji_thumbnail_web_19201080_2.jpg","originCode":"cpsprodpb","altText":"Victor-scuba-diving-to-tend-to-coral-nursery","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"114314050":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/13B1\/production\/_114314050_nrfiji_thumbnail_web_19201080_2.jpg","originCode":"cpsprodpb","altText":"Victor-scuba-diving-to-tend-to-coral-nursery","copyrightHolder":"BBC","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Fiji is home to the most extensive coral reef in the South Pacific but warming seas have previously caused devastating coral bleaching which has a huge impact on the people and wildlife who rely on it. Earlier this year, Newsround travelled to the country to find out how local communities and scientists are working together to help their reef recover.","type":"STY"},{"assetId":"49793156","assetUri":"\/newsround\/49793156","firstCreated":"2019-09-23T05:23:13+00:00","hasShortForm":true,"headline":"Climate Change Quiz: How green are you?","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/171f4bfe-4b00-1647-a897-9e24ce831c4d","includeComments":true,"language":"en-gb","lastUpdated":"2019-09-23T05:52:02+00:00","media":{"images":{"index":{"108908979":{"height":372,"width":661,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/17EBC\/production\/_108908979_aaauntitled.jpg","originCode":"cpsprodpb","altText":"eco-superhero","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"108908981":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/4A24\/production\/_108908981_aaauntitled.jpg","originCode":"cpsprodpb","altText":"eco-superhero","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Take our quiz to work out how eco-friendly you try to be in your daily life","type":"STY"}],"semanticGroupName":"More stories 3"},{"type":"responsive-cluster","title":"Slice 4 - Dark purple with pink index card","strapline":{"name":"Space"},"items":[{"assetId":"58149487","assetUri":"\/newsround\/58149487","firstCreated":"2021-09-14T05:59:44+00:00","hasShortForm":true,"headline":"When can I go to space?","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/2bf1e2b6-4998-4b9a-816c-b5b50ddcbf7e","includeComments":true,"language":"en-gb","lastUpdated":"2021-09-14T05:59:44+00:00","media":{"images":{"index":{"120529479":{"height":1080,"width":1920,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/17CD4\/production\/_120529479_boyinspace.png","originCode":"cpsprodpb","altText":"boy-dressed-as-astronaut.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"120453839":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/16E8B\/production\/_120453839_boyinspace.png","originCode":"cpsprodpb","altText":"boy-dressed-as-astronaut.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"The last few years have been an exciting time for space travel and exploration, but when can we expect civilian space flights to go mainstream?","type":"STY"},{"assetId":"58803425","assetUri":"\/newsround\/58803425","firstCreated":"2021-10-05T12:17:38+00:00","hasShortForm":true,"headline":"Try Newsround's mega space quiz!","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/4e56cafd-6c4e-413a-8e54-6121c4f878c0","includeComments":true,"language":"en-gb","lastUpdated":"2021-10-06T05:42:32+00:00","media":{"images":{"index":{"120822212":{"height":574,"width":1020,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/52E6\/production\/_120822212_gettyimages-548979711-1.jpg","originCode":"cpsprodpb","altText":"astronaut waving","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"120822214":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/A106\/production\/_120822214_gettyimages-548979711-1.jpg","originCode":"cpsprodpb","altText":"astronaut waving","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"If you think you can smash it when it comes to space knowledge why not test yourself with our epic quiz?!","type":"STY"},{"assetId":"58916959","assetUri":"\/newsround\/58916959","firstCreated":"2021-10-14T19:26:28+00:00","hasShortForm":true,"headline":"Space travel: The Moon, then Mars, but what comes next?","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/90699f7d-e25b-481d-91e3-44168dbf13a2","includeComments":true,"language":"en-gb","lastUpdated":"2021-10-15T06:29:32+00:00","media":{"images":{"index":{"121089486":{"height":1152,"width":2048,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/10B92\/production\/_121089486_gettyimages-1250906711.jpg","originCode":"cpsprodpb","altText":"Pop art illustration of astronauts viewing Saturn from one of the planet's moons.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"121089424":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/A602\/production\/_121089424_gettyimages-1251031734.jpg","originCode":"cpsprodpb","caption":"The next giant leap for humankind? It could be the moons of Saturn and Jupiter","altText":"Pop art illustration of astronauts viewing Saturn from one of the planet's moons.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"The next giant leap for humankind? It could be the moons of Jupiter and Saturn.","type":"STY"},{"assetId":"57779354","assetUri":"\/newsround\/57779354","firstCreated":"2021-07-10T05:42:57+00:00","hasShortForm":true,"headline":"Scientists solve one of Jupiter's big mysteries!","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/6b77d07c-2b1d-4eef-9288-3a9e87a1a39d","includeComments":true,"language":"en-gb","lastUpdated":"2021-07-10T05:42:57+00:00","media":{"images":{"index":{"119330900":{"height":1152,"width":2048,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/0387\/production\/_119330900_gettyimages-497277548.jpg","originCode":"cpsprodpb","caption":"The planet's X-ray auroras are found at its north and south poles","altText":"jupiter's-southern-aurora.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"119330902":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/51A7\/production\/_119330902_gettyimages-497277548.jpg","originCode":"cpsprodpb","caption":"The planet's X-ray auroras are found at its north and south poles","altText":"jupiter's-southern-aurora.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"For four decades, experts have wondered how the giant planet produces bursts of X-rays every few minutes.","type":"STY"},{"assetId":"58754369","assetUri":"\/newsround\/58754369","firstCreated":"2021-10-01T17:26:34+00:00","hasShortForm":true,"headline":"Why are Nasa pausing their Mars missions?","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/5f6a6b26-7f2f-4d30-80c4-3de093fad29c","includeComments":true,"language":"en-gb","lastUpdated":"2021-10-01T17:26:34+00:00","media":{"images":{"index":{"120764608":{"height":1080,"width":1920,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/13B06\/production\/_120764608_marsindex.jpg","originCode":"cpsprodpb","caption":"Why are the probes on Mars taking a break?","altText":"Mars","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"120764610":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/066E\/production\/_120764610_marsindex.jpg","originCode":"cpsprodpb","caption":"Why are Mars pausing their missions?","altText":"Mars","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Nasa are planning a two-week break for their probes that are currently collecting data on Mars - but don't worry, they will still have their homework to do!","type":"STY"},{"assetId":"58778430","assetUri":"\/newsround\/58778430","firstCreated":"2021-10-04T05:52:05+00:00","hasShortForm":true,"headline":"Space Week: Barbie takes zero-gravity flight","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/ed1b3693-46b9-4427-b218-0b4174ee44b6","includeComments":true,"language":"en-gb","lastUpdated":"2021-10-04T07:45:05+00:00","media":{"images":{"index":{"107817749":{"height":1152,"width":2048,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/17233\/production\/_107817749_gettyimages-481229372.jpg","originCode":"cpsprodpb","altText":"Samantha-Cristoforetti-barbie.","copyrightHolder":"Getty Images; Nasa","allowSyndication":false}},"index-thumbnail":{"120792375":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/DFF1\/production\/_120792375_gettyimages-481229372.jpg","originCode":"cpsprodpb","altText":"Samantha-Cristoforetti-barbie.","copyrightHolder":"Getty Images; Nasa","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Barbie has teamed up with the European Space Agency (ESA) and their only active female astronaut, Samantha Cristoforetti and her Barbie doll took the flight.","type":"STY"},{"assetId":"58905585","assetUri":"\/newsround\/58905585","firstCreated":"2021-10-18T06:39:43+00:00","hasShortForm":true,"headline":"VOTE: Should we be travelling to space?","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/babd03eb-44d9-471c-a6e7-a48e59152509","includeComments":true,"language":"en-gb","lastUpdated":"2021-10-18T06:41:37+00:00","media":{"images":{"index":{"121071861":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/41B1\/production\/_121071861_rocket.jpg","originCode":"cpsprodpb","caption":"To infinity, and beyond?","altText":"a-rocket-blasting-into-space","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"121120083":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/9472\/production\/_121120083_rocket.jpg","originCode":"cpsprodpb","caption":"To infinity, and beyond?","altText":"a-rocket-blasting-into-space","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"There have been many successful commercial space flights in 2021, but the Duke of Cambridge argues that our focus on space tourism could be a distraction from bigger issues here on Earth. We want to know what you think - take part in our vote and let us know your thoughts in the comments!","type":"STY"},{"assetId":"54785102","assetUri":"\/newsround\/54785102","firstCreated":"2020-11-02T17:50:01+00:00","hasShortForm":true,"headline":"The 20 most amazing moments of the ISS","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/f188ecc6-e158-4ac7-926d-bdf0440fb6fa","includeComments":true,"language":"en-gb","lastUpdated":"2020-11-03T06:44:44+00:00","media":{"images":{"index":{"115182953":{"height":1152,"width":2048,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/8C58\/production\/_115182953_issspaceindexsml.jpg","originCode":"cpsprodpb","altText":"The ISS orbiting the earth","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"115182955":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/DA78\/production\/_115182955_issspaceindexsml.jpg","originCode":"cpsprodpb","altText":"The ISS orbiting the earth","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"overtypedHeadline":"The 20 most amazing ISS moments","section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Nasa is celebrating 20 years of humans living on the International Space Station.","type":"STY"},{"assetId":"56087038","assetUri":"\/newsround\/56087038","firstCreated":"2021-02-16T15:19:03+00:00","headline":"Tim Peake: How to become an astronaut","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/5c8671d5-caa7-4161-8d73-97645507d96d","language":"en-gb","lastUpdated":"2021-02-16T15:19:03+00:00","media":{"images":{"index":{"116998624":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/A6C1\/production\/_116998624_p0974xrm.jpg","originCode":"cpsprodpb","altText":"Tim Peake","copyrightHolder":"PA","allowSyndication":false}},"index-thumbnail":{"116998626":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/F4E1\/production\/_116998626_p0974xrm.jpg","originCode":"cpsprodpb","altText":"Tim Peake","copyrightHolder":"PA","allowSyndication":false}}},"videos":{"index":{"56087483":{"caption":"WATCH: Tim Peake tells Ricky what it takes to become one of Europe's future astronauts","entityType":"Clip","externalId":"p0974xqk"}},"primary":{"56087483":{"caption":"WATCH: Tim Peake tells Ricky what it takes to become one of Europe's future astronauts","entityType":"Clip","externalId":"p0974xqk"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"The European Space Agency (ESA) is opening its doors to the astronauts of the future. Tim Peake - the first British astronaut to live on the International Space Station (ISS) - tells us more.","type":"MAP"},{"assetId":"56498592","assetUri":"\/newsround\/56498592","firstCreated":"2021-03-24T06:31:17+00:00","headline":"Here's what homes in Mars' first city might look like","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/9ec9300c-7d03-4522-bdfd-7bbc3ecb5268","language":"en-gb","lastUpdated":"2021-03-24T06:31:17+00:00","media":{"images":{"index":{"117677352":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/6321\/production\/_117677352_image5.png","originCode":"cpsprodpb","caption":"They imagine that people would live and work in these “macro-buildings“, made by tunnelling through the rock of the cliff, which would be linked together by a 3D network of tunnels.","altText":"Buildings coming out from cliff face","copyrightHolder":"Abiboo","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"This is what architecture studio Abiboo think a city built on Mars in the future could look like. It predicts that construction of the Martian city could begin by 2054 and be completed by 2100, when the first humans could begin to live there.","type":"PGL"},{"assetId":"55188055","assetUri":"\/newsround\/55188055","firstCreated":"2020-12-07T06:34:50+00:00","hasShortForm":true,"headline":"Who is Elon Musk?","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/b8ee1d54-9e11-435f-92c4-d53e67d2eca8","includeComments":true,"language":"en-gb","lastUpdated":"2021-01-06T06:51:06+00:00","media":{"images":{"index":{"115862840":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/12DA\/production\/_115862840_tv064024239.jpg","originCode":"cpsprodpb","altText":"Elon-Musk.","copyrightHolder":"EPA\/ALEXANDER BECHER","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"He runs a space exploration company, a futuristic car business, and is the second richest man on Earth!","type":"STY"},{"assetId":"57898775","assetUri":"\/newsround\/57898775","firstCreated":"2021-07-20T11:18:39+00:00","hasShortForm":true,"headline":"Youngest and oldest astronauts join Amazon billionaire on space adventure","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/df4ea5ea-25e0-42b2-863f-412a8af2df80","includeComments":true,"language":"en-gb","lastUpdated":"2021-07-20T16:20:43+00:00","media":{"images":{"index":{"119502912":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/55A0\/production\/_119502912_gettyimages-1329692020.jpg","originCode":"cpsprodpb","altText":"The New Shepard Blue Origin rocket lifts-off","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Jeff Bezos and his space crew blasted off on Tuesday 20 July 2021, Jeff was on board with Mark Bezos, his brother, Wally Funk, an 82-year-old pioneer of the space race, and an 18-year-old student Oliver Daemen","type":"STY"},{"assetId":"52735532","assetUri":"\/newsround\/52735532","firstCreated":"2020-05-20T13:12:01+00:00","hasShortForm":true,"headline":"First ever images of a baby planet being 'born'","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/baf406b2-cec8-3d40-a64e-6b8e325ace62","includeComments":true,"language":"en-gb","lastUpdated":"2020-05-20T13:12:01+00:00","media":{"images":{"index":{"112380902":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/51AC\/production\/_112380902_hi061554033.jpg","originCode":"cpsprodpb","altText":"The twist marking the baby planet.","copyrightHolder":"AFP","allowSyndication":true}},"index-thumbnail":{"112380906":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/EDEC\/production\/_112380906_hi061554033.jpg","originCode":"cpsprodpb","altText":"The twist marking the baby planet.","copyrightHolder":"AFP","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Astronomers at the European Southern Observatory think they may have found the first direct evidence of a new planet being born.","type":"STY"},{"assetId":"52365257","assetUri":"\/newsround\/52365257","firstCreated":"2020-04-24T05:26:05+00:00","hasShortForm":true,"headline":"30 years of Hubble space photos!","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/d6196347-f9f4-a14a-b535-0076f1c33968","includeComments":true,"language":"en-gb","lastUpdated":"2020-05-20T05:54:26+00:00","media":{"images":{"index":{"112375184":{"height":351,"width":624,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/BC1D\/production\/_112375184_p02pwsz9.jpg","originCode":"cpsprodpb","altText":"hubble photo","copyrightHolder":"NASA\/ESA","allowSyndication":false}},"index-thumbnail":{"112360552":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/63A2\/production\/_112360552_ff9beb3e-3812-4b92-9944-238b6da1ef81.jpg","originCode":"cpsprodpb","caption":"This picture of the 'bullet cluster' changed how scientists thought about dark matter","altText":"dark-matter.","copyrightHolder":"NASA\/STScI","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"From black holes to far away galaxies, here are just a few reasons why the Hubble Space Telescope is AMAZING!","type":"STY"},{"assetId":"56122698","assetUri":"\/newsround\/56122698","firstCreated":"2021-02-19T07:29:54+00:00","hasShortForm":true,"headline":"Touchdown on Mars for Nasa rover","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/f13e38bc-7afc-4276-8b9e-515fff54d348","includeComments":true,"language":"en-gb","lastUpdated":"2021-02-19T08:30:30+00:00","media":{"images":{"index":{"117083807":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/114B6\/production\/_117083807_hi065794279.jpg","originCode":"cpsprodpb","altText":"Nasa scientists celebrate","copyrightHolder":"Reuters","allowSyndication":true}},"index-thumbnail":{"117083864":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/B6F6\/production\/_117083864_hi065794279.jpg","originCode":"cpsprodpb","altText":"Nasa scientists celebrate","copyrightHolder":"Reuters","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"The Nasa rover, Perseverance, has touched down on Mars. Find out why it's such a significant moment.","type":"STY"},{"assetId":"51553481","assetUri":"\/newsround\/51553481","firstCreated":"2020-02-18T17:55:42+00:00","hasShortForm":true,"headline":"Quiz: Celebrate 90 years since Pluto's discovery","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/d2e38675-4236-4f44-8f18-2176bd18c1f1","includeComments":true,"language":"en-gb","lastUpdated":"2020-02-18T17:55:42+00:00","media":{"images":{"index":{"110951709":{"height":1080,"width":1920,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/1625B\/production\/_110951709_pluto.jpg","originCode":"cpsprodpb","altText":"pluto-smiling-cartoon","copyrightHolder":"BBC","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"How much do you know about the tiny, icy planet at the edge of our solar system?","type":"STY"},{"assetId":"51493661","assetUri":"\/newsround\/51493661","firstCreated":"2020-02-13T14:32:55+00:00","headline":"What's it like to spend nearly a year in space?","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/dbc7affe-0086-244f-9a53-8bb5ac4a46fa","language":"en-gb","lastUpdated":"2020-02-14T06:27:10+00:00","media":{"images":{"index":{"110901104":{"height":1152,"width":2048,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/9CAE\/production\/_110901104_gettyimages-1130380384.jpg","originCode":"cpsprodpb","altText":"christina koch","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"110893849":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/17277\/production\/_110893849_p08375dl.jpg","originCode":"cpsprodpb","altText":"NASA astronaut Christina Koch on what it was like spending 11 months of the International Space Station.","copyrightHolder":"NASA\/BBC","allowSyndication":false}}},"videos":{"index":{"51493672":{"caption":"Nasa's Christina Koch on her time in Space","entityType":"Clip","externalId":"p08374f3"}},"primary":{"51493672":{"caption":"Nasa's Christina Koch on her time in Space","entityType":"Clip","externalId":"p08374f3"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"News","id":"101227","uri":"\/newsround\/news","urlIdentifier":"\/newsround\/news"},"summary":"Record-breaking NASA astronaut Christina Koch on what it was like spending 11 months of the International Space Station.","type":"MAP"},{"assetId":"52768002","assetUri":"\/newsround\/52768002","firstCreated":"2020-05-23T13:41:54+00:00","hasShortForm":true,"headline":"Nasa wants people for a special Mars mission","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/1c092e9c-3c2a-be48-a021-a863d827a8e6","includeComments":true,"language":"en-gb","lastUpdated":"2020-05-24T07:48:21+00:00","media":{"images":{"index":{"112412644":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/AE4D\/production\/_112412644_marsspaceship.jpg","originCode":"cpsprodpb","caption":"Humans first landed on the moon more than 50 years ago and NASA is now looking to send people to Mars","altText":"mars-and-spaceship.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"112412646":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/FC6D\/production\/_112412646_marsspaceship.jpg","originCode":"cpsprodpb","caption":"Humans first landed on the moon more than 50 years ago and NASA is now looking to send people to Mars","altText":"mars-and-spaceship.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"The space agency is looking to put together a specially selected group to spend eight months in a spacecraft.","type":"STY"},{"assetId":"51417140","assetUri":"\/newsround\/51417140","firstCreated":"2020-02-10T06:52:34+00:00","headline":"3, 2, 1... Sun mission blasts off!","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/349ee530-0278-9e43-afa4-9aef56a67047","includeComments":true,"language":"en-gb","lastUpdated":"2020-02-10T06:52:34+00:00","media":{"images":{"index":{"110815677":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/12F53\/production\/_110815677_059695548-1.jpg","originCode":"cpsprodpb","altText":"Solar-Orbiter-artist-impression.","copyrightHolder":"ESA","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"It's hoped Solar Orbiter will give us the first ever views of the top and bottom of the Sun, as well as shedding more light on the connections between the Sun and Earth.","type":"STY"},{"assetId":"51387784","assetUri":"\/newsround\/51387784","firstCreated":"2020-02-06T06:16:07+00:00","hasShortForm":true,"headline":"Christina Koch: Five cool things about the record-breaking astronaut","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/825b03d4-dc47-554d-ac9d-7332c0b72181","includeComments":true,"language":"en-gb","lastUpdated":"2020-02-07T09:02:45+00:00","media":{"images":{"index":{"110806986":{"height":1152,"width":2048,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/10D60\/production\/_110806986_gettyimages-1198912467.jpg","originCode":"cpsprodpb","altText":"christina-koch","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"110806988":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/15B80\/production\/_110806988_gettyimages-1198912467.jpg","originCode":"cpsprodpb","altText":"christina-koch","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"passport":{"category":{"categoryId":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/ontologies\/applicationlogic-news\/News","categoryName":"News"}},"section":{"name":"News","id":"101227","uri":"\/newsround\/news","urlIdentifier":"\/newsround\/news"},"summary":"Christina Koch has just returned from space - after 328 days she's spent more time there than any other woman.","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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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-01-16T10:03:20+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-01-16T10:07:35+00:00","id":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/www.bbc.co.uk\/asset\/69a8f5ef-1d3a-b1f9-e050-17ac8045757b\/desktop\/domestic"}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-newsround-index-promos-data/assetUri/newsround%2Fhome/previewGuid/undefined/semanticGroupName/More%20stories%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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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\/20220116111258\/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__59992094/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__59992094":3}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__59992091/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__59992091":8}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__59967185/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__59967185":308}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__59906757/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__59906757":111}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__59964805/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__59964805":4}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__59839895/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__59839895":177}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__59078448/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__59078448":4}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__53556377/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__53556377":35}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__58149487/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__58149487":13}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__58754369/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__58754369":19}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__52365257/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__52365257":17}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__52768002/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__52768002":19}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__51417140/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__51417140":4}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__59957320/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__59957320":5}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__60007142/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60007142":14}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__59977306/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__59977306":2}}); });</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":"59943967","promoType":"story","timestamp":"2022-01-15T10:58:01+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/9C4F\/production\/_122651004_warnerbros.jpg","imgAlt":"scene from hogwarts legacy","headline":"Which games should you look out for in 2022?","summary":"There's a lot to look forward to in the world of gaming this year, and we've rounded up some of the best for you!","href":"\/newsround\/59943967","includeComments":true},{"id":"59996623","promoType":"story","timestamp":"2022-01-15T11:51:30+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/7A8C\/production\/_122727313_nrgrad_8.jpg","imgAlt":"spiderman comic","headline":"Spider-Man comic page sells for record price!","summary":"The single page was auctioned in Texas and shows Spider-Man in a black costume for the first time","href":"\/newsround\/59996623","includeComments":true},{"id":"59957320","promoType":"story","timestamp":"2022-01-15T11:02:21+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/17B8\/production\/_122727060_capture2.jpg","imgAlt":"Fast telescope","headline":"Study finds stars are forming quicker than previously thought","summary":"Chinese astronomers have conducted a study that they say could change our understanding of how stars form.","href":"\/newsround\/59957320","includeComments":true},{"id":"60007142","promoType":"story","timestamp":"2022-01-15T10:20:51+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/C3F2\/production\/_122726105_mediaitem119574050.jpg","imgAlt":"Zara Rutherford in the cockpit of her plane","headline":"Teen pilot set to complete historic solo world flight","summary":"The 19-year-old is due to become the youngest woman to fly solo around the globe next week when she returns to Belgium on Monday. Find out more here.","href":"\/newsround\/60007142","includeComments":true},{"id":"59992094","promoType":"story","timestamp":"2022-01-15T08:05:59+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/71AF\/production\/_122530192_23101663741_252f49b47b_o.jpg","imgAlt":"Parkrun in Wales","headline":"Wales eases Covid rules","summary":"Welsh restrictions on large events and businesses will be removed over the next two weeks.","href":"\/newsround\/59992094","includeComments":true},{"id":"59966129","promoType":"story","timestamp":"2022-01-15T10:15:40+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/14CDA\/production\/_122701258_55a3de5f-6387-4d4f-a715-0b59d34743b3.jpg","imgAlt":"Boris Johnson at a Downing Street briefing","headline":"Downing Street apologises to Queen over lockdown parties","summary":"Downing Street has apologised to the Queen after two parties took place in April last year, the night before Prince Philip's funeral. What will happen now? Read on to find out more.","href":"\/newsround\/59966129","includeComments":true},{"id":"51318780","promoType":"story","timestamp":"2022-01-15T10:21:29+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/1AFE\/production\/_122701960_cover.jpg","imgAlt":"robot","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":"38666238","promoType":"gallery","timestamp":"2022-01-14T08:48:52+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/5653\/production\/_122699022_gretaandthefrog.jpg","imgAlt":"Greta Thunberg and Frog.","headline":"Frog named after Greta Thunberg","summary":"A newly discovered rare species of frog has been named after Greta Thunberg but she's not the only celeb to have a creature named after them. Check out these pics.","href":"\/newsround\/38666238","includeComments":false},{"id":"59997204","promoType":"story","timestamp":"2022-01-14T15:32:57+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/1084D\/production\/_122716676_36d375a0-c138-41c6-9924-898aaaea10d7.jpg","imgAlt":"Sammy the Lab","headline":"Dog rescued from collapsed house after six days","summary":"Sammy the dog was carried from the wreckage six days after going missing, following a landslide that destroyed her family's house.","href":"\/newsround\/59997204","includeComments":true},{"id":"59992509","promoType":"story","timestamp":"2022-01-14T11:26:51+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/16527\/production\/_122713419_twoturtles.jpg","imgAlt":"Green and loggerhead turtles","headline":"Turtles swim home after being rescued in Argentina","summary":"Two green and four loggerhead turtles were found with lots of plastic in their stomachs, so an organisation rescued them, removed the plastic and released them back into the wild","href":"\/newsround\/59992509","includeComments":true},{"id":"59992091","promoType":"story","timestamp":"2022-01-14T08:40:10+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/14065\/production\/_122712028_ndgetty.jpg","imgAlt":"Novak Djokovic","headline":"Australia cancels Djokovic's permission to stay... again","summary":"Australia has taken away Novak Djokovic's visa for a second time in the row over his right to remain in the country","href":"\/newsround\/59992091","includeComments":true},{"id":"59986188","promoType":"story","timestamp":"2022-01-14T07:28:04+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/5F15\/production\/_122714342_salah.jpg","imgAlt":"Mohamed Salah","headline":"What's happened this week at the Africa Cup of Nations?","summary":"From team debuts to clashing views - here's this weeks top moments from the Africa Cup of Nations!","href":"\/newsround\/59986188","includeComments":true},{"id":"59992003","promoType":"story","timestamp":"2022-01-14T09:19:22+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/6B2F\/production\/_122593472_gettyimages-1362540545.jpg","imgAlt":"boy having his nose swabbed for a lateral flow test","headline":"Covid isolation in England can end on day six","summary":"If you test positive for Covid-19, you now only have to isolate for five days, as long as you test negative for two days in a row.","href":"\/newsround\/59992003","includeComments":true},{"id":"59987334","promoType":"media","timestamp":"2022-01-14T07:54:53+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/11315\/production\/_122712407_p0bh36hk.jpg","imgAlt":"Sarah Makin and Shanequa with plants","headline":"Top tips on looking after your houseplants","summary":"We meet a houseplant expert who shares her top tips to keep your indoor plants healthy.","href":"\/newsround\/59987334","includeComments":false,"videoOptions":{"title":"Top tips on looking after your houseplant","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p0bh35qm","vpid":"p0bh35r4","holdingImageUrl":"\/\/web.archive.org\/web\/20220116111258\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p0bh36hk.jpg","mediaType":"video","mediaForm":"clip","duration":"2:01"}},{"id":"51836693","promoType":"story","timestamp":"2022-01-14T08:49:26+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/70AA\/production\/_111224882_titlepage.png","imgAlt":"Big Stories and big words","headline":"Newsround: Today’s top headlines and new words of the day","summary":"Here's all you need to know in a few lines and what all the words mean.","href":"\/newsround\/51836693","includeComments":false},{"id":"59967178","promoType":"story","timestamp":"2022-01-13T07:06:00+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/3B2D\/production\/_122694151_forestroaddrivingfish-1.jpg","imgAlt":"Mocked up picture of a goldfish 'driving' a car","headline":"Meet the goldfish that can drive!","summary":"The car was designed to move depending on the fish’s location in its tank, showing that goldfish can understand how to move around in different environments. Find out more here.","href":"\/newsround\/59967178","includeComments":true},{"id":"59965493","promoType":"story","timestamp":"2022-01-13T07:27:22+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/42A3\/production\/_122695071_castlepic.png","imgAlt":"man and castle","headline":"Why did this man build a castle?","summary":"A former soldier has spent years building a castle on a hillside by hand using nearby stone and damaged trees.","href":"\/newsround\/59965493","includeComments":true},{"id":"59977306","promoType":"story","timestamp":"2022-01-13T08:55:31+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/136E1\/production\/_122658597_cdf_211121_waleswomen_v_canadawomen66.jpg","imgAlt":"Siwan Lillicrap","headline":"Welsh women's rugby team make history with first professional players","summary":"Twelve players, including captain Siwan Lillicrap, have been awarded full-time professional contracts.","href":"\/newsround\/59977306","includeComments":true},{"id":"59976935","promoType":"story","timestamp":"2022-01-13T08:13:38+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/15D69\/production\/_122694498_gettyimages-103116692.jpg","imgAlt":"bottles in river.","headline":"All English rivers are polluted, say MPs","summary":"A new report by MPs has revealed the wide scale pollution problems affecting England's rivers.","href":"\/newsround\/59976935","includeComments":true},{"id":"59967185","promoType":"story","timestamp":"2022-01-13T09:11:28+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/B2BD\/production\/_122675754_boris2reuters.jpg","imgAlt":"Boris Johnson speaking in Parliament","headline":"Boris Johnson apologises over attending lockdown party","summary":"After days of silence, Boris Johnson admitted he attended a drinks party at Downing Street during the first lockdown, saying he was there for 25 minutes. Find out more here.","href":"\/newsround\/59967185","includeComments":true},{"id":"59905616","promoType":"story","timestamp":"2022-01-13T07:03:20+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/149C5\/production\/_122612448_gettyimages-500860283-1.jpg","imgAlt":"boys playing","headline":"What are you looking forward to in 2022?","summary":"New Year is a time for looking forward but also reflecting on what has happened - and we want to hear from you!","href":"\/newsround\/59905616","includeComments":true},{"id":"59964633","promoType":"story","timestamp":"2022-01-13T06:50:55+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/471F\/production\/_122670281_nrsolid_teal.jpg","imgAlt":"hand holds a white playstation 5 controller with a plastic modfication added to the left joy stick","headline":"YouTuber designs one-handed PS controller mod","summary":"Engineer Akaki Kuumeri has created a modification for a PlayStation DualShock controller to allow users to be able to play with just one hand!","href":"\/newsround\/59964633","includeComments":true},{"id":"59971332","promoType":"story","timestamp":"2022-01-13T07:17:28+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/4E63\/production\/_122676002_guidedogslargelitteredit_03.jpg","imgAlt":"The 16 puppies","headline":"Guide dog gives birth to an incredible 16 pups!","summary":"A German Shepherd-Golden Retriever mix has had a litter of puppies more than three times bigger than the average litter.","href":"\/newsround\/59971332","includeComments":true},{"id":"59963475","promoType":"story","timestamp":"2022-01-12T10:35:45+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/3710\/production\/_122669041_d152c08a-1362-4959-a09e-0b30c17af238.jpg","imgAlt":"An artists impression of an asteroid near Earth","headline":"Closest asteroid for next 200 years to pass Earth","summary":"Experts at NASA say it is as big as a skyscraper, but will still be millions of miles away and doesn't pose a danger to Earth.","href":"\/newsround\/59963475","includeComments":true},{"id":"59906757","promoType":"story","timestamp":"2022-01-12T07:36:53+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/117E7\/production\/_122655617_gettyimages-458848303.jpg","imgAlt":"girl pets a rabbit","headline":"Does your school let you learn with animals?","summary":"At a school for children with autism, having animals is not just about learning to care for them but also an emotional support. But lots of schools have animals as part of the school community - does yours?","href":"\/newsround\/59906757","includeComments":true},{"id":"59963201","promoType":"story","timestamp":"2022-01-12T10:38:32+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/EF0C\/production\/_122669116_gettyimages-1231262958.jpg","imgAlt":"illustration of perseverance on mars","headline":"Mars robot 'a bit unwell' after swallowing a pebble","summary":"Nasa has said its Perseverance rover has run into one or two hiccups in its travels, with pebbles clogging up its mechanisms.","href":"\/newsround\/59963201","includeComments":true},{"id":"59962910","promoType":"story","timestamp":"2022-01-12T07:53:28+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/14498\/production\/_122669038_13997553-ed7d-4757-b8b7-b9e730cc8345.jpg","imgAlt":"A small dog under a duvet","headline":"Animal shelter gets 100s of doggy duvet donations","summary":"When an animal shelter asked people to donate old duvets for the dogs to snuggle up in, they didn't expect this reaction!","href":"\/newsround\/59962910","includeComments":true},{"id":"59949341","promoType":"gallery","timestamp":"2022-01-12T07:11:54+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/03DA\/production\/_122668900_nrsolid_purple.jpg","imgAlt":"bust","headline":"Archaeologists' discover ancient Roman town in UK","summary":"Hundreds of objects have been found at a site known as Blackgrounds, giving historians a view into what life was like during the Iron Age and in Roman Britain.","href":"\/newsround\/59949341","includeComments":false},{"id":"59964805","promoType":"story","timestamp":"2022-01-12T13:30:10+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/E175\/production\/_122671775_7e8a9e27-f05f-4829-9d96-34b15eeeb401.jpg","imgAlt":"Loggerhead turtle","headline":"Huge coral reef in Bangladesh to get extra protection","summary":"Tourism and fishing have been harmful to the marine life, despite efforts to protect them in the past.","href":"\/newsround\/59964805","includeComments":true},{"id":"59950968","promoType":"story","timestamp":"2022-01-11T13:18:06+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/17D13\/production\/_122655579_372efee0-4eec-4809-895d-edc16a812497-1.jpg","imgAlt":"Encanto poster","headline":"Which film do you think should be an award-winner?","summary":"Awards season is coming up with Spider-Man: No Way Home, Encanto and more expected to be in the running, but what film would you like to win?","href":"\/newsround\/59950968","includeComments":true},{"id":"59954696","promoType":"story","timestamp":"2022-01-12T06:59:08+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/12486\/production\/_122668847_nrgrad_8.jpg","imgAlt":"Maya Angelou coin","headline":"Maya Angelou is first black woman on US quarter coin","summary":"The civil rights activist and writer is the first in a series of US women honoured on the US quarter.","href":"\/newsround\/59954696","includeComments":true},{"id":"59957299","promoType":"gallery","timestamp":"2022-01-11T16:00:05+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/C46D\/production\/_122658205_phonethumbnail.jpg","imgAlt":"Phones through the years","headline":"How have mobile phones changed over the years?","summary":"This week marks 15 years since the very first iPhone was revealed to the world. Since then, more than TWO BILLION have been sold worldwide. But phones used to look VERY different - let's take a look back at the history of mobile phones...","href":"\/newsround\/59957299","includeComments":false},{"id":"59955776","promoType":"story","timestamp":"2022-01-12T07:04:09+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/B33E\/production\/_122668854_gettyimages-1166276404.jpg","imgAlt":"scotland fans","headline":"Scottish fans to return to stadiums next week","summary":"Restrictions on large outdoor events in Scotland, including football matches and concerts, are to be lifted from next Monday.","href":"\/newsround\/59955776","includeComments":true},{"id":"59948959","promoType":"story","timestamp":"2022-01-12T08:25:09+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/109AF\/production\/_122651086_gettyimages-1237247649.jpg","imgAlt":"Boris Johnson","headline":"Lockdown party problems continue for Prime Minister","summary":"Boris Johnson has not said whether he attended a drinks event in the Downing Street garden during lockdown. It's the latest claim about gatherings during times when strict coronavirus rules were in place.","href":"\/newsround\/59948959","includeComments":true},{"id":"59938558","promoType":"story","timestamp":"2022-01-11T08:05:26+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/3DC7\/production\/_122651851_nrgrad_5.jpg","imgAlt":"jenny sniffing milk","headline":"What is the sniff test?","summary":"Morrisons is scrapping 'use by' dates on most if its milk, instead asking customers to sniff to check it's off in a bid to help reduce food waste.","href":"\/newsround\/59938558","includeComments":true},{"id":"59939161","promoType":"story","timestamp":"2022-01-11T08:43:51+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/14B26\/production\/_122647748_e87254c1-e926-431f-87be-52b0269e1f57.jpg","imgAlt":"A battenberg cake","headline":"Food inspired by royalty!","summary":"Calling all bakers! You could be creating a new cake for the Queen's Platinum Jubilee. But take a look at these foods throughout the years that are inspired by the royal family.","href":"\/newsround\/59939161","includeComments":true},{"id":"59949336","promoType":"story","timestamp":"2022-01-11T09:40:04+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/8BE7\/production\/_122651853_penguino.jpg","imgAlt":"penguin standing on a rock surrounded by ice","headline":"New species a 'threat' to Antarctic life","summary":"A study found that ships travelling from 1,500 ports around the world are bringing invasive species to the polar region that could damage the ecosystem.","href":"\/newsround\/59949336","includeComments":true},{"id":"59940551","promoType":"story","timestamp":"2022-01-11T07:57:06+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/D9A3\/production\/_122651755_gettyimages-163395478.jpg","imgAlt":"chimney emissions","headline":"Past seven years were the hottest ever recorded","summary":"An EU climate monitoring organisation has released data that shows the last seven years were the hottest on record, and that 2021 was the fifth hottest year our planet has ever had.","href":"\/newsround\/59940551","includeComments":true},{"id":"59934656","promoType":"story","timestamp":"2022-01-11T06:27:52+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/FEB4\/production\/_122640256_ozoutback.jpg","imgAlt":"Australian outback","headline":"Was Australia once covered in rainforests?","summary":"Australia is the driest inhabited continent in the world. But could it have once been covered in tropical rainforests? Find out more here.","href":"\/newsround\/59934656","includeComments":true},{"id":"59909833","promoType":"story","timestamp":"2022-01-10T09:21:23+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/ECBA\/production\/_122620606_teacherandpupil.jpg","imgAlt":"Teacher and student","headline":"Are people missing from your class due to Covid?","summary":"Schools in England, Wales and Northern Ireland have told their unions that there were many absences by students and staff in the first week back after the Christmas break.","href":"\/newsround\/59909833","includeComments":true},{"id":"59940547","promoType":"gallery","timestamp":"2022-01-10T14:35:49+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/780E\/production\/_122643703_weatherwatcherscottyfindhorn.jpg","imgAlt":"Findhorn","headline":"Stunning photos of the Northern Lights captured in Scotland","summary":"The Northern Lights, one of the world's most beautiful natural phenomena, were spotted by BBC Weather Watchers in Scotland over the weekend. Take look at some of their incredible photos!","href":"\/newsround\/59940547","includeComments":false},{"id":"59893101","promoType":"story","timestamp":"2022-01-10T07:00:09+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/12DB8\/production\/_122604277_gettyimages-1034567206.jpg","imgAlt":"frida-the-rescue-dog.","headline":"The 'miracle' dog that saved climber and other hero pooches","summary":"A dog who kept his injured owner warm for 13 hours on a mountain and other hero dogs.","href":"\/newsround\/59893101","includeComments":true},{"id":"59907882","promoType":"story","timestamp":"2022-01-10T06:46:30+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/F76D\/production\/_122614336_gettyimages-118198115.jpg","imgAlt":"Ants.","headline":"Ants discovered healing trees","summary":"Scientists have discovered ants healing wounded trees for the first time. Read about it here.","href":"\/newsround\/59907882","includeComments":true},{"id":"59934524","promoType":"story","timestamp":"2022-01-10T15:02:15+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/4AD2\/production\/_122645191_06c39f64-c7c2-4d3f-aefe-9aaebed6c443.jpg","imgAlt":"Novak Djokovic and his training and coaching team","headline":"Djokovic is back on the tennis court but next steps not clear","summary":"The tennis world number one has won his case and is back playing tennis, but his participation in the Australian Open is still uncertain.","href":"\/newsround\/59934524","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__59971332/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__59971332":18}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__59963201/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__59963201":10}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__59934524/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__59934524":12}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__59754195/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__59754195":59}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__59295007/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__59295007":8}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__52735532/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__52735532":10}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__56122698/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__56122698":101}}); });</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":28}}); });</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":"Climate and environment","items":[{"id":"59279773","promoType":"story","timestamp":"2021-11-15T07:02:36+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/74DB\/production\/_121551992_p0b461kz.jpg","imgAlt":"mural that reads 'climate is changing'","headline":"COP26: What is the Glasgow Climate Pact?","summary":"After two weeks of intense discussion, what are the outcomes of the massive climate conference in Glasgow?","href":"\/newsround\/59279773","includeComments":true},{"id":"59506285","promoType":"story","timestamp":"2021-12-03T06:59:18+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/EC7F\/production\/_121934506_gettyimages-664083130.jpg","imgAlt":"Arctic.","headline":"Climate change could make rain more common than snow in Arctic","summary":"Rain will replace snow in the Arctic a lot quicker than scientists thought because of climate change, according to a new study.","href":"\/newsround\/59506285","includeComments":true},{"id":"59295007","promoType":"story","timestamp":"2021-11-16T06:39:31+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/5D6C\/production\/_121561932_coal-0gettyimages-8.jpg","imgAlt":"Coal","headline":"Why is coal such a big issue in climate change talks?","summary":"One of the big pledges of the COP26 climate conference was to 'phase down' coal, but why is coal such a problem for the planet and why are countries reluctant to stop using it?","href":"\/newsround\/59295007","includeComments":true},{"id":"59317670","promoType":"story","timestamp":"2021-11-17T13:20:21+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/A4C2\/production\/_121587124_gettyimages-874336822.jpg","imgAlt":"child with mask saying my right to breathe.","headline":"Children across the world demand the right to clean air","summary":"Almost 30,000 young people across the planet have called on the United Nations to acknowledge a child's right to clean air as part of the UN Convention of the Rights of the Child.","href":"\/newsround\/59317670","includeComments":true},{"id":"58465027","promoType":"story","timestamp":"2021-11-11T07:01:43+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/1767F\/production\/_121517859_gettyimages-1222709782.jpg","imgAlt":"rubber-gloves-washing-a-mini-globe","headline":"What is greenwashing?","summary":"Find out what greenwashing is, why companies and organisations might do it, and how you can spot it if it's happening.","href":"\/newsround\/58465027","includeComments":true},{"id":"59218480","promoType":"story","timestamp":"2021-11-10T06:49:10+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/6A8E\/production\/_121487272_p0b34kth.jpg","imgAlt":"Victoria Gill","headline":"BBC climate expert answers YOUR questions on COP26","summary":"You had lots of questions about the big climate summit in Glasgow, so we've asked the BBC's science and environment correspondent to answer them.","href":"\/newsround\/59218480","includeComments":true},{"id":"59093389","promoType":"media","timestamp":"2021-11-10T06:18:46+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/12E81\/production\/_121314477_girl.jpg","imgAlt":"girl","headline":"'Hear how climate change affects my country'","summary":"Newsround has been speaking to young people aged 6-16-years to find out how climate change is affecting their countries.","href":"\/newsround\/59093389","includeComments":false,"videoOptions":{"title":"'Hear how climate change affects my country'","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p0b171hx","vpid":"p0b171j1","holdingImageUrl":"\/\/web.archive.org\/web\/20220116111258\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p0b1swff.jpg","mediaType":"video","mediaForm":"clip","duration":"3:33"}},{"id":"59203566","promoType":"story","timestamp":"2021-11-08T08:18:06+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/160D7\/production\/_121472309_gettyimages-815252644.jpg","imgAlt":"Family in floodwater in Bangladesh","headline":"UK government pledges £290m to countries most affected by climate change","summary":"The UK government is pledging the money to support countries that are most vulnerable to the effects of climate change.","href":"\/newsround\/59203566","includeComments":false},{"id":"59190557","promoType":"media","timestamp":"2021-11-08T07:03:15+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/A66E\/production\/_121460624_p0b2n1xp.jpg","imgAlt":"girl.","headline":"Children marching at COP26 call for more action on climate change","summary":"Children around the world have been marching to protest against climate change. We caught up with some of them at the COP26 march in Glasgow.","href":"\/newsround\/59190557","includeComments":false,"videoOptions":{"title":"COP26 march","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p0b2n11g","vpid":"p0b3vcm5","holdingImageUrl":"\/\/web.archive.org\/web\/20220116111258\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p0b3vh8s.jpg","mediaType":"video","mediaForm":"clip","duration":"2:38"}},{"id":"59093388","promoType":"media","timestamp":"2021-11-05T09:16:55+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/11D40\/production\/_121442037_aanrcop_super_web.jpg","imgAlt":"children","headline":"'Dear world leaders - take action on climate change!'","summary":"Young people from around the world tell Newsround what messages they have for world leaders taking part in the COP26 climate change conference.","href":"\/newsround\/59093388","includeComments":false,"videoOptions":{"title":"'Dear World leaders, I want you to take action on climate change'","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p0b170fr","vpid":"p0b170fy","holdingImageUrl":"\/\/web.archive.org\/web\/20220116111258\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p0b2dgbs.jpg","mediaType":"video","mediaForm":"clip","duration":"2:34"}},{"id":"59218900","promoType":"story","timestamp":"2021-11-09T12:48:22+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/11B1E\/production\/_121487427_kavita2.jpg","imgAlt":"kavita-smiles","headline":"How to be fashionable without harming the planet","summary":"It can be hard to love clothes and the environment at the same time - thankfully Kavita has lots of handy tips to show you how to be fashionable without hurting the planet!","href":"\/newsround\/59218900","includeComments":true},{"id":"59147262","promoType":"story","timestamp":"2021-11-03T13:39:11+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/129DD\/production\/_121335267_f93a6a67-8dae-40b5-9e9e-613cd4a9fef8.jpg","imgAlt":"Vanessa Nakate","headline":"Who is Vanessa Nakate?","summary":"Who is she, what does she stand for and why did a photograph anger her in 2019? Find out more about this amazing activist here.","href":"\/newsround\/59147262","includeComments":false},{"id":"59177227","promoType":"story","timestamp":"2021-11-05T12:33:08+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/5D92\/production\/_121445932_gettyimages-1236277621.jpg","imgAlt":"Txai-at-COP26.","headline":"Meet the activist fighting for Brazil's rainforests","summary":"Txai Surui is the founder of the Indigenous Youth movement in her home state of Rondonia in Brazil. The 24-year-old has spoken to world leaders at COP26 about the impacts of climate change.","href":"\/newsround\/59177227","includeComments":true},{"id":"59160441","promoType":"story","timestamp":"2021-11-04T07:58:07+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/52AC\/production\/_121346112_bf9c5726-425f-469a-a55b-9a89951ca68b.jpg","imgAlt":"Coal power plant","headline":"Some nations to cut out coal but critics warn it's not enough","summary":"Countries including Poland, Vietnam and Chile have all pledged to find alternative, greener methods of generating power, but China, Australia and India do not.","href":"\/newsround\/59160441","includeComments":true},{"id":"59078448","promoType":"story","timestamp":"2021-11-04T07:59:35+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/D665\/production\/_121358845_vinisha.jpg","imgAlt":"Vinisha Umashankar.","headline":"'If you have an idea to help the planet, go for it - don't hesitate'","summary":"15-year-old Earthshot finalist, Vinisha Umashankar, has been speaking to Newsround about her mission to stop climate change in India.","href":"\/newsround\/59078448","includeComments":true},{"id":"53556377","promoType":"story","timestamp":"2020-09-19T07:12:58+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/1820F\/production\/_114313889_nrfiji_superpromo_web_19201080.jpg","imgAlt":"Fiji graphic","headline":"What is life like on the climate change frontline?","summary":"Newsround has been to Fiji, a country on the climate change frontline, to see how it is being affected by rising sea levels caused by the increasing global temperatures.","href":"\/newsround\/53556377","includeComments":true},{"id":"54191148","promoType":"story","timestamp":"2020-09-18T05:18:53+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/3F5D\/production\/_114412261_nr-vote-green-jobs-2.jpg","imgAlt":"hands holding a shoot","headline":"Do you want a 'green job' in the future?","summary":"Over two-thirds of kids hope to have a career that helps the environment, but many do not know enough about 'green jobs'.","href":"\/newsround\/54191148","includeComments":true},{"id":"52410744","promoType":"story","timestamp":"2020-04-28T05:30:00+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/EE95\/production\/_111977016_titlepage_still_00513.jpg","imgAlt":"Koala-and-firefighter-title-page.","headline":"Australia: Life after the bushfires","summary":"Australia experienced the worst bushfire season ever in 2019-2020 with fires blazing for months in large parts of the country. So what was it like living near them? We've been to find out.","href":"\/newsround\/52410744","includeComments":true},{"id":"54088906","promoType":"story","timestamp":"2020-09-14T05:10:16+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/14849\/production\/_114314048_nrfiji_thumbnail_web_19201080_2.jpg","imgAlt":"Victor-scuba-diving-to-tend-to-coral-nursery","headline":"How Fiji is fighting back against coral bleaching","summary":"Fiji is home to the most extensive coral reef in the South Pacific but warming seas have previously caused devastating coral bleaching which has a huge impact on the people and wildlife who rely on it. Earlier this year, Newsround travelled to the country to find out how local communities and scientists are working together to help their reef recover.","href":"\/newsround\/54088906","includeComments":true},{"id":"49793156","promoType":"story","timestamp":"2019-09-23T05:52:02+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220116111258\/http:\/\/c.files.bbci.co.uk\/17EBC\/production\/_108908979_aaauntitled.jpg","imgAlt":"eco-superhero","headline":"Climate Change Quiz: How green are you?","summary":"Take our quiz to work out how eco-friendly you try to be in your daily life","href":"\/newsround\/49793156","includeComments":true}]}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__60009526/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60009526":6}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__59986188/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__59986188":9}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__59962910/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__59962910":38}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__59940551/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__59940551":3}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__59905559/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__59905559":21}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__59160441/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__59160441":2}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__54191148/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__54191148":106}}); });</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":11}}); });</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__60008634/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__60008634":9}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__59963475/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__59963475":37}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__59949336/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__59949336":2}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__49793156/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__49793156":25}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__51553481/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__51553481":3}}); });</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.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__59943967/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__59943967":79}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__59954696/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__59954696":1}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__59909833/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__59909833":53}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__59639040/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__59639040":6}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__59218900/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__59218900":12}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__58803425/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__58803425":11}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__58905585/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__58905585":97}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__57898775/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__57898775":8}}); });</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.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"},'u27658948780729786'); });</script><script>Morph.init = function() { if (!Morph.initCalled) { Morph.markPerformance('morph-init'); Morph.initCalled = true; requirejs.config({ paths: { 'live-push': '//web.archive.org/web/20220116111258/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/20220116111258js_/https://m.files.bbci.co.uk/modules/morph-vendor/1.0.2/bundle.vendor.js"></script><script src="//web.archive.org/web/20220116111258js_/https://m.files.bbci.co.uk/modules/morph/5.3.1/bundle.js"></script><script src="//web.archive.org/web/20220116111258js_/https://m.files.bbci.co.uk/modules/bbc-morph-promise/1.0.6/bundle.js"></script><script src="//web.archive.org/web/20220116111258js_/https://m.files.bbci.co.uk/modules/bbc-morph-istats/1.3.0/bundle.js"></script><script src="//web.archive.org/web/20220116111258js_/https://m.files.bbci.co.uk/modules/bbc-morph-react-mvt/4.0.0/bundle.js"></script><script src="//web.archive.org/web/20220116111258js_/https://m.files.bbci.co.uk/modules/bbc-morph-classnames/1.0.2/bundle.js"></script><script src="//web.archive.org/web/20220116111258js_/https://m.files.bbci.co.uk/modules/bbc-morph-gel-icons/5.0.5/bundle.js"></script><script src="//web.archive.org/web/20220116111258js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-button/4.1.0/bundle.js"></script><script src="//web.archive.org/web/20220116111258js_/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/20220116111258js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-anchors/4.0.1/bundle.js"></script><script src="//web.archive.org/web/20220116111258js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-section-container/7.1.0/bundle.js"></script><script src="//web.archive.org/web/20220116111258js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-header/7.1.1/bundle.js"></script><script src="//web.archive.org/web/20220116111258js_/https://m.files.bbci.co.uk/modules/bbc-morph-grandstand/5.4.2/bundle.js"></script><script src="//web.archive.org/web/20220116111258js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-cbbc-nav/4.1.0/bundle.js"></script><script src="//web.archive.org/web/20220116111258js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-home-controller/7.1.1/bundle.js"></script><script src="//web.archive.org/web/20220116111258js_/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/20220116111258js_/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/20220116111258js_/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/20220116111258js_/https://m.files.bbci.co.uk/modules/bbc-morph-debouncer/1.0.1/bundle.js"></script><script src="//web.archive.org/web/20220116111258js_/https://m.files.bbci.co.uk/modules/bbc-morph-responsive-image/1.3.1/bundle.js"></script><script src="//web.archive.org/web/20220116111258js_/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/20220116111258js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-bulletin-promo/6.0.0/bundle.js"></script><script src="//web.archive.org/web/20220116111258js_/https://m.files.bbci.co.uk/modules/bbc-morph-bump/1.1.0/bundle.js"></script><script src="//web.archive.org/web/20220116111258js_/https://m.files.bbci.co.uk/modules/bbc-morph-smp/7.0.0/bundle.js"></script><script src="//web.archive.org/web/20220116111258js_/https://m.files.bbci.co.uk/modules/bbc-morph-localised-timestamp/3.1.3/bundle.js"></script><script src="//web.archive.org/web/20220116111258js_/https://m.files.bbci.co.uk/modules/bbc-morph-gs-timestamp/3.0.0/bundle.js"></script><script src="//web.archive.org/web/20220116111258js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-timestamp/5.0.0/bundle.js"></script><script src="//web.archive.org/web/20220116111258js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-promo/7.0.0/bundle.js"></script><script src="//web.archive.org/web/20220116111258js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-more-stories/6.1.0/bundle.js"></script><script src="//web.archive.org/web/20220116111258js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-top-stories/7.1.0/bundle.js"></script><script src="//web.archive.org/web/20220116111258js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-super-promo/5.0.0/bundle.js"></script><script src="//web.archive.org/web/20220116111258js_/https://m.files.bbci.co.uk/modules/bbc-morph-grandstand/5.4.2/latin/bundle.js"></script><script>if (!Morph.manualInit) { Morph.init(); } /* u27658948780729786 */</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/20220116111258/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 11:12:58 Jan 16, 2022 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 21:52:57 Nov 29, 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.661 exclusion.robots: 0.043 exclusion.robots.policy: 0.028 esindex: 0.012 cdx.remote: 5.658 LoadShardBlock: 841.209 (6) PetaboxLoader3.datanode: 494.438 (8) PetaboxLoader3.resolve: 3109.948 (2) load_resource: 3182.526 (2) -->

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