CINXE.COM

Northern Lights: Stunning photos captured in Scotland over the weekend - 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/59940547","20220111205244","https://web.archive.org/","web","/_static/", "1641934364"); </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-1788.34618479 --> <!-- 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/20220111205244js_/https://static.files.bbci.co.uk/orbit/8161b75793cc3c38d814e1a4a19a2f6a/js/polyfills.bundle.js" async></script> <link rel="stylesheet" href="https://web.archive.org/web/20220111205244cs_/https://static.files.bbci.co.uk/orbit/8161b75793cc3c38d814e1a4a19a2f6a/css/orb-ltr.min.css"> <script src="https://web.archive.org/web/20220111205244js_/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'] = '2022-01-10T14%3A35%3A49%2B00%3A00' || null; additionalPageProperties['custom_var_2'] = '2022-01-10T14%3A35%3A49%2B00%3A00' || null; additionalPageProperties['custom_var_5'] = 'cps' || null; additionalPageProperties['custom_var_7'] = 'newsround' || null; additionalPageProperties['custom_var_8'] = 'false' || null; additionalPageProperties['custom_var_9'] = 'false' || null; window.orbitData.userProfileUrl = "https://web.archive.org/web/20220111205244/https://www.bbc.co.uk/userprofile"; window.page = { name: 'newsround.home.photo_gallery.59940547.page' || null, destination: 'NEWSROUND' || null, producer: 'NEWSROUND' || null, section: 'home' || null, site: '' || null, contentId: 'urn:bbc:cps:7d105e76-1ae0-4632-bc95-c4592be20343' || null, contentType: 'article-photo-gallery' || 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/20220111205244/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/20220111205244js_/https://static.files.bbci.co.uk/orbit/8161b75793cc3c38d814e1a4a19a2f6a/js/api-forge-free.min.js"></script> <link rel="preload" href="https://web.archive.org/web/20220111205244/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/20220111205244/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.0.0-390.f8c11e5 --> <!-- navpromo Web Module: 3.0.0-286.75fae8d --> <!-- cookies Web Module: 0.0.3-700.c8b7bd5 --> <!-- useractivityhelper Web Module: 1.0.0-223.3871bc2 --> <!-- reverb Web Module: 3.3.0 --> <link rel="stylesheet" href="https://web.archive.org/web/20220111205244cs_/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/20220111205244/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/20220111205244/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/20220111205244/https://static.files.bbci.co.uk/account/id-cta/1.8.2/modules/idcta';map['idcta-v2/idcta-1'] = 'https://web.archive.org/web/20220111205244/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/20220111205244/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/20220111205244cs_/https://nav.files.bbci.co.uk/searchbox/108ee1408a2b7d19ee45763ff751448b/css/box.css"> <script src="https://web.archive.org/web/20220111205244js_/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/20220111205244/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/20220111205244js_/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/20220111205244/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/20220111205244/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/20220111205244cs_/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/20220111205244cs_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-story-header/6.0.0/core.css"/><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-newsround-story-header/6.0.0"]=true; Morph.styleSrc.push("<link rel=\"stylesheet\" href=\"//m.files.bbci.co.uk/modules/bbc-morph-newsround-story-header/6.0.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/20220111205244cs_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-byline/4.0.0/core.css"/><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-newsround-byline/4.0.0"]=true; Morph.styleSrc.push("<link rel=\"stylesheet\" href=\"//m.files.bbci.co.uk/modules/bbc-morph-newsround-byline/4.0.0/enhanced.css\"/>"); }</script><!--[if gt IE 8]><!--><noscript class="morph-core-style"><!--<![endif]--><link rel="stylesheet" href="//web.archive.org/web/20220111205244cs_/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><!--[if gt IE 8]><!--><noscript class="morph-core-style"><!--<![endif]--><link rel="stylesheet" href="//web.archive.org/web/20220111205244cs_/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/20220111205244cs_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-comments/4.4.1/core.css"/><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-newsround-comments/4.4.1"]=true; Morph.styleSrc.push("<link rel=\"stylesheet\" href=\"//m.files.bbci.co.uk/modules/bbc-morph-newsround-comments/4.4.1/enhanced.css\"/>"); }</script><!--[if gt IE 8]><!--><noscript class="morph-core-style"><!--<![endif]--><link rel="stylesheet" href="//web.archive.org/web/20220111205244cs_/https://m.files.bbci.co.uk/modules/bbc-morph-comments-view/3.55.0/core.css"/><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-comments-view/3.55.0"]=true; Morph.styleSrc.push("<link rel=\"stylesheet\" href=\"//m.files.bbci.co.uk/modules/bbc-morph-comments-view/3.55.0/enhanced.css\"/>"); }</script><script>if (Morph.enhanced) { Morph.styles["bbc-morph-gel-icons/4.0.0"]=true; Morph.styleSrc.push("<link rel=\"stylesheet\" href=\"//m.files.bbci.co.uk/modules/bbc-morph-gel-icons/4.0.0/enhanced.css\"/>"); }</script><!--[if gt IE 8]><!--><noscript class="morph-core-style"><!--<![endif]--><link rel="stylesheet" href="//web.archive.org/web/20220111205244cs_/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/20220111205244cs_/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/20220111205244cs_/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/20220111205244cs_/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/20220111205244cs_/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/20220111205244cs_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-story/6.2.0/core.css"/><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-newsround-story/6.2.0"]=true; Morph.styleSrc.push("<link rel=\"stylesheet\" href=\"//m.files.bbci.co.uk/modules/bbc-morph-newsround-story/6.2.0/enhanced.css\"/>"); }</script><!--[if gt IE 8]><!--><noscript class="morph-core-style"><!--<![endif]--><link rel="stylesheet" href="//web.archive.org/web/20220111205244cs_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-indepthtoolkit/3.0.1/core.css"/><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-newsround-indepthtoolkit/3.0.1"]=true; Morph.styleSrc.push("<link rel=\"stylesheet\" href=\"//m.files.bbci.co.uk/modules/bbc-morph-newsround-indepthtoolkit/3.0.1/enhanced.css\"/>"); }</script><!--[if gt IE 8]><!--><noscript class="morph-core-style"><!--<![endif]--><link rel="stylesheet" href="//web.archive.org/web/20220111205244cs_/https://m.files.bbci.co.uk/modules/bbc-morph-indepthtoolkit/2.0.2/core.css"/><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-indepthtoolkit/2.0.2"]=true; Morph.styleSrc.push("<link rel=\"stylesheet\" href=\"//m.files.bbci.co.uk/modules/bbc-morph-indepthtoolkit/2.0.2/enhanced.css\"/>"); }</script><!--[if gt IE 8]><!--><noscript class="morph-core-style"><!--<![endif]--><link rel="stylesheet" href="//web.archive.org/web/20220111205244cs_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-story-footer/4.2.0/core.css"/><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-newsround-story-footer/4.2.0"]=true; Morph.styleSrc.push("<link rel=\"stylesheet\" href=\"//m.files.bbci.co.uk/modules/bbc-morph-newsround-story-footer/4.2.0/enhanced.css\"/>"); }</script><script type="text/javascript">Morph.initStyles(); /* u007601923597857718 */</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/59940547" + pathEdition;_sf_async_config.sections = "newsround";_sf_async_config.mobileApp = undefined;</script> <title>Northern Lights: Stunning photos captured in Scotland over the weekend - CBBC Newsround</title> <meta content="Northern Lights: Stunning photos captured in Scotland over the weekend - CBBC Newsround" property="og:title"/> <meta name="description" content="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!"/><meta content="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!" property="og:description"/> <meta content="https://web.archive.org/web/20220111205244/https://www.bbc.co.uk/newsround/59940547" property="og:url"/><link rel="canonical" href="https://web.archive.org/web/20220111205244/https://www.bbc.co.uk/newsround/59940547"/> <meta content="https://web.archive.org/web/20220111205244im_/http://c.files.bbci.co.uk/780E/production/_122643703_weatherwatcherscottyfindhorn.jpg" property="og:image"/> <link href="//web.archive.org/web/20220111205244im_/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/20220111205244im_/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/20220111205244im_/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/20220111205244im_/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/20220111205244im_/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/20220111205244im_/https://a1.api.bbc.co.uk/hit.xiti?&amp;col=1&amp;from=p&amp;ptag=js&amp;s=598253&amp;p=home::newsround.home.photo_gallery.59940547.page&amp;x1=[urn:bbc:cps:7d105e76-1ae0-4632-bc95-c4592be20343]&amp;x2=[responsive]&amp;x3=[bbc_website]&amp;x4=[en]&amp;x7=[article-photo-gallery]&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/20220111205244/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/20220111205244/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/20220111205244/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/20220111205244/https://www.bbc.co.uk/cbbc">CBBC</a></li><li class="orb-nav-iplayer orb-d"><a href="https://web.archive.org/web/20220111205244/https://www.bbc.co.uk/tv/cbbc">CBBC iPlayer</a></li><li class="orb-nav-newsround"><a href="https://web.archive.org/web/20220111205244/https://www.bbc.co.uk/newsround">Newsround</a></li><li class="orb-nav-bitesize orb-d"><a href="https://web.archive.org/web/20220111205244/https://www.bbc.co.uk/bitesize">Bitesize</a></li><li class="orb-nav-ownit orb-d"><a href="https://web.archive.org/web/20220111205244/https://www.bbc.com/ownit">Own It</a></li><li class="orb-nav-cbeebies"><a href="https://web.archive.org/web/20220111205244/https://www.bbc.co.uk/cbeebies">CBeebies</a></li><li class="orb-nav-cbbctv"><a href="https://web.archive.org/web/20220111205244/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/20220111205244/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/20220111205244/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/20220111205244/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/20220111205244/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="u007601923597857718"><div data-reactid=".1v66lbnn0kg" data-react-checksum="-1733969265"><div class="newsround-cbbc-nav-wrapper" data-reactid=".1v66lbnn0kg.0"><div class="newsround-cbbc-nav-component newsround-cbbc-nav-component-padding-override" data-reactid=".1v66lbnn0kg.0.0"><div class="newsround-cbbc-nav-component__container" data-reactid=".1v66lbnn0kg.0.0.0"><nav class="newsround-cbbc-nav-component__menu" data-reactid=".1v66lbnn0kg.0.0.0.0"><div class="newsround-cbbc-nav-component__bar" data-reactid=".1v66lbnn0kg.0.0.0.0.0"><a class="newsround-cbbc-nav-component__product" href="/web/20220111205244/https://www.bbc.co.uk/cbbc" data-istats-track="true" data-istats-track-link-location="nr_cbbc_nav-home" data-reactid=".1v66lbnn0kg.0.0.0.0.0.0">Home</a><button id="newsround-cbbc-nav-component__toggle" class="newsround-cbbc-nav-component__toggle" data-reactid=".1v66lbnn0kg.0.0.0.0.0.1"><span id="newsround-cbbc-nav-component__toggle-title" class="newsround-cbbc-nav-component__toggle-title" data-reactid=".1v66lbnn0kg.0.0.0.0.0.1.0">Menu</span><span class="newsround-cbbc-nav-component__toggle-icon" data-reactid=".1v66lbnn0kg.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=".1v66lbnn0kg.0.0.0.0.1"><ul class="newsround-cbbc-nav-component__list-inner" data-reactid=".1v66lbnn0kg.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=".1v66lbnn0kg.0.0.0.0.1.0.$home"><a class="newsround-cbbc-nav-component__link newsround-cbbc-nav-component__link--home" href="/web/20220111205244/https://www.bbc.co.uk/cbbc" data-reactid=".1v66lbnn0kg.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=".1v66lbnn0kg.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=".1v66lbnn0kg.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=".1v66lbnn0kg.0.0.0.0.1.0.$shows"><a class="newsround-cbbc-nav-component__link newsround-cbbc-nav-component__link--shows" href="/web/20220111205244/https://www.bbc.co.uk/cbbc/shows" data-reactid=".1v66lbnn0kg.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=".1v66lbnn0kg.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=".1v66lbnn0kg.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=".1v66lbnn0kg.0.0.0.0.1.0.$games"><a class="newsround-cbbc-nav-component__link newsround-cbbc-nav-component__link--games" href="/web/20220111205244/https://www.bbc.co.uk/cbbc/games" data-reactid=".1v66lbnn0kg.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=".1v66lbnn0kg.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=".1v66lbnn0kg.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=".1v66lbnn0kg.0.0.0.0.1.0.$quizzes"><a class="newsround-cbbc-nav-component__link newsround-cbbc-nav-component__link--quizzes" href="/web/20220111205244/https://www.bbc.co.uk/cbbc/quizzes" data-reactid=".1v66lbnn0kg.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=".1v66lbnn0kg.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=".1v66lbnn0kg.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=".1v66lbnn0kg.0.0.0.0.1.0.$watch"><a class="newsround-cbbc-nav-component__link newsround-cbbc-nav-component__link--watch" href="/web/20220111205244/https://www.bbc.co.uk/cbbc/watch" data-reactid=".1v66lbnn0kg.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=".1v66lbnn0kg.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=".1v66lbnn0kg.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=".1v66lbnn0kg.0.0.0.0.1.0.$joinin"><a class="newsround-cbbc-nav-component__link newsround-cbbc-nav-component__link--joinin" href="/web/20220111205244/https://www.bbc.co.uk/cbbc/joinin" data-reactid=".1v66lbnn0kg.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=".1v66lbnn0kg.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=".1v66lbnn0kg.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=".1v66lbnn0kg.0.0.0.0.1.0.$puzzles"><a class="newsround-cbbc-nav-component__link newsround-cbbc-nav-component__link--puzzles" href="/web/20220111205244/https://www.bbc.co.uk/cbbc/puzzles" data-reactid=".1v66lbnn0kg.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=".1v66lbnn0kg.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=".1v66lbnn0kg.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=".1v66lbnn0kg.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/20220111205244/https://www.bbc.co.uk/newsround" data-reactid=".1v66lbnn0kg.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=".1v66lbnn0kg.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=".1v66lbnn0kg.0.0.0.0.1.0.$newsround.0.1">Newsround</span></a></li></ul></div></nav></div></div></div><section role="main" data-reactid=".1v66lbnn0kg.1"><header class="newsround-header__header" data-reactid=".1v66lbnn0kg.1.1"><div class="newsround-header__orb" style="background-image:url(//web.archive.org/web/20220111205244im_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-header/7.1.1/images/newsround-orb.png);" data-reactid=".1v66lbnn0kg.1.1.0"></div><div class="newsround-header__wrapper" data-reactid=".1v66lbnn0kg.1.1.1"><div class="newsround-header__container" data-reactid=".1v66lbnn0kg.1.1.1.0"><a class="newsround-header__link" href="/web/20220111205244/https://www.bbc.co.uk/newsround" data-istats-track="true" data-istats-track-link-location="nr_nav-homelogo" data-reactid=".1v66lbnn0kg.1.1.1.0.0"><div class="newsround-header__logo" style="background-image:url(//web.archive.org/web/20220111205244im_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-header/7.1.1/images/newsround-logo.png);background:url(//web.archive.org/web/20220111205244im_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-header/7.1.1/images/newsround-logo.svg) no-repeat;" data-reactid=".1v66lbnn0kg.1.1.1.0.0.0"><h1 class="newsround-header__off-screen" data-reactid=".1v66lbnn0kg.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="content-watch-newsround-button" data-bbc-metadata="{&quot;PAR&quot;:&quot;content-watch-newsround-button&quot;,&quot;CHD&quot;:&quot;button&quot;}" data-bbc-source="newsround" data-bbc-title="Watch Newsround" data-reactid=".1v66lbnn0kg.1.1.1.0.1"><a href="/web/20220111205244/https://www.bbc.co.uk/newsround/news/watch_newsround" class="newsround-button newsround-button--teal" aria-label="" data-reactid=".1v66lbnn0kg.1.1.1.0.1.0"><div class="gel-icon gel-icon--play newsround-button__icon" data-reactid=".1v66lbnn0kg.1.1.1.0.1.0.0"><svg viewbox="0 0 32 32" data-reactid=".1v66lbnn0kg.1.1.1.0.1.0.0.0"><title data-reactid=".1v66lbnn0kg.1.1.1.0.1.0.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".1v66lbnn0kg.1.1.1.0.1.0.0.0.1"></path></svg></div><span data-reactid=".1v66lbnn0kg.1.1.1.0.1.0.1:0">Watch </span><span class="newsround-header__button__bp-text" data-reactid=".1v66lbnn0kg.1.1.1.0.1.0.1:1">Newsround</span></a></div></div></div></header><section class="newsround-legacy-story-header" data-istats-track-scroll-visibility="nr_content_headline" data-reactid=".1v66lbnn0kg.1.2"><div class="newsround-legacy-story-header__timestamp newsround-legacy-story-header__timestamp--PGL" data-reactid=".1v66lbnn0kg.1.2.0"><div class="newsround-legacy-story-header__timestamp-wrapper newsround-legacy-story-header__timestamp-wrapper--PGL" data-reactid=".1v66lbnn0kg.1.2.0.0"><div class="newsround-legacy-story-header__timestamp-layout newsround-legacy-story-header__timestamp-layout--PGL" data-reactid=".1v66lbnn0kg.1.2.0.0.0"><div class="newsround-legacy-story-header__timestamp-date newsround-legacy-story-header__timestamp-date--PGL" data-reactid=".1v66lbnn0kg.1.2.0.0.0.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1v66lbnn0kg.1.2.0.0.0.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1v66lbnn0kg.1.2.0.0.0.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1v66lbnn0kg.1.2.0.0.0.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1v66lbnn0kg.1.2.0.0.0.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1v66lbnn0kg.1.2.0.0.0.0.0.0.0.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="10 Jan 2022" data-reactid=".1v66lbnn0kg.1.2.0.0.0.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1v66lbnn0kg.1.2.0.0.0.0.0.1.0">10 Jan 2022</span><span class="gs-u-vh" data-reactid=".1v66lbnn0kg.1.2.0.0.0.0.0.1.1">10 January 2022</span></time></span></div><div class="newsround-legacy-story-header__timestamp-time newsround-legacy-story-header__timestamp-time--PGL" data-reactid=".1v66lbnn0kg.1.2.0.0.0.1"><span data-reactid=".1v66lbnn0kg.1.2.0.0.0.1.0">Last updated at </span><span data-reactid=".1v66lbnn0kg.1.2.0.0.0.1.1">14:35</span></div></div></div></div><div data-reactid=".1v66lbnn0kg.1.2.1"><div class="newsround-legacy-story-header__title newsround-legacy-story-header__title--PGL" data-reactid=".1v66lbnn0kg.1.2.1.0"><div class="newsround-legacy-story-header__timestamp-wrapper newsround-legacy-story-header__timestamp-wrapper--PGL" data-reactid=".1v66lbnn0kg.1.2.1.0.0"><div class="newsround-legacy-story-header__title-icon-wrapper newsround-legacy-story-header__title-icon-wrapper--PGL" data-reactid=".1v66lbnn0kg.1.2.1.0.0.0"><div class="gel-icon gel-icon--image newsround-legacy-story-header__title-icon newsround-legacy-story-header__title-icon--PGL" data-reactid=".1v66lbnn0kg.1.2.1.0.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1v66lbnn0kg.1.2.1.0.0.0.0.0"><title data-reactid=".1v66lbnn0kg.1.2.1.0.0.0.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=".1v66lbnn0kg.1.2.1.0.0.0.0.0.1"></path><circle cx="20" cy="17" r="5.5" data-reactid=".1v66lbnn0kg.1.2.1.0.0.0.0.0.2"></circle></svg></div></div><div class="newsround-legacy-story-header__title-layout newsround-legacy-story-header__title-layout--PGL" data-reactid=".1v66lbnn0kg.1.2.1.0.0.1"><h1 class="newsround-legacy-story-header__title-text newsround-legacy-story-header__title-text--PGL" data-reactid=".1v66lbnn0kg.1.2.1.0.0.1.0">Northern Lights: Stunning photos captured in Scotland over the weekend</h1></div></div></div></div></section><div data-reactid=".1v66lbnn0kg.1.4"><section class="newsround-story-summary" data-reactid=".1v66lbnn0kg.1.4.0"><div class="newsround-story-summary__wrapper" data-reactid=".1v66lbnn0kg.1.4.0.0"><div class="newsround-story-summary__layout" data-reactid=".1v66lbnn0kg.1.4.0.0.0"><div class="newsround-story-summary__summary" data-reactid=".1v66lbnn0kg.1.4.0.0.0.0">The Northern Lights, one of the world&#x27;s most beautiful natural phenomena, were spotted by BBC Weather Watchers in Scotland over the weekend. Take look at some of their incredible photos!</div></div></div></section><section class="newsround-story-body" data-reactid=".1v66lbnn0kg.1.4.2"><div class="newsround-story-body__wrapper" data-reactid=".1v66lbnn0kg.1.4.2.0"><div class="newsround-story-body__container" data-reactid=".1v66lbnn0kg.1.4.2.0.0"><div class="newsround-story-body__content" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0"><div class="newsround-story-body__section--gallery-image" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$0"><div class="newsround-story-body__gallery-wrapper" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$0.0"><div class="newsround-story-body__gallery-container" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$0.0.0"><div class="newsround-story-body__caption-item" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$0.0.0.0"><div class="newsround-story-body__caption" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$0.0.0.0.0"><div class="newsround-story-body__tab" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$0.0.0.0.0.0"></div><span class="newsround-story-body__caption-text newsround-story-body__caption-text--gallery" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$0.0.0.0.0.1">Also known as the Aurora Borealis, the colourful lights can be seen in the sky when particles from the Sun hit the Earth&#x27;s atmosphere. Weather Watcher Scotty said he watched the ethereal display at Findhorn beach in Moray for three hours.</span></div></div><div class="newsround-story-body__gallery-figure-item" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$0.0.0.1"><div class="newsround-story-body__gallery-figure-fallback" style="padding-bottom:56.25%;" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$0.0.0.1.0"><img src="//web.archive.org/web/20220111205244im_/https://ichef.bbci.co.uk/news/320/cpsprodpb/11002/production/_122643696_weatherwatcherscottyfindhorn.jpg" alt="Findhorn" class="newsround-story-body__gallery-figure-image" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$0.0.0.1.0.1"/><span class="newsround-story-body__gallery-figure-copyright" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$0.0.0.1.0.2">Weather Watcher/ Scotty</span></div></div></div></div></div><div class="newsround-story-body__section--gallery-image" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$1"><div class="newsround-story-body__gallery-wrapper" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$1.0"><div class="newsround-story-body__gallery-container" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$1.0.0"><div class="newsround-story-body__caption-item" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$1.0.0.0"><div class="newsround-story-body__caption" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$1.0.0.0.0"><div class="newsround-story-body__tab" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$1.0.0.0.0.0"></div><span class="newsround-story-body__caption-text newsround-story-body__caption-text--gallery" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$1.0.0.0.0.1">The best conditions for watching the Northern Lights are when it&#x27;s dark, you&#x27;re away from light pollution and there aren&#x27;t any clouds in the sky. Weather Watcher Monika Focht had great conditions it seems, and managed to snap this pic in Pennan village in Aberdeenshire, Scotland.</span></div></div><div class="newsround-story-body__gallery-figure-item" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$1.0.0.1"><div class="newsround-story-body__gallery-figure-fallback" style="padding-bottom:56.25%;" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$1.0.0.1.0"><img src="//web.archive.org/web/20220111205244im_/https://ichef.bbci.co.uk/news/320/cpsprodpb/15E22/production/_122643698_weatherwatchermonikafochtpennan.jpg" alt="Northern Lights at Pennan" class="newsround-story-body__gallery-figure-image" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$1.0.0.1.0.1"/><span class="newsround-story-body__gallery-figure-copyright" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$1.0.0.1.0.2">Weather Watcher/ Monika Focht</span></div></div></div></div></div><div class="newsround-story-body__section--gallery-image" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$2"><div class="newsround-story-body__gallery-wrapper" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$2.0"><div class="newsround-story-body__gallery-container" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$2.0.0"><div class="newsround-story-body__caption-item" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$2.0.0.0"><div class="newsround-story-body__caption" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$2.0.0.0.0"><div class="newsround-story-body__tab" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$2.0.0.0.0.0"></div><span class="newsround-story-body__caption-text newsround-story-body__caption-text--gallery" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$2.0.0.0.0.1">Auroras can appear in a range of different colours, including pale green, pink, shades of red, yellow, blue and violet. David Gierszewski said the sky turned green in Newburgh, Aberdeenshire.</span></div></div><div class="newsround-story-body__gallery-figure-item" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$2.0.0.1"><div class="newsround-story-body__gallery-figure-fallback" style="padding-bottom:56.25%;" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$2.0.0.1.0"><img src="//web.archive.org/web/20220111205244im_/https://ichef.bbci.co.uk/news/320/cpsprodpb/13712/production/_122643697_davidgierszewski.jpg" alt="Newburgh, Aberdeenshire" class="newsround-story-body__gallery-figure-image" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$2.0.0.1.0.1"/><span class="newsround-story-body__gallery-figure-copyright" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$2.0.0.1.0.2">David Gierszewski</span></div></div></div></div></div><div class="newsround-story-body__section--gallery-image" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$3"><div class="newsround-story-body__gallery-wrapper" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$3.0"><div class="newsround-story-body__gallery-container" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$3.0.0"><div class="newsround-story-body__caption-item" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$3.0.0.0"><div class="newsround-story-body__caption" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$3.0.0.0.0"><div class="newsround-story-body__tab" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$3.0.0.0.0.0"></div><span class="newsround-story-body__caption-text newsround-story-body__caption-text--gallery" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$3.0.0.0.0.1">The colours are produced when particles hit different gases in our atmosphere - depending on what and where they are, they&#x27;ll show up differently. Oxygen gives off green light when it is hit 60 miles above the Earth. At 100-200 miles though, you&#x27;ll get a rare all-red auroras. Nitrogen causes the sky to glow blue, but if it&#x27;s higher in the atmosphere the glow has a purple hue. Susan Bedford saw the green lights in Whinnyfold, Cruden Bay in Aberdeenshire.</span></div></div><div class="newsround-story-body__gallery-figure-item" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$3.0.0.1"><div class="newsround-story-body__gallery-figure-fallback" style="padding-bottom:56.25%;" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$3.0.0.1.0"><img src="//web.archive.org/web/20220111205244im_/https://ichef.bbci.co.uk/news/320/cpsprodpb/18532/production/_122643699_susanbedford1.jpg" alt="Whinnyfold, Cruden Bay" class="newsround-story-body__gallery-figure-image" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$3.0.0.1.0.1"/><span class="newsround-story-body__gallery-figure-copyright" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$3.0.0.1.0.2">Susan Bedford</span></div></div></div></div></div><div class="newsround-story-body__section--gallery-image" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$4"><div class="newsround-story-body__gallery-wrapper" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$4.0"><div class="newsround-story-body__gallery-container" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$4.0.0"><div class="newsround-story-body__caption-item" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$4.0.0.0"><div class="newsround-story-body__caption" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$4.0.0.0.0"><div class="newsround-story-body__tab" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$4.0.0.0.0.0"></div><span class="newsround-story-body__caption-text newsround-story-body__caption-text--gallery" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$4.0.0.0.0.1">As the name suggests, the further North you are, the more likely you are to see them, which is why they are spotted in Scotland more than other parts of the UK. Alan Tough was lucky enough to witness the Northern Lights from his home in Elgin, Moray.</span></div></div><div class="newsround-story-body__gallery-figure-item" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$4.0.0.1"><div class="newsround-story-body__gallery-figure-fallback" style="padding-bottom:56.25%;" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$4.0.0.1.0"><img src="//web.archive.org/web/20220111205244im_/https://ichef.bbci.co.uk/news/320/cpsprodpb/02DE/production/_122643700_alantoughelgin.jpg" alt="Northern Lights in Elgin" class="newsround-story-body__gallery-figure-image" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$4.0.0.1.0.1"/><span class="newsround-story-body__gallery-figure-copyright" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$4.0.0.1.0.2">Alan Tough</span></div></div></div></div></div><div class="newsround-story-body__section--gallery-image" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$5"><div class="newsround-story-body__gallery-wrapper" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$5.0"><div class="newsround-story-body__gallery-container" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$5.0.0"><div class="newsround-story-body__caption-item" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$5.0.0.0"><div class="newsround-story-body__caption" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$5.0.0.0.0"><div class="newsround-story-body__tab" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$5.0.0.0.0.0"></div><span class="newsround-story-body__caption-text newsround-story-body__caption-text--gallery" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$5.0.0.0.0.1">If you go even further North, you&#x27;ll see the auroras more often. For example, Alaska, Canada, Iceland and Norway all have frequent sightings of the colourful lights. Skywatcher captured this image closer to home at Lossiemouth West beach in Moray on Saturday evening.</span></div></div><div class="newsround-story-body__gallery-figure-item" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$5.0.0.1"><div class="newsround-story-body__gallery-figure-fallback" style="padding-bottom:56.25%;" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$5.0.0.1.0"><img src="//web.archive.org/web/20220111205244im_/https://ichef.bbci.co.uk/news/320/cpsprodpb/29EE/production/_122643701_weatherwatcherskywatcherlossiemouth.jpg" alt="Lossiemouth" class="newsround-story-body__gallery-figure-image" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$5.0.0.1.0.1"/><span class="newsround-story-body__gallery-figure-copyright" data-reactid=".1v66lbnn0kg.1.4.2.0.0.0.$5.0.0.1.0.2">Weather Watcher/ Skywatcher</span></div></div></div></div></div></div></div></div></section></div><section id="see-alsos" class="newsround-more-stories newsround-more-stories--see-alsos" data-istats-track-scroll-visibility="nr_content_oj_see_also" data-reactid=".1v66lbnn0kg.1.5"><div class="gs-u-box-size newsround-more-stories__wrapper" data-reactid=".1v66lbnn0kg.1.5.0"><div class="newsround-more-stories__header" data-reactid=".1v66lbnn0kg.1.5.0.0"><div class="newsround-more-stories__header-item" data-reactid=".1v66lbnn0kg.1.5.0.0.0"><h2 class="newsround-more-stories__header-title newsround-more-stories__header-title--see-alsos" data-reactid=".1v66lbnn0kg.1.5.0.0.0.0">More like this</h2></div></div><div class="newsround-more-stories__stories" style="height:404px;" data-reactid=".1v66lbnn0kg.1.5.0.1"><div class="newsround-more-stories__story newsround-more-stories__story--see-alsos" data-reactid=".1v66lbnn0kg.1.5.0.1.$57418070"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_content_oj_see_also-1" data-bbc-container="content-more-like-this" data-bbc-metadata="{&quot;PAR&quot;:&quot;content-more-like-this&quot;,&quot;CHD&quot;:&quot;card::1&quot;}" data-bbc-source="newsround" data-bbc-title="Aurora borealis: How northern lights are created has now been discovered" data-reactid=".1v66lbnn0kg.1.5.0.1.$57418070.0"><a href="/web/20220111205244/https://www.bbc.co.uk/newsround/57418070" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".1v66lbnn0kg.1.5.0.1.$57418070.0.0"><div class="newsround-promo__media" data-reactid=".1v66lbnn0kg.1.5.0.1.$57418070.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1v66lbnn0kg.1.5.0.1.$57418070.0.0.0.0"><img src="https://web.archive.org/web/20220111205244im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/1797C/production/_118863669_gettyimages-520831261.jpg" alt="aurora borealis" class="newsround-promo__responsive-image" data-reactid=".1v66lbnn0kg.1.5.0.1.$57418070.0.0.0.0.0"/></div><span data-reactid=".1v66lbnn0kg.1.5.0.1.$57418070.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1v66lbnn0kg.1.5.0.1.$57418070.0.0.1"><p class="newsround-promo__headline" data-reactid=".1v66lbnn0kg.1.5.0.1.$57418070.0.0.1.0">Aurora borealis: How northern lights are created has now been discovered</p><div class="newsround-promo__footer" data-reactid=".1v66lbnn0kg.1.5.0.1.$57418070.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1v66lbnn0kg.1.5.0.1.$57418070.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1v66lbnn0kg.1.5.0.1.$57418070.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1v66lbnn0kg.1.5.0.1.$57418070.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1v66lbnn0kg.1.5.0.1.$57418070.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1v66lbnn0kg.1.5.0.1.$57418070.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1v66lbnn0kg.1.5.0.1.$57418070.0.0.1.2.0.0.0.0.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-10T05:40:01+00:00" data-datetime="10 Jun 2021" data-reactid=".1v66lbnn0kg.1.5.0.1.$57418070.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1v66lbnn0kg.1.5.0.1.$57418070.0.0.1.2.0.0.1.0">10 Jun 2021</span><span class="gs-u-vh" data-reactid=".1v66lbnn0kg.1.5.0.1.$57418070.0.0.1.2.0.0.1.1">10 June 2021</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--see-alsos" data-reactid=".1v66lbnn0kg.1.5.0.1.$59870963"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_content_oj_see_also-2" data-bbc-container="content-more-like-this" data-bbc-metadata="{&quot;PAR&quot;:&quot;content-more-like-this&quot;,&quot;CHD&quot;:&quot;card::2&quot;}" data-bbc-source="newsround" data-bbc-title="A calendar of amazing stargazing events in 2022" data-reactid=".1v66lbnn0kg.1.5.0.1.$59870963.0"><a href="/web/20220111205244/https://www.bbc.co.uk/newsround/59870963" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".1v66lbnn0kg.1.5.0.1.$59870963.0.0"><div class="newsround-promo__media" data-reactid=".1v66lbnn0kg.1.5.0.1.$59870963.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1v66lbnn0kg.1.5.0.1.$59870963.0.0.0.0"><img src="https://web.archive.org/web/20220111205244im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/12A14/production/_122580367_gettyimages-936286266.jpg" alt="illustration of planet earth surrounded by a moon, stars, an astronaut and an alien space ship" class="newsround-promo__responsive-image" data-reactid=".1v66lbnn0kg.1.5.0.1.$59870963.0.0.0.0.0"/></div><span data-reactid=".1v66lbnn0kg.1.5.0.1.$59870963.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1v66lbnn0kg.1.5.0.1.$59870963.0.0.1"><p class="newsround-promo__headline" data-reactid=".1v66lbnn0kg.1.5.0.1.$59870963.0.0.1.0">A calendar of amazing stargazing events in 2022</p><div class="newsround-promo__footer" data-reactid=".1v66lbnn0kg.1.5.0.1.$59870963.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1v66lbnn0kg.1.5.0.1.$59870963.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1v66lbnn0kg.1.5.0.1.$59870963.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1v66lbnn0kg.1.5.0.1.$59870963.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1v66lbnn0kg.1.5.0.1.$59870963.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1v66lbnn0kg.1.5.0.1.$59870963.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1v66lbnn0kg.1.5.0.1.$59870963.0.0.1.2.0.0.0.0.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-06T06:35:01+00:00" data-datetime="5 days ago" data-reactid=".1v66lbnn0kg.1.5.0.1.$59870963.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1v66lbnn0kg.1.5.0.1.$59870963.0.0.1.2.0.0.1.0">5 days ago</span><span class="gs-u-vh" data-reactid=".1v66lbnn0kg.1.5.0.1.$59870963.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--see-alsos" data-reactid=".1v66lbnn0kg.1.5.0.1.$59378173"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_content_oj_see_also-3" data-bbc-container="content-more-like-this" data-bbc-metadata="{&quot;PAR&quot;:&quot;content-more-like-this&quot;,&quot;CHD&quot;:&quot;card::3&quot;}" data-bbc-source="newsround" data-bbc-title="What are the big events to look out for in Space in 2022?" data-reactid=".1v66lbnn0kg.1.5.0.1.$59378173.0"><a href="/web/20220111205244/https://www.bbc.co.uk/newsround/59378173" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".1v66lbnn0kg.1.5.0.1.$59378173.0.0"><div class="newsround-promo__media" data-reactid=".1v66lbnn0kg.1.5.0.1.$59378173.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1v66lbnn0kg.1.5.0.1.$59378173.0.0.0.0"><img src="https://web.archive.org/web/20220111205244im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/116E3/production/_121559317_dart_illustration.jpg" alt="Dart rocket hitting asteroid." class="newsround-promo__responsive-image" data-reactid=".1v66lbnn0kg.1.5.0.1.$59378173.0.0.0.0.0"/></div><span data-reactid=".1v66lbnn0kg.1.5.0.1.$59378173.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1v66lbnn0kg.1.5.0.1.$59378173.0.0.1"><p class="newsround-promo__headline" data-reactid=".1v66lbnn0kg.1.5.0.1.$59378173.0.0.1.0">What are the big events to look out for in Space in 2022?</p><div class="newsround-promo__footer" data-reactid=".1v66lbnn0kg.1.5.0.1.$59378173.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1v66lbnn0kg.1.5.0.1.$59378173.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1v66lbnn0kg.1.5.0.1.$59378173.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1v66lbnn0kg.1.5.0.1.$59378173.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1v66lbnn0kg.1.5.0.1.$59378173.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".1v66lbnn0kg.1.5.0.1.$59378173.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".1v66lbnn0kg.1.5.0.1.$59378173.0.0.1.2.0.0.0.0.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-06T10:12:54+00:00" data-datetime="5 days ago" data-reactid=".1v66lbnn0kg.1.5.0.1.$59378173.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1v66lbnn0kg.1.5.0.1.$59378173.0.0.1.2.0.0.1.0">5 days ago</span><span class="gs-u-vh" data-reactid=".1v66lbnn0kg.1.5.0.1.$59378173.0.0.1.2.0.0.1.1">5 days ago</span></time></span></div></div></div></a></div></div></div></div></section><div data-reactid=".1v66lbnn0kg.1.6"></div><section id="onward-journeys" class="newsround-more-stories newsround-more-stories--onward-journeys" data-istats-track-scroll-visibility="nr_content_oj_top_stories" data-reactid=".1v66lbnn0kg.1.7"><div class="gs-u-box-size newsround-more-stories__wrapper" data-reactid=".1v66lbnn0kg.1.7.0"><div class="newsround-more-stories__header" data-reactid=".1v66lbnn0kg.1.7.0.0"><div class="newsround-more-stories__header-item" data-reactid=".1v66lbnn0kg.1.7.0.0.0"><h2 class="newsround-more-stories__header-title newsround-more-stories__header-title--onward-journeys" data-reactid=".1v66lbnn0kg.1.7.0.0.0.0">Top Stories</h2></div></div><div class="newsround-more-stories__stories" style="height:404px;" data-reactid=".1v66lbnn0kg.1.7.0.1"><div class="newsround-more-stories__story newsround-more-stories__story--onward-journeys" data-reactid=".1v66lbnn0kg.1.7.0.1.$59943967"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_content_oj_top_stories-1" data-bbc-container="content-top-stories" data-bbc-metadata="{&quot;PAR&quot;:&quot;content-top-stories&quot;,&quot;CHD&quot;:&quot;card::1&quot;}" data-bbc-source="newsround" data-bbc-title="What games should you look out for in 2022?" data-reactid=".1v66lbnn0kg.1.7.0.1.$59943967.0"><a href="/web/20220111205244/https://www.bbc.co.uk/newsround/59943967" class="newsround-promo__content newsround-promo__content--white" data-reactid=".1v66lbnn0kg.1.7.0.1.$59943967.0.0"><div class="newsround-promo__media" data-reactid=".1v66lbnn0kg.1.7.0.1.$59943967.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1v66lbnn0kg.1.7.0.1.$59943967.0.0.0.0"><img src="https://web.archive.org/web/20220111205244im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/08A7/production/_122651220_banner-top-desktop.png" alt="Pokemon" class="newsround-promo__responsive-image" data-reactid=".1v66lbnn0kg.1.7.0.1.$59943967.0.0.0.0.0"/></div><span data-reactid=".1v66lbnn0kg.1.7.0.1.$59943967.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1v66lbnn0kg.1.7.0.1.$59943967.0.0.1"><p class="newsround-promo__headline" data-reactid=".1v66lbnn0kg.1.7.0.1.$59943967.0.0.1.0">What games should you look out for in 2022?</p><div class="newsround-promo__footer" data-reactid=".1v66lbnn0kg.1.7.0.1.$59943967.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1v66lbnn0kg.1.7.0.1.$59943967.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1v66lbnn0kg.1.7.0.1.$59943967.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1v66lbnn0kg.1.7.0.1.$59943967.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1v66lbnn0kg.1.7.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=".1v66lbnn0kg.1.7.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=".1v66lbnn0kg.1.7.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-11T07:40:23+00:00" data-datetime="13 hours ago" data-reactid=".1v66lbnn0kg.1.7.0.1.$59943967.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1v66lbnn0kg.1.7.0.1.$59943967.0.0.1.2.0.0.1.0">13 hours ago</span><span class="gs-u-vh" data-reactid=".1v66lbnn0kg.1.7.0.1.$59943967.0.0.1.2.0.0.1.1">13 hours ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1v66lbnn0kg.1.7.0.1.$59943967.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1v66lbnn0kg.1.7.0.1.$59943967.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1v66lbnn0kg.1.7.0.1.$59943967.0.0.1.2.1.0.0"><title data-reactid=".1v66lbnn0kg.1.7.0.1.$59943967.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1v66lbnn0kg.1.7.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=".1v66lbnn0kg.1.7.0.1.$59943967.0.0.1.2.1.1">29</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--onward-journeys" data-reactid=".1v66lbnn0kg.1.7.0.1.$59950968"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_content_oj_top_stories-2" data-bbc-container="content-top-stories" data-bbc-metadata="{&quot;PAR&quot;:&quot;content-top-stories&quot;,&quot;CHD&quot;:&quot;card::2&quot;}" data-bbc-source="newsround" data-bbc-title="Which film do you think should be an award-winner?" data-reactid=".1v66lbnn0kg.1.7.0.1.$59950968.0"><a href="/web/20220111205244/https://www.bbc.co.uk/newsround/59950968" class="newsround-promo__content newsround-promo__content--white" data-reactid=".1v66lbnn0kg.1.7.0.1.$59950968.0.0"><div class="newsround-promo__media" data-reactid=".1v66lbnn0kg.1.7.0.1.$59950968.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1v66lbnn0kg.1.7.0.1.$59950968.0.0.0.0"><img src="https://web.archive.org/web/20220111205244im_/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=".1v66lbnn0kg.1.7.0.1.$59950968.0.0.0.0.0"/></div><span data-reactid=".1v66lbnn0kg.1.7.0.1.$59950968.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1v66lbnn0kg.1.7.0.1.$59950968.0.0.1"><p class="newsround-promo__headline" data-reactid=".1v66lbnn0kg.1.7.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=".1v66lbnn0kg.1.7.0.1.$59950968.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1v66lbnn0kg.1.7.0.1.$59950968.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1v66lbnn0kg.1.7.0.1.$59950968.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1v66lbnn0kg.1.7.0.1.$59950968.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1v66lbnn0kg.1.7.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=".1v66lbnn0kg.1.7.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=".1v66lbnn0kg.1.7.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="7 hours ago" data-reactid=".1v66lbnn0kg.1.7.0.1.$59950968.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1v66lbnn0kg.1.7.0.1.$59950968.0.0.1.2.0.0.1.0">7 hours ago</span><span class="gs-u-vh" data-reactid=".1v66lbnn0kg.1.7.0.1.$59950968.0.0.1.2.0.0.1.1">7 hours ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1v66lbnn0kg.1.7.0.1.$59950968.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1v66lbnn0kg.1.7.0.1.$59950968.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1v66lbnn0kg.1.7.0.1.$59950968.0.0.1.2.1.0.0"><title data-reactid=".1v66lbnn0kg.1.7.0.1.$59950968.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1v66lbnn0kg.1.7.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=".1v66lbnn0kg.1.7.0.1.$59950968.0.0.1.2.1.1">60</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--onward-journeys" data-reactid=".1v66lbnn0kg.1.7.0.1.$59955776"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_content_oj_top_stories-3" data-bbc-container="content-top-stories" data-bbc-metadata="{&quot;PAR&quot;:&quot;content-top-stories&quot;,&quot;CHD&quot;:&quot;card::3&quot;}" data-bbc-source="newsround" data-bbc-title="Scottish fans to return to stadiums next week" data-reactid=".1v66lbnn0kg.1.7.0.1.$59955776.0"><a href="/web/20220111205244/https://www.bbc.co.uk/newsround/59955776" class="newsround-promo__content newsround-promo__content--white" data-reactid=".1v66lbnn0kg.1.7.0.1.$59955776.0.0"><div class="newsround-promo__media" data-reactid=".1v66lbnn0kg.1.7.0.1.$59955776.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".1v66lbnn0kg.1.7.0.1.$59955776.0.0.0.0"><img src="https://web.archive.org/web/20220111205244im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/FA37/production/_122655046_gettyimages-1190516643.jpg" alt="hearts fans" class="newsround-promo__responsive-image" data-reactid=".1v66lbnn0kg.1.7.0.1.$59955776.0.0.0.0.0"/></div><span data-reactid=".1v66lbnn0kg.1.7.0.1.$59955776.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".1v66lbnn0kg.1.7.0.1.$59955776.0.0.1"><p class="newsround-promo__headline" data-reactid=".1v66lbnn0kg.1.7.0.1.$59955776.0.0.1.0">Scottish fans to return to stadiums next week</p><div class="newsround-promo__footer" data-reactid=".1v66lbnn0kg.1.7.0.1.$59955776.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".1v66lbnn0kg.1.7.0.1.$59955776.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".1v66lbnn0kg.1.7.0.1.$59955776.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".1v66lbnn0kg.1.7.0.1.$59955776.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".1v66lbnn0kg.1.7.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=".1v66lbnn0kg.1.7.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=".1v66lbnn0kg.1.7.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-11T16:34:24+00:00" data-datetime="4 hours ago" data-reactid=".1v66lbnn0kg.1.7.0.1.$59955776.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".1v66lbnn0kg.1.7.0.1.$59955776.0.0.1.2.0.0.1.0">4 hours ago</span><span class="gs-u-vh" data-reactid=".1v66lbnn0kg.1.7.0.1.$59955776.0.0.1.2.0.0.1.1">4 hours ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".1v66lbnn0kg.1.7.0.1.$59955776.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".1v66lbnn0kg.1.7.0.1.$59955776.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".1v66lbnn0kg.1.7.0.1.$59955776.0.0.1.2.1.0.0"><title data-reactid=".1v66lbnn0kg.1.7.0.1.$59955776.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".1v66lbnn0kg.1.7.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=".1v66lbnn0kg.1.7.0.1.$59955776.0.0.1.2.1.1">1</span></div></div></div></a></div></div></div></div></section><section class="newsround-story-footer" data-istats-track-scroll-visibility="nr_content_footer_home" data-bbc-container="content-home-footer-button" data-bbc-metadata="{&quot;PAR&quot;:&quot;content-home-footer-button&quot;,&quot;CHD&quot;:&quot;button&quot;}" data-bbc-source="newsround" data-bbc-title="Newsround Home" data-reactid=".1v66lbnn0kg.1.8"><div class="newsround-story-footer__wrap" data-reactid=".1v66lbnn0kg.1.8.0"><div class="newsround-story-footer__orb" style="background-image:url(//web.archive.org/web/20220111205244im_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-story-footer/4.2.0/images/orb.png);" data-reactid=".1v66lbnn0kg.1.8.0.0"></div><div class="newsround-story-footer__button-wrap" data-istats-track="true" data-istats-track-link-location="nr_content_footer_home" data-reactid=".1v66lbnn0kg.1.8.0.1"><a href="/web/20220111205244/https://www.bbc.co.uk/newsround" class="newsround-button newsround-button--purple" aria-label="Newsround Home" data-reactid=".1v66lbnn0kg.1.8.0.1.0"><span data-reactid=".1v66lbnn0kg.1.8.0.1.0.1">Newsround Home</span></a></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/20220111205244/https://www.bbc.co.uk/cbbc">CBBC</a></li><li class="orb-nav-iplayer orb-d"><a href="https://web.archive.org/web/20220111205244/https://www.bbc.co.uk/tv/cbbc">CBBC iPlayer</a></li><li class="orb-nav-newsround"><a href="https://web.archive.org/web/20220111205244/https://www.bbc.co.uk/newsround">Newsround</a></li><li class="orb-nav-bitesize orb-d"><a href="https://web.archive.org/web/20220111205244/https://www.bbc.co.uk/bitesize">Bitesize</a></li><li class="orb-nav-ownit orb-d"><a href="https://web.archive.org/web/20220111205244/https://www.bbc.com/ownit">Own It</a></li><li class="orb-nav-cbeebies"><a href="https://web.archive.org/web/20220111205244/https://www.bbc.co.uk/cbeebies">CBeebies</a></li><li class="orb-nav-cbbctv"><a href="https://web.archive.org/web/20220111205244/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/20220111205244/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/20220111205244/https://www.bbcglobalnews.com/">Advertise with us<' + '/a><' + '/li><li class="orb-footer-adchoices"><a href="https://web.archive.org/web/20220111205244/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/20220111205244/https://www.bbc.co.uk/usingthebbc/terms/">Terms of Use</a></li><li class="orb-footer-about"><a href="https://web.archive.org/web/20220111205244/https://www.bbc.co.uk/aboutthebbc">About the BBC</a></li><li class="orb-footer-privacy"><a href="https://web.archive.org/web/20220111205244/https://www.bbc.co.uk/usingthebbc/privacy/">Privacy Policy</a></li><li class="orb-footer-cookies"><a href="https://web.archive.org/web/20220111205244/https://www.bbc.co.uk/usingthebbc/cookies/">Cookies</a></li><li class="orb-footer-accessibility"><a href="https://web.archive.org/web/20220111205244/https://www.bbc.co.uk/accessibility/">Accessibility Help</a></li><li class="orb-footer-parental"><a href="https://web.archive.org/web/20220111205244/https://www.bbc.co.uk/guidance">Parental Guidance</a></li><li class="orb-footer-contact"><a href="https://web.archive.org/web/20220111205244/https://www.bbc.co.uk/contact">Contact the BBC</a></li><li class="orb-footer-newsletter"><a href="https://web.archive.org/web/20220111205244/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/20220111205244/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/20220111205244/https://static.files.bbci.co.uk/orbit/8161b75793cc3c38d814e1a4a19a2f6a/js/drawer-api.bundle.js","bbccookies":"https://web.archive.org/web/20220111205244/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/20220111205244js_/https://static.files.bbci.co.uk/orbit/8161b75793cc3c38d814e1a4a19a2f6a/js/redirect.bundle.js" async=""></script><script type="text/javascript" src="https://web.archive.org/web/20220111205244js_/https://static.files.bbci.co.uk/orbit/8161b75793cc3c38d814e1a4a19a2f6a/js/performance.bundle.js" data-release="3.0.0-1788.34618479" 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/20220111205244js_/https://static.files.bbci.co.uk/orbit/8161b75793cc3c38d814e1a4a19a2f6a/js/orb.min.js"></script><script type="module" src="https://web.archive.org/web/20220111205244jm_/https://static.files.bbci.co.uk/orbit/8161b75793cc3c38d814e1a4a19a2f6a/js/orbit.js" async=""></script><script nomodule="" type="text/javascript" src="https://web.archive.org/web/20220111205244js_/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/20220111205244/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/20220111205244/https://nav.files.bbci.co.uk/searchbox/108ee1408a2b7d19ee45763ff751448b//js/old-search-suggest.js'; script.async = true; script.setAttribute('data-static-prefix', 'https://web.archive.org/web/20220111205244/https://nav.files.bbci.co.uk/searchbox/108ee1408a2b7d19ee45763ff751448b/'); script.setAttribute('data-variant', 'cbbc'); script.setAttribute('data-scope', 'cbbc'); document.head.appendChild(script); } else { import('https://web.archive.org/web/20220111205244/https://nav.files.bbci.co.uk/searchbox/108ee1408a2b7d19ee45763ff751448b//js/search-suggest.js').then(drawer => { drawer.setupSearchDrawer({ searchboxAppStaticPrefix: 'https://web.archive.org/web/20220111205244/https://nav.files.bbci.co.uk/searchbox/108ee1408a2b7d19ee45763ff751448b/', variant: 'cbbc', searchScope: 'cbbc', }); }); } } }); }</script> <script type="text/javascript" src="https://web.archive.org/web/20220111205244js_/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/20220111205244/https://static.files.bbci.co.uk/cookies/6868f40b6841deedfcf9895de775e1ab/cookie-banner/cookie-prompt/"</script><script src="https://web.archive.org/web/20220111205244js_/https://static.files.bbci.co.uk/cookies/6868f40b6841deedfcf9895de775e1ab/cookie-banner/cookie-banners.bundle.js" async=""></script> <script src="https://web.archive.org/web/20220111205244js_/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/20220111205244/https://emp.bbci.co.uk/emp/bump-3/bump-3","bump-4":"//web.archive.org/web/20220111205244/https://emp.bbci.co.uk/emp/bump-4/bump-4","echo-8.1.0":"//web.archive.org/web/20220111205244/https://static.bbci.co.uk/echoclient/modules/echo-8.1.0.js","jssignals-1":"//web.archive.org/web/20220111205244/https://static.bbci.co.uk/frameworks/jssignals/0.3.6/modules/jssignals-1","jquery-1":"//web.archive.org/web/20220111205244/https://static.test.bbc.co.uk/frameworks/jquery/0.4.1/sharedmodules/jquery-1.7.2","jquery-1.9":"//web.archive.org/web/20220111205244/https://static.bbci.co.uk/frameworks/jquery/0.4.1/sharedmodules/jquery-1.9.1","swfobject-2":"//web.archive.org/web/20220111205244/https://static.bbci.co.uk/frameworks/swfobject/0.1.10/sharedmodules/swfobject-2","istats-1":"//web.archive.org/web/20220111205244/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/article/isiteproject/nrconfigs/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"comments":"true","riddle":"true","telescope":"true","indepthtoolkit":"true","optimizely":"false","sidebar-link":"true","ugc-form-cta":"true","switch-watch-newsround-off":"true","optimizely-media-collection-controller":"true","NEWSROUND-387-newsround-comments-button-toggle":"true","NEWSROUND-405-map-media-collection":"true","NEWSROUND-406-new-hero-image":"true","NEWSROUND-406-hero-image-resize":"true","NEWSROUND-502-pullout-tracking":"true","NEWSROUND-516-cpv-content":"true"}}); });</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-cs-asset-with-media-enriched/assetUri/%2Fnewsround%2F59940547/previewGuid/undefined/version/5.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"assetId":"59940547","assetUri":"\/newsround\/59940547","firstCreated":"2022-01-10T13:18:27+00:00","firstPublished":"2022-01-10T14:35:49+00:00","headline":"Northern Lights: Stunning photos captured in Scotland over the weekend","iStatsCounterName":"newsround.home.photo_gallery.59940547.page","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\/20220111205244\/http:\/\/c.files.bbci.co.uk\/780E\/production\/_122643703_weatherwatcherscottyfindhorn.jpg","originCode":"cpsprodpb","altText":"Findhorn","copyrightHolder":"Weather Watcher\/ Scotty","allowSyndication":false,"imageChefHref":"\/\/web.archive.org\/web\/20220111205244\/https:\/\/ichef.bbci.co.uk\/news\/{width}\/cpsprodpb\/780E\/production\/_122643703_weatherwatcherscottyfindhorn.jpg","ratio":56.25,"orientation":"landscape"}},"photogallery":{"122643696":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/c.files.bbci.co.uk\/11002\/production\/_122643696_weatherwatcherscottyfindhorn.jpg","originCode":"cpsprodpb","caption":"Also known as the Aurora Borealis, the colourful lights can be seen in the sky when particles from the Sun hit the Earth's atmosphere. Weather Watcher Scotty said he watched the ethereal display at Findhorn beach in Moray for three hours.","altText":"Findhorn","thumbnailImage":{"height":81,"width":144,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/news.bbcimg.co.uk\/041E\/production\/_122645010_weatherwatcherscottyfindhorn.jpg","originCode":"mcs"},"copyrightHolder":"Weather Watcher\/ Scotty","allowSyndication":false,"rank":1,"imageChefHref":"\/\/web.archive.org\/web\/20220111205244\/https:\/\/ichef.bbci.co.uk\/news\/{width}\/cpsprodpb\/11002\/production\/_122643696_weatherwatcherscottyfindhorn.jpg","ratio":56.25,"orientation":"landscape"},"122643697":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/c.files.bbci.co.uk\/13712\/production\/_122643697_davidgierszewski.jpg","originCode":"cpsprodpb","caption":"Auroras can appear in a range of different colours, including pale green, pink, shades of red, yellow, blue and violet. David Gierszewski said the sky turned green in Newburgh, Aberdeenshire.","altText":"Newburgh, Aberdeenshire","thumbnailImage":{"height":81,"width":144,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/news.bbcimg.co.uk\/523E\/production\/_122645012_davidgierszewski.jpg","originCode":"mcs"},"copyrightHolder":"David Gierszewski","allowSyndication":false,"rank":3,"imageChefHref":"\/\/web.archive.org\/web\/20220111205244\/https:\/\/ichef.bbci.co.uk\/news\/{width}\/cpsprodpb\/13712\/production\/_122643697_davidgierszewski.jpg","ratio":56.25,"orientation":"landscape"},"122643698":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/c.files.bbci.co.uk\/15E22\/production\/_122643698_weatherwatchermonikafochtpennan.jpg","originCode":"cpsprodpb","caption":"The best conditions for watching the Northern Lights are when it's dark, you're away from light pollution and there aren't any clouds in the sky. Weather Watcher Monika Focht had great conditions it seems, and managed to snap this pic in Pennan village in Aberdeenshire, Scotland.","altText":"Northern Lights at Pennan","thumbnailImage":{"height":81,"width":144,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/news.bbcimg.co.uk\/2B2E\/production\/_122645011_weatherwatchermonikafochtpennan.jpg","originCode":"mcs"},"copyrightHolder":"Weather Watcher\/ Monika Focht","allowSyndication":false,"rank":2,"imageChefHref":"\/\/web.archive.org\/web\/20220111205244\/https:\/\/ichef.bbci.co.uk\/news\/{width}\/cpsprodpb\/15E22\/production\/_122643698_weatherwatchermonikafochtpennan.jpg","ratio":56.25,"orientation":"landscape"},"122643699":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/c.files.bbci.co.uk\/18532\/production\/_122643699_susanbedford1.jpg","originCode":"cpsprodpb","caption":"The colours are produced when particles hit different gases in our atmosphere - depending on what and where they are, they'll show up differently. Oxygen gives off green light when it is hit 60 miles above the Earth. At 100-200 miles though, you'll get a rare all-red auroras. Nitrogen causes the sky to glow blue, but if it's higher in the atmosphere the glow has a purple hue. Susan Bedford saw the green lights in Whinnyfold, Cruden Bay in Aberdeenshire.","altText":"Whinnyfold, Cruden Bay","thumbnailImage":{"height":81,"width":144,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/news.bbcimg.co.uk\/794E\/production\/_122645013_susanbedford1.jpg","originCode":"mcs"},"copyrightHolder":"Susan Bedford","allowSyndication":false,"rank":4,"imageChefHref":"\/\/web.archive.org\/web\/20220111205244\/https:\/\/ichef.bbci.co.uk\/news\/{width}\/cpsprodpb\/18532\/production\/_122643699_susanbedford1.jpg","ratio":56.25,"orientation":"landscape"},"122643700":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/c.files.bbci.co.uk\/02DE\/production\/_122643700_alantoughelgin.jpg","originCode":"cpsprodpb","caption":"As the name suggests, the further North you are, the more likely you are to see them, which is why they are spotted in Scotland more than other parts of the UK. Alan Tough was lucky enough to witness the Northern Lights from his home in Elgin, Moray.","altText":"Northern Lights in Elgin","thumbnailImage":{"height":81,"width":144,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/news.bbcimg.co.uk\/A05E\/production\/_122645014_alantoughelgin.jpg","originCode":"mcs"},"copyrightHolder":"Alan Tough","allowSyndication":false,"rank":5,"imageChefHref":"\/\/web.archive.org\/web\/20220111205244\/https:\/\/ichef.bbci.co.uk\/news\/{width}\/cpsprodpb\/02DE\/production\/_122643700_alantoughelgin.jpg","ratio":56.25,"orientation":"landscape"},"122643701":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/c.files.bbci.co.uk\/29EE\/production\/_122643701_weatherwatcherskywatcherlossiemouth.jpg","originCode":"cpsprodpb","caption":"If you go even further North, you'll see the auroras more often. For example, Alaska, Canada, Iceland and Norway all have frequent sightings of the colourful lights. Skywatcher captured this image closer to home at Lossiemouth West beach in Moray on Saturday evening.","altText":"Lossiemouth","thumbnailImage":{"height":81,"width":144,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/news.bbcimg.co.uk\/C76E\/production\/_122645015_weatherwatcherskywatcherlossiemouth.jpg","originCode":"mcs"},"copyrightHolder":"Weather Watcher\/ Skywatcher","allowSyndication":false,"rank":6,"imageChefHref":"\/\/web.archive.org\/web\/20220111205244\/https:\/\/ichef.bbci.co.uk\/news\/{width}\/cpsprodpb\/29EE\/production\/_122643701_weatherwatcherskywatcherlossiemouth.jpg","ratio":56.25,"orientation":"landscape"}}}},"options":{"allowDateStamp":true,"allowPrintingSharingLinks":false,"allowHeadline":true,"allowRightHandSide":true,"allowRelatedStoriesBox":true,"includeComments":false,"isIgorSeoTagsEnabled":false,"isKeyContent":false,"isBreakingNews":false,"hasNewsTracker":false,"isFactCheck":false,"allowAdvertising":false,"hasContentWarning":false,"suitableForSyndication":true},"relatedGroups":[{"items":[{"assetId":"57418070","assetUri":"\/newsround\/57418070","firstCreated":"2021-06-09T15:29:22+00:00","hasShortForm":true,"headline":"Aurora borealis: How northern lights are created has now been discovered","language":"en-gb","lastUpdated":"2021-06-10T05:40:01+00:00","media":{"images":{"body":{"118863669":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/c.files.bbci.co.uk\/1797C\/production\/_118863669_gettyimages-520831261.jpg","originCode":"cpsprodpb","altText":"aurora borealis","positionHint":"full-width","copyrightHolder":"Getty Images","allowSyndication":true},"118863671":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/c.files.bbci.co.uk\/44E4\/production\/_118863671_gettyimages-844052000.jpg","originCode":"cpsprodpb","altText":"aurora borealis","positionHint":"full-width","copyrightHolder":"Getty Images","allowSyndication":true}},"index":{"118863669":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/c.files.bbci.co.uk\/1797C\/production\/_118863669_gettyimages-520831261.jpg","originCode":"cpsprodpb","altText":"aurora borealis","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"118865018":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/c.files.bbci.co.uk\/13CA0\/production\/_118865018_gettyimages-520831261.jpg","originCode":"cpsprodpb","altText":"aurora borealis","copyrightHolder":"Getty Images","allowSyndication":true}}}},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"shortHeadline":"The mystery of aurora borealis has been solved","site":{"name":"CBBC Newsround","code":"newsround-v6","frontPageUri":"\/newsround\/front_page","urlIdentifier":"\/newsround"},"summary":"The aurora borealis, or northern lights, is a spectacular natural light display. Researchers at the University of Iowa have now found that the most brilliant auroras are made by powerful electromagnetic waves during geomagnetic storms. We find out more","title":"CBBC Newsround - Aurora borealis: How northern lights are created has now been discovered","type":"STY","workerCallingCard":"appsrv814.back.live.lbh.local-44"},{"assetId":"59870963","assetUri":"\/newsround\/59870963","firstCreated":"2022-01-04T13:38:36+00:00","hasShortForm":true,"headline":"A calendar of amazing stargazing events in 2022","language":"en-gb","lastUpdated":"2022-01-06T06:35:01+00:00","media":{"images":{"body":{"122579733":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/c.files.bbci.co.uk\/8405\/production\/_122579733_gettyimages-1220081387.jpg","originCode":"cpsprodpb","caption":"Trails from the 2020 Lyrid meteor shower in Austria","altText":"startrails form bright circles in the nights sky above a building","positionHint":"full-width","copyrightHolder":"Getty Images","allowSyndication":true},"122579735":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/c.files.bbci.co.uk\/D225\/production\/_122579735_gettyimages-1233636173.jpg","originCode":"cpsprodpb","caption":"The Moon may appear very large in the sky","altText":"moon appears bright in sky above skyscrapers, making the city below look small","positionHint":"full-width","copyrightHolder":"Getty Images","allowSyndication":true},"122580359":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/c.files.bbci.co.uk\/1744C\/production\/_122580359_gettyimages-1148112202.jpg","originCode":"cpsprodpb","caption":"Five planets in our solar system will appear as if they are lined up together from our perspective on Earth","altText":"graphic of the solar system and its planets","positionHint":"full-width","copyrightHolder":"Getty Images","allowSyndication":true},"122580361":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/c.files.bbci.co.uk\/3FB4\/production\/_122580361_gettyimages-962047766.jpg","originCode":"cpsprodpb","caption":"A partial solar eclipse is when the Moon partly blocks out the Sun from our view on Earth","altText":"a crescent shaped sun in the sky covered by clouds","positionHint":"full-width","copyrightHolder":"Getty Images","allowSyndication":true},"122580363":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/c.files.bbci.co.uk\/8DD4\/production\/_122580363_gettyimages-468572130.jpg","originCode":"cpsprodpb","altText":"the moon glows red","positionHint":"full-width","copyrightHolder":"Getty Images","allowSyndication":true},"122580365":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/c.files.bbci.co.uk\/DBF4\/production\/_122580365_gettyimages-1181723350.jpg","originCode":"cpsprodpb","caption":"Yes, that tiny dot in the centre of the Sun is Mercury!","altText":"Mercury situated in the centre of the Sun just above a memorial in Washington DC, USA","positionHint":"full-width","copyrightHolder":"Getty Images","allowSyndication":true},"122580479":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/c.files.bbci.co.uk\/17C80\/production\/_122580479_gettyimages-936286266.jpg","originCode":"cpsprodpb","altText":"illustration of planet earth surrounded by a moon, stars, an astronaut and an alien space ship","positionHint":"full-width","copyrightHolder":"Getty Images","allowSyndication":true}},"index":{"122580367":{"height":1152,"width":2048,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/c.files.bbci.co.uk\/12A14\/production\/_122580367_gettyimages-936286266.jpg","originCode":"cpsprodpb","altText":"illustration of planet earth surrounded by a moon, stars, an astronaut and an alien space ship","copyrightHolder":"Getty Images","allowSyndication":true}}}},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"shortHeadline":"Our spectacular guide to stargazing in 2022","site":{"name":"CBBC Newsround","code":"newsround-v6","frontPageUri":"\/newsround\/front_page","urlIdentifier":"\/newsround"},"summary":"Check out our handy list of all the amazing stargazing events to look out for this year.","title":"CBBC Newsround - A calendar of amazing stargazing events in 2022","type":"STY","workerCallingCard":"appsrv161.back.live.telhc.local-43"},{"assetId":"59378173","assetUri":"\/newsround\/59378173","firstCreated":"2021-11-22T17:26:17+00:00","hasShortForm":false,"headline":"What are the big events to look out for in Space in 2022?","language":"en-gb","lastUpdated":"2022-01-06T10:12:54+00:00","media":{"images":{"body":{"118088436":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/c.files.bbci.co.uk\/F800\/production\/_118088436_for_press_release.jpg","originCode":"cpsprodpb","caption":"The vehicle, called Orion, is based on SpaceX's Starship design","altText":"Human Landing System","positionHint":"full-width","copyrightHolder":"NASA","allowSyndication":true},"121559317":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/c.files.bbci.co.uk\/116E3\/production\/_121559317_dart_illustration.jpg","originCode":"cpsprodpb","altText":"Dart rocket hitting asteroid.","positionHint":"full-width","copyrightHolder":"NASA","allowSyndication":false},"121834368":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/c.files.bbci.co.uk\/15147\/production\/_121834368_mirror.jpg","originCode":"cpsprodpb","caption":"This mirror is one of the most important parts of the telescope","altText":"The mirror in the James Webb Space Telescope","positionHint":"full-width","copyrightHolder":"Science Photo Library","allowSyndication":true},"121986816":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/c.files.bbci.co.uk\/F1AC\/production\/_121986816_saxavordshetland.jpg","originCode":"cpsprodpb","caption":"This is an artist's impression of what missions blasting off from the island could look like","altText":"Artist's impression of rocket blasting from shetland","positionHint":"full-width","copyrightHolder":"Saxavord","allowSyndication":false},"122019855":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/c.files.bbci.co.uk\/DA53\/production\/_122019855_jameswebbspacetelescope.jpg","originCode":"cpsprodpb","caption":"Here you can see a scientist testing part of the telescope as it's being built","altText":"James Webb Space Telescope","positionHint":"full-width","copyrightHolder":"NASA","allowSyndication":false},"122585562":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/c.files.bbci.co.uk\/67BE\/production\/_122585562_starshipspacex.jpg","originCode":"cpsprodpb","caption":"Starship, will be fully reusable vehicle, which means it will be designed to not burn up or have parts fall into the sea when it sets off and comes back to Earth","altText":"Early prototype of starship","positionHint":"full-width","copyrightHolder":"Loren Elliott\/Getty","allowSyndication":false}},"index":{"121559317":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/c.files.bbci.co.uk\/116E3\/production\/_121559317_dart_illustration.jpg","originCode":"cpsprodpb","altText":"Dart rocket hitting asteroid.","copyrightHolder":"NASA","allowSyndication":false}}}},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"shortHeadline":"Events to look out for in Space in 2022","site":{"name":"CBBC Newsround","code":"newsround-v6","frontPageUri":"\/newsround\/front_page","urlIdentifier":"\/newsround"},"summary":"From space missions blasting off from Shetland, to taking our first steps back to the Moon, 2022 is going to be a big one for space!","title":"CBBC Newsround - What are the big events to look out for in Space in 2022?","type":"STY","workerCallingCard":"appsrv851.back.live.lbh.local-42"}],"type":"see-alsos"}],"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"shortHeadline":"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!","title":"CBBC Newsround - Northern Lights: Stunning photos captured in Scotland over the weekend","type":"PGL","lastPublished":"2022-01-10T14:35:50+00:00","id":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/www.bbc.co.uk\/asset\/7d105e76-1ae0-4632-bc95-c4592be20343"}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-cs-asset-with-media-enriched/assetUri/%2Fnewsround%2F59940547/version/5.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"assetId":"59940547","assetUri":"\/newsround\/59940547","firstCreated":"2022-01-10T13:18:27+00:00","firstPublished":"2022-01-10T14:35:49+00:00","headline":"Northern Lights: Stunning photos captured in Scotland over the weekend","iStatsCounterName":"newsround.home.photo_gallery.59940547.page","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\/20220111205244\/http:\/\/c.files.bbci.co.uk\/780E\/production\/_122643703_weatherwatcherscottyfindhorn.jpg","originCode":"cpsprodpb","altText":"Findhorn","copyrightHolder":"Weather Watcher\/ Scotty","allowSyndication":false,"imageChefHref":"\/\/web.archive.org\/web\/20220111205244\/https:\/\/ichef.bbci.co.uk\/news\/{width}\/cpsprodpb\/780E\/production\/_122643703_weatherwatcherscottyfindhorn.jpg","ratio":56.25,"orientation":"landscape"}},"photogallery":{"122643696":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/c.files.bbci.co.uk\/11002\/production\/_122643696_weatherwatcherscottyfindhorn.jpg","originCode":"cpsprodpb","caption":"Also known as the Aurora Borealis, the colourful lights can be seen in the sky when particles from the Sun hit the Earth's atmosphere. Weather Watcher Scotty said he watched the ethereal display at Findhorn beach in Moray for three hours.","altText":"Findhorn","thumbnailImage":{"height":81,"width":144,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/news.bbcimg.co.uk\/041E\/production\/_122645010_weatherwatcherscottyfindhorn.jpg","originCode":"mcs"},"copyrightHolder":"Weather Watcher\/ Scotty","allowSyndication":false,"rank":1,"imageChefHref":"\/\/web.archive.org\/web\/20220111205244\/https:\/\/ichef.bbci.co.uk\/news\/{width}\/cpsprodpb\/11002\/production\/_122643696_weatherwatcherscottyfindhorn.jpg","ratio":56.25,"orientation":"landscape"},"122643697":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/c.files.bbci.co.uk\/13712\/production\/_122643697_davidgierszewski.jpg","originCode":"cpsprodpb","caption":"Auroras can appear in a range of different colours, including pale green, pink, shades of red, yellow, blue and violet. David Gierszewski said the sky turned green in Newburgh, Aberdeenshire.","altText":"Newburgh, Aberdeenshire","thumbnailImage":{"height":81,"width":144,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/news.bbcimg.co.uk\/523E\/production\/_122645012_davidgierszewski.jpg","originCode":"mcs"},"copyrightHolder":"David Gierszewski","allowSyndication":false,"rank":3,"imageChefHref":"\/\/web.archive.org\/web\/20220111205244\/https:\/\/ichef.bbci.co.uk\/news\/{width}\/cpsprodpb\/13712\/production\/_122643697_davidgierszewski.jpg","ratio":56.25,"orientation":"landscape"},"122643698":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/c.files.bbci.co.uk\/15E22\/production\/_122643698_weatherwatchermonikafochtpennan.jpg","originCode":"cpsprodpb","caption":"The best conditions for watching the Northern Lights are when it's dark, you're away from light pollution and there aren't any clouds in the sky. Weather Watcher Monika Focht had great conditions it seems, and managed to snap this pic in Pennan village in Aberdeenshire, Scotland.","altText":"Northern Lights at Pennan","thumbnailImage":{"height":81,"width":144,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/news.bbcimg.co.uk\/2B2E\/production\/_122645011_weatherwatchermonikafochtpennan.jpg","originCode":"mcs"},"copyrightHolder":"Weather Watcher\/ Monika Focht","allowSyndication":false,"rank":2,"imageChefHref":"\/\/web.archive.org\/web\/20220111205244\/https:\/\/ichef.bbci.co.uk\/news\/{width}\/cpsprodpb\/15E22\/production\/_122643698_weatherwatchermonikafochtpennan.jpg","ratio":56.25,"orientation":"landscape"},"122643699":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/c.files.bbci.co.uk\/18532\/production\/_122643699_susanbedford1.jpg","originCode":"cpsprodpb","caption":"The colours are produced when particles hit different gases in our atmosphere - depending on what and where they are, they'll show up differently. Oxygen gives off green light when it is hit 60 miles above the Earth. At 100-200 miles though, you'll get a rare all-red auroras. Nitrogen causes the sky to glow blue, but if it's higher in the atmosphere the glow has a purple hue. Susan Bedford saw the green lights in Whinnyfold, Cruden Bay in Aberdeenshire.","altText":"Whinnyfold, Cruden Bay","thumbnailImage":{"height":81,"width":144,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/news.bbcimg.co.uk\/794E\/production\/_122645013_susanbedford1.jpg","originCode":"mcs"},"copyrightHolder":"Susan Bedford","allowSyndication":false,"rank":4,"imageChefHref":"\/\/web.archive.org\/web\/20220111205244\/https:\/\/ichef.bbci.co.uk\/news\/{width}\/cpsprodpb\/18532\/production\/_122643699_susanbedford1.jpg","ratio":56.25,"orientation":"landscape"},"122643700":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/c.files.bbci.co.uk\/02DE\/production\/_122643700_alantoughelgin.jpg","originCode":"cpsprodpb","caption":"As the name suggests, the further North you are, the more likely you are to see them, which is why they are spotted in Scotland more than other parts of the UK. Alan Tough was lucky enough to witness the Northern Lights from his home in Elgin, Moray.","altText":"Northern Lights in Elgin","thumbnailImage":{"height":81,"width":144,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/news.bbcimg.co.uk\/A05E\/production\/_122645014_alantoughelgin.jpg","originCode":"mcs"},"copyrightHolder":"Alan Tough","allowSyndication":false,"rank":5,"imageChefHref":"\/\/web.archive.org\/web\/20220111205244\/https:\/\/ichef.bbci.co.uk\/news\/{width}\/cpsprodpb\/02DE\/production\/_122643700_alantoughelgin.jpg","ratio":56.25,"orientation":"landscape"},"122643701":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/c.files.bbci.co.uk\/29EE\/production\/_122643701_weatherwatcherskywatcherlossiemouth.jpg","originCode":"cpsprodpb","caption":"If you go even further North, you'll see the auroras more often. For example, Alaska, Canada, Iceland and Norway all have frequent sightings of the colourful lights. Skywatcher captured this image closer to home at Lossiemouth West beach in Moray on Saturday evening.","altText":"Lossiemouth","thumbnailImage":{"height":81,"width":144,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/news.bbcimg.co.uk\/C76E\/production\/_122645015_weatherwatcherskywatcherlossiemouth.jpg","originCode":"mcs"},"copyrightHolder":"Weather Watcher\/ Skywatcher","allowSyndication":false,"rank":6,"imageChefHref":"\/\/web.archive.org\/web\/20220111205244\/https:\/\/ichef.bbci.co.uk\/news\/{width}\/cpsprodpb\/29EE\/production\/_122643701_weatherwatcherskywatcherlossiemouth.jpg","ratio":56.25,"orientation":"landscape"}}}},"options":{"allowDateStamp":true,"allowPrintingSharingLinks":false,"allowHeadline":true,"allowRightHandSide":true,"allowRelatedStoriesBox":true,"includeComments":false,"isIgorSeoTagsEnabled":false,"isKeyContent":false,"isBreakingNews":false,"hasNewsTracker":false,"isFactCheck":false,"allowAdvertising":false,"hasContentWarning":false,"suitableForSyndication":true},"relatedGroups":[{"items":[{"assetId":"57418070","assetUri":"\/newsround\/57418070","firstCreated":"2021-06-09T15:29:22+00:00","hasShortForm":true,"headline":"Aurora borealis: How northern lights are created has now been discovered","language":"en-gb","lastUpdated":"2021-06-10T05:40:01+00:00","media":{"images":{"body":{"118863669":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/c.files.bbci.co.uk\/1797C\/production\/_118863669_gettyimages-520831261.jpg","originCode":"cpsprodpb","altText":"aurora borealis","positionHint":"full-width","copyrightHolder":"Getty Images","allowSyndication":true},"118863671":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/c.files.bbci.co.uk\/44E4\/production\/_118863671_gettyimages-844052000.jpg","originCode":"cpsprodpb","altText":"aurora borealis","positionHint":"full-width","copyrightHolder":"Getty Images","allowSyndication":true}},"index":{"118863669":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/c.files.bbci.co.uk\/1797C\/production\/_118863669_gettyimages-520831261.jpg","originCode":"cpsprodpb","altText":"aurora borealis","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"118865018":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/c.files.bbci.co.uk\/13CA0\/production\/_118865018_gettyimages-520831261.jpg","originCode":"cpsprodpb","altText":"aurora borealis","copyrightHolder":"Getty Images","allowSyndication":true}}}},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"shortHeadline":"The mystery of aurora borealis has been solved","site":{"name":"CBBC Newsround","code":"newsround-v6","frontPageUri":"\/newsround\/front_page","urlIdentifier":"\/newsround"},"summary":"The aurora borealis, or northern lights, is a spectacular natural light display. Researchers at the University of Iowa have now found that the most brilliant auroras are made by powerful electromagnetic waves during geomagnetic storms. We find out more","title":"CBBC Newsround - Aurora borealis: How northern lights are created has now been discovered","type":"STY","workerCallingCard":"appsrv814.back.live.lbh.local-44"},{"assetId":"59870963","assetUri":"\/newsround\/59870963","firstCreated":"2022-01-04T13:38:36+00:00","hasShortForm":true,"headline":"A calendar of amazing stargazing events in 2022","language":"en-gb","lastUpdated":"2022-01-06T06:35:01+00:00","media":{"images":{"body":{"122579733":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/c.files.bbci.co.uk\/8405\/production\/_122579733_gettyimages-1220081387.jpg","originCode":"cpsprodpb","caption":"Trails from the 2020 Lyrid meteor shower in Austria","altText":"startrails form bright circles in the nights sky above a building","positionHint":"full-width","copyrightHolder":"Getty Images","allowSyndication":true},"122579735":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/c.files.bbci.co.uk\/D225\/production\/_122579735_gettyimages-1233636173.jpg","originCode":"cpsprodpb","caption":"The Moon may appear very large in the sky","altText":"moon appears bright in sky above skyscrapers, making the city below look small","positionHint":"full-width","copyrightHolder":"Getty Images","allowSyndication":true},"122580359":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/c.files.bbci.co.uk\/1744C\/production\/_122580359_gettyimages-1148112202.jpg","originCode":"cpsprodpb","caption":"Five planets in our solar system will appear as if they are lined up together from our perspective on Earth","altText":"graphic of the solar system and its planets","positionHint":"full-width","copyrightHolder":"Getty Images","allowSyndication":true},"122580361":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/c.files.bbci.co.uk\/3FB4\/production\/_122580361_gettyimages-962047766.jpg","originCode":"cpsprodpb","caption":"A partial solar eclipse is when the Moon partly blocks out the Sun from our view on Earth","altText":"a crescent shaped sun in the sky covered by clouds","positionHint":"full-width","copyrightHolder":"Getty Images","allowSyndication":true},"122580363":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/c.files.bbci.co.uk\/8DD4\/production\/_122580363_gettyimages-468572130.jpg","originCode":"cpsprodpb","altText":"the moon glows red","positionHint":"full-width","copyrightHolder":"Getty Images","allowSyndication":true},"122580365":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/c.files.bbci.co.uk\/DBF4\/production\/_122580365_gettyimages-1181723350.jpg","originCode":"cpsprodpb","caption":"Yes, that tiny dot in the centre of the Sun is Mercury!","altText":"Mercury situated in the centre of the Sun just above a memorial in Washington DC, USA","positionHint":"full-width","copyrightHolder":"Getty Images","allowSyndication":true},"122580479":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/c.files.bbci.co.uk\/17C80\/production\/_122580479_gettyimages-936286266.jpg","originCode":"cpsprodpb","altText":"illustration of planet earth surrounded by a moon, stars, an astronaut and an alien space ship","positionHint":"full-width","copyrightHolder":"Getty Images","allowSyndication":true}},"index":{"122580367":{"height":1152,"width":2048,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/c.files.bbci.co.uk\/12A14\/production\/_122580367_gettyimages-936286266.jpg","originCode":"cpsprodpb","altText":"illustration of planet earth surrounded by a moon, stars, an astronaut and an alien space ship","copyrightHolder":"Getty Images","allowSyndication":true}}}},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"shortHeadline":"Our spectacular guide to stargazing in 2022","site":{"name":"CBBC Newsround","code":"newsround-v6","frontPageUri":"\/newsround\/front_page","urlIdentifier":"\/newsround"},"summary":"Check out our handy list of all the amazing stargazing events to look out for this year.","title":"CBBC Newsround - A calendar of amazing stargazing events in 2022","type":"STY","workerCallingCard":"appsrv161.back.live.telhc.local-43"},{"assetId":"59378173","assetUri":"\/newsround\/59378173","firstCreated":"2021-11-22T17:26:17+00:00","hasShortForm":false,"headline":"What are the big events to look out for in Space in 2022?","language":"en-gb","lastUpdated":"2022-01-06T10:12:54+00:00","media":{"images":{"body":{"118088436":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/c.files.bbci.co.uk\/F800\/production\/_118088436_for_press_release.jpg","originCode":"cpsprodpb","caption":"The vehicle, called Orion, is based on SpaceX's Starship design","altText":"Human Landing System","positionHint":"full-width","copyrightHolder":"NASA","allowSyndication":true},"121559317":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/c.files.bbci.co.uk\/116E3\/production\/_121559317_dart_illustration.jpg","originCode":"cpsprodpb","altText":"Dart rocket hitting asteroid.","positionHint":"full-width","copyrightHolder":"NASA","allowSyndication":false},"121834368":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/c.files.bbci.co.uk\/15147\/production\/_121834368_mirror.jpg","originCode":"cpsprodpb","caption":"This mirror is one of the most important parts of the telescope","altText":"The mirror in the James Webb Space Telescope","positionHint":"full-width","copyrightHolder":"Science Photo Library","allowSyndication":true},"121986816":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/c.files.bbci.co.uk\/F1AC\/production\/_121986816_saxavordshetland.jpg","originCode":"cpsprodpb","caption":"This is an artist's impression of what missions blasting off from the island could look like","altText":"Artist's impression of rocket blasting from shetland","positionHint":"full-width","copyrightHolder":"Saxavord","allowSyndication":false},"122019855":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/c.files.bbci.co.uk\/DA53\/production\/_122019855_jameswebbspacetelescope.jpg","originCode":"cpsprodpb","caption":"Here you can see a scientist testing part of the telescope as it's being built","altText":"James Webb Space Telescope","positionHint":"full-width","copyrightHolder":"NASA","allowSyndication":false},"122585562":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/c.files.bbci.co.uk\/67BE\/production\/_122585562_starshipspacex.jpg","originCode":"cpsprodpb","caption":"Starship, will be fully reusable vehicle, which means it will be designed to not burn up or have parts fall into the sea when it sets off and comes back to Earth","altText":"Early prototype of starship","positionHint":"full-width","copyrightHolder":"Loren Elliott\/Getty","allowSyndication":false}},"index":{"121559317":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/c.files.bbci.co.uk\/116E3\/production\/_121559317_dart_illustration.jpg","originCode":"cpsprodpb","altText":"Dart rocket hitting asteroid.","copyrightHolder":"NASA","allowSyndication":false}}}},"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"shortHeadline":"Events to look out for in Space in 2022","site":{"name":"CBBC Newsround","code":"newsround-v6","frontPageUri":"\/newsround\/front_page","urlIdentifier":"\/newsround"},"summary":"From space missions blasting off from Shetland, to taking our first steps back to the Moon, 2022 is going to be a big one for space!","title":"CBBC Newsround - What are the big events to look out for in Space in 2022?","type":"STY","workerCallingCard":"appsrv851.back.live.lbh.local-42"}],"type":"see-alsos"}],"section":{"name":"Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"shortHeadline":"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!","title":"CBBC Newsround - Northern Lights: Stunning photos captured in Scotland over the weekend","type":"PGL","lastPublished":"2022-01-10T14:35:50+00:00","id":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/www.bbc.co.uk\/asset\/7d105e76-1ae0-4632-bc95-c4592be20343","bodyJS":[{"name":"galleryImage","children":[],"attributes":[{"name":"id","value":"122643696"}],"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/c.files.bbci.co.uk\/11002\/production\/_122643696_weatherwatcherscottyfindhorn.jpg","caption":"Also known as the Aurora Borealis, the colourful lights can be seen in the sky when particles from the Sun hit the Earth's atmosphere. Weather Watcher Scotty said he watched the ethereal display at Findhorn beach in Moray for three hours.","imageChefHref":"\/\/web.archive.org\/web\/20220111205244\/https:\/\/ichef.bbci.co.uk\/news\/{width}\/cpsprodpb\/11002\/production\/_122643696_weatherwatcherscottyfindhorn.jpg","altText":"Findhorn","width":976,"height":549,"ratio":56.25,"orientation":"landscape","copyrightHolder":"Weather Watcher\/ Scotty","rank":1},{"name":"galleryImage","children":[],"attributes":[{"name":"id","value":"122643698"}],"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/c.files.bbci.co.uk\/15E22\/production\/_122643698_weatherwatchermonikafochtpennan.jpg","caption":"The best conditions for watching the Northern Lights are when it's dark, you're away from light pollution and there aren't any clouds in the sky. Weather Watcher Monika Focht had great conditions it seems, and managed to snap this pic in Pennan village in Aberdeenshire, Scotland.","imageChefHref":"\/\/web.archive.org\/web\/20220111205244\/https:\/\/ichef.bbci.co.uk\/news\/{width}\/cpsprodpb\/15E22\/production\/_122643698_weatherwatchermonikafochtpennan.jpg","altText":"Northern Lights at Pennan","width":976,"height":549,"ratio":56.25,"orientation":"landscape","copyrightHolder":"Weather Watcher\/ Monika Focht","rank":2},{"name":"galleryImage","children":[],"attributes":[{"name":"id","value":"122643697"}],"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/c.files.bbci.co.uk\/13712\/production\/_122643697_davidgierszewski.jpg","caption":"Auroras can appear in a range of different colours, including pale green, pink, shades of red, yellow, blue and violet. David Gierszewski said the sky turned green in Newburgh, Aberdeenshire.","imageChefHref":"\/\/web.archive.org\/web\/20220111205244\/https:\/\/ichef.bbci.co.uk\/news\/{width}\/cpsprodpb\/13712\/production\/_122643697_davidgierszewski.jpg","altText":"Newburgh, Aberdeenshire","width":976,"height":549,"ratio":56.25,"orientation":"landscape","copyrightHolder":"David Gierszewski","rank":3},{"name":"galleryImage","children":[],"attributes":[{"name":"id","value":"122643699"}],"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/c.files.bbci.co.uk\/18532\/production\/_122643699_susanbedford1.jpg","caption":"The colours are produced when particles hit different gases in our atmosphere - depending on what and where they are, they'll show up differently. Oxygen gives off green light when it is hit 60 miles above the Earth. At 100-200 miles though, you'll get a rare all-red auroras. Nitrogen causes the sky to glow blue, but if it's higher in the atmosphere the glow has a purple hue. Susan Bedford saw the green lights in Whinnyfold, Cruden Bay in Aberdeenshire.","imageChefHref":"\/\/web.archive.org\/web\/20220111205244\/https:\/\/ichef.bbci.co.uk\/news\/{width}\/cpsprodpb\/18532\/production\/_122643699_susanbedford1.jpg","altText":"Whinnyfold, Cruden Bay","width":976,"height":549,"ratio":56.25,"orientation":"landscape","copyrightHolder":"Susan Bedford","rank":4},{"name":"galleryImage","children":[],"attributes":[{"name":"id","value":"122643700"}],"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/c.files.bbci.co.uk\/02DE\/production\/_122643700_alantoughelgin.jpg","caption":"As the name suggests, the further North you are, the more likely you are to see them, which is why they are spotted in Scotland more than other parts of the UK. Alan Tough was lucky enough to witness the Northern Lights from his home in Elgin, Moray.","imageChefHref":"\/\/web.archive.org\/web\/20220111205244\/https:\/\/ichef.bbci.co.uk\/news\/{width}\/cpsprodpb\/02DE\/production\/_122643700_alantoughelgin.jpg","altText":"Northern Lights in Elgin","width":976,"height":549,"ratio":56.25,"orientation":"landscape","copyrightHolder":"Alan Tough","rank":5},{"name":"galleryImage","children":[],"attributes":[{"name":"id","value":"122643701"}],"href":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/c.files.bbci.co.uk\/29EE\/production\/_122643701_weatherwatcherskywatcherlossiemouth.jpg","caption":"If you go even further North, you'll see the auroras more often. For example, Alaska, Canada, Iceland and Norway all have frequent sightings of the colourful lights. Skywatcher captured this image closer to home at Lossiemouth West beach in Moray on Saturday evening.","imageChefHref":"\/\/web.archive.org\/web\/20220111205244\/https:\/\/ichef.bbci.co.uk\/news\/{width}\/cpsprodpb\/29EE\/production\/_122643701_weatherwatcherskywatcherlossiemouth.jpg","altText":"Lossiemouth","width":976,"height":549,"ratio":56.25,"orientation":"landscape","copyrightHolder":"Weather Watcher\/ Skywatcher","rank":6}]}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-story-see-also-data/assetUri/%2Fnewsround%2F59940547/previewGuid/undefined/version/3.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":[{"id":"57418070","type":"STY","assetUri":"\/newsround\/57418070","headline":"Aurora borealis: How northern lights are created has now been discovered","lastUpdated":"2021-06-10T05:40:01+00:00","image":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/c.files.bbci.co.uk\/1797C\/production\/_118863669_gettyimages-520831261.jpg","altText":"aurora borealis"},{"id":"59870963","type":"STY","assetUri":"\/newsround\/59870963","headline":"A calendar of amazing stargazing events in 2022","lastUpdated":"2022-01-06T06:35:01+00:00","image":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/c.files.bbci.co.uk\/12A14\/production\/_122580367_gettyimages-936286266.jpg","altText":"illustration of planet earth surrounded by a moon, stars, an astronaut and an alien space ship"},{"id":"59378173","type":"STY","assetUri":"\/newsround\/59378173","headline":"What are the big events to look out for in Space in 2022?","lastUpdated":"2022-01-06T10:12:54+00:00","image":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/c.files.bbci.co.uk\/116E3\/production\/_121559317_dart_illustration.jpg","altText":"Dart rocket hitting asteroid."}]}); });</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":29}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-newsround-index-promos-data/assetUri/%2Fnewsround%2Fhome/filterAssetId/59940547/limit/3/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":"59943967","promoType":"story","timestamp":"2022-01-11T07:40:23+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/c.files.bbci.co.uk\/08A7\/production\/_122651220_banner-top-desktop.png","imgAlt":"Pokemon","headline":"What 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":"59950968","promoType":"story","timestamp":"2022-01-11T13:18:06+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220111205244\/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":"59955776","promoType":"story","timestamp":"2022-01-11T16:34:24+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20220111205244\/http:\/\/c.files.bbci.co.uk\/FA37\/production\/_122655046_gettyimages-1190516643.jpg","imgAlt":"hearts 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}]}}); });</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":60}}); });</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":1}}); });</script><script>Morph.toInit.registers.push(function() { Morph.register({"view":"bbc-morph-newsround-article-controller","assetUri":"\/newsround\/59940547","articleType":"photo_gallery","commentsApiKey":"c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990","isUk":"true","path":"\/newsround\/59940547","version":"7.2.0","_mrrVersion":"2.2.1"},'u007601923597857718'); });</script><script>Morph.init = function() { if (!Morph.initCalled) { Morph.markPerformance('morph-init'); Morph.initCalled = true; requirejs.config({ paths: { 'live-push': '//web.archive.org/web/20220111205244/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/20220111205244js_/https://m.files.bbci.co.uk/modules/morph-vendor/1.0.2/bundle.vendor.js"></script><script src="//web.archive.org/web/20220111205244js_/https://m.files.bbci.co.uk/modules/morph/5.3.1/bundle.js"></script><script src="//web.archive.org/web/20220111205244js_/https://m.files.bbci.co.uk/modules/bbc-morph-promise/1.0.6/bundle.js"></script><script src="//web.archive.org/web/20220111205244js_/https://m.files.bbci.co.uk/modules/bbc-morph-istats/1.3.0/bundle.js"></script><script src="//web.archive.org/web/20220111205244js_/https://m.files.bbci.co.uk/modules/bbc-morph-react-mvt/4.0.0/bundle.js"></script><script src="//web.archive.org/web/20220111205244js_/https://m.files.bbci.co.uk/modules/bbc-morph-classnames/1.0.2/bundle.js"></script><script src="//web.archive.org/web/20220111205244js_/https://m.files.bbci.co.uk/modules/bbc-morph-gel-icons/5.0.5/bundle.js"></script><script src="//web.archive.org/web/20220111205244js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-button/4.1.0/bundle.js"></script><script src="//web.archive.org/web/20220111205244js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-story-footer/4.2.0/bundle.js"></script><script src="//web.archive.org/web/20220111205244js_/https://m.files.bbci.co.uk/modules/bbc-morph-bump/1.1.0/bundle.js"></script><script src="//web.archive.org/web/20220111205244js_/https://m.files.bbci.co.uk/modules/bbc-morph-smp/7.0.0/bundle.js"></script><script src="//web.archive.org/web/20220111205244js_/https://m.files.bbci.co.uk/modules/bbc-morph-debouncer/1.0.1/bundle.js"></script><script src="//web.archive.org/web/20220111205244js_/https://m.files.bbci.co.uk/modules/bbc-morph-responsive-image/1.3.1/bundle.js"></script><script src="//web.archive.org/web/20220111205244js_/https://m.files.bbci.co.uk/modules/bbc-morph-indepthtoolkit/2.0.2/bundle.js"></script><script src="//web.archive.org/web/20220111205244js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-indepthtoolkit/3.0.1/bundle.js"></script><script src="//web.archive.org/web/20220111205244js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-cs-asset-body/6.1.0/bundle.js"></script><script src="//web.archive.org/web/20220111205244js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-byline/4.0.0/bundle.js"></script><script src="//web.archive.org/web/20220111205244js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-story/6.2.0/bundle.js"></script><script src="//web.archive.org/web/20220111205244js_/https://m.files.bbci.co.uk/modules/bbc-morph-localised-timestamp/3.1.3/bundle.js"></script><script src="//web.archive.org/web/20220111205244js_/https://m.files.bbci.co.uk/modules/bbc-morph-gs-timestamp/3.0.0/bundle.js"></script><script src="//web.archive.org/web/20220111205244js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-timestamp/5.0.0/bundle.js"></script><script src="//web.archive.org/web/20220111205244js_/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/20220111205244js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-promo/7.0.0/bundle.js"></script><script src="//web.archive.org/web/20220111205244js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-more-stories/6.1.0/bundle.js"></script><script src="//web.archive.org/web/20220111205244js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-see-alsos/7.1.0/bundle.js"></script><script src="//web.archive.org/web/20220111205244js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-section-container/7.1.0/bundle.js"></script><script src="//web.archive.org/web/20220111205244js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-header/7.1.1/bundle.js"></script><script src="//web.archive.org/web/20220111205244js_/https://m.files.bbci.co.uk/modules/bbc-morph-grandstand/5.4.2/bundle.js"></script><script src="//web.archive.org/web/20220111205244js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-cbbc-nav/4.1.0/bundle.js"></script><script src="//web.archive.org/web/20220111205244js_/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/20220111205244js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-article-controller/7.2.0/bundle.js"></script><script src="//web.archive.org/web/20220111205244js_/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/20220111205244js_/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/20220111205244js_/https://m.files.bbci.co.uk/modules/bbc-morph-gel-icons/4.0.0/bundle.js"></script><script src="//web.archive.org/web/20220111205244js_/https://m.files.bbci.co.uk/modules/bbc-morph-comments-view/3.55.0/bundle.js"></script><script src="//web.archive.org/web/20220111205244js_/https://m.files.bbci.co.uk/modules/bbc-morph-comments-wrapper/1.3.0/bundle.js"></script><script src="//web.archive.org/web/20220111205244js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-comments/4.4.1/bundle.js"></script><script src="//web.archive.org/web/20220111205244js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-comments-button/3.0.0/bundle.js"></script><script src="//web.archive.org/web/20220111205244js_/https://m.files.bbci.co.uk/modules/bbc-morph-moment-timezone-wrapper/1.0.4/bundle.js"></script><script src="//web.archive.org/web/20220111205244js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-story-header/6.0.0/bundle.js"></script><script src="//web.archive.org/web/20220111205244js_/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/20220111205244js_/https://m.files.bbci.co.uk/modules/bbc-morph-grandstand/5.4.2/latin/bundle.js"></script><script>if (!Morph.manualInit) { Morph.init(); } /* u007601923597857718 */</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/20220111205244/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 20:52:44 Jan 11, 2022 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 00:54:13 Nov 30, 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: 4.541 exclusion.robots: 0.031 exclusion.robots.policy: 0.019 esindex: 0.011 cdx.remote: 20.29 LoadShardBlock: 196.574 (3) PetaboxLoader3.datanode: 183.99 (4) load_resource: 156.455 PetaboxLoader3.resolve: 74.058 -->

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