CINXE.COM
BBC - Homepage
<!DOCTYPE html> <html class="b-header--black--white b-pw-1280 b-reith-sans-font"> <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.com/","20211028065513","https://web.archive.org/","web","/_static/", "1635404113"); </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 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="Breaking news, sport, TV, radio and a whole lot more. The BBC informs, educates and entertains - wherever you are, whatever your age."> <meta name="keywords" content="BBC, bbc.co.uk, bbc.com, Search, British Broadcasting Corporation, BBC iPlayer, BBCi"> <title>BBC - Homepage</title> <script> window.orb_fig_blocking = true; window.bbcredirection = {geo: true}; </script> <!-- WWHPv: 20210923-1449-37491ec2b6e5b4c43bda3673e521e8164a789b87 --> <!-- Webapp: WWHP international homepage --> <meta property="fb:page_id" content="228735667216"/> <meta property="fb:admins" content="297814326937641"/> <meta property="fb:app_id" content="187214818032936"/> <meta property="og:title" content="BBC - Homepage"/> <meta property="og:type" content="website"/> <meta property="og:url" content="https://web.archive.org/web/20211028065513/https://www.bbc.com/"/> <meta name="msvalidate.01" content="A09EF0BF1FC5CDBB37D921CBC3776943"/> <meta property="wwhp-edition" content="us"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Start Facebook Instant Articles Ownership Verification --> <meta property="fb:pages" content="228735667216"/> <!-- End Facebook Instant Articles Ownership Verification --> <link rel="apple-touch-icon" href="https://web.archive.org/web/20211028065513im_/https://gn-web-assets.api.bbc.com/wwhp/20210923-1449-37491ec2b6e5b4c43bda3673e521e8164a789b87/responsive/img/apple-touch/apple-touch-180.jpg"> <!-- Orbit: 3.0.0-1714.f397d719 --> <!-- 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> <link rel="stylesheet" href="https://web.archive.org/web/20211028065513cs_/https://static.files.bbci.co.uk/orbit/c2cacae46aac94e6bf2a24e94cb6efe1/css/orb-ltr.min.css"> <script src="https://web.archive.org/web/20211028065513js_/https://static.files.bbci.co.uk/orbit/c2cacae46aac94e6bf2a24e94cb6efe1/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['custom_var_1'] = 'us' || null; additionalPageProperties['custom_var_9'] = '1' || null; window.orbitData.userProfileUrl = "https://web.archive.org/web/20211028065513/https://www.bbc.co.uk/userprofile"; window.page = { name: 'home.page' || null, destination: 'HOMEPAGE_GNL' || null, producer: 'GNL_HOMEPAGE' || null, section: '' || null, site: '' || null, contentId: '' || null, contentType: 'Index-home' || null, edition: '' || null, additionalProperties: additionalPageProperties }; window.page.language = 'en'; window.page.language = 'en'; window.page.modal = false; !function(){var t={3053:function(t,r,e){function n(t,r){var e=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);r&&(n=n.filter((function(r){return Object.getOwnPropertyDescriptor(t,r).enumerable}))),e.push.apply(e,n)}return e}function o(t){for(var r=1;r<arguments.length;r++){var e=null!=arguments[r]?arguments[r]:{};r%2?n(Object(e),!0).forEach((function(r){i(t,r,e[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):n(Object(e)).forEach((function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(e,r))}))}return t}function i(t,r,e){return r in t?Object.defineProperty(t,r,{value:e,enumerable:!0,configurable:!0,writable:!0}):t[r]=e,t}var c=e(1391),a=e(9135);window.bbcpage=c.init(o({},window.page)),window.page=void 0,window.bbcuser=a.init(window,o({},window.user))},1391:function(t){function r(t,r){var e=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);r&&(n=n.filter((function(r){return Object.getOwnPropertyDescriptor(t,r).enumerable}))),e.push.apply(e,n)}return e}function e(t){for(var e=1;e<arguments.length;e++){var o=null!=arguments[e]?arguments[e]:{};e%2?r(Object(o),!0).forEach((function(r){n(t,r,o[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(o)):r(Object(o)).forEach((function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(o,r))}))}return t}function n(t,r,e){return r in t?Object.defineProperty(t,r,{value:e,enumerable:!0,configurable:!0,writable:!0}):t[r]=e,t}t.exports={init:function(t){var r=e({},t);return document.addEventListener("bbc-page-reset",(function(t){var e;t.detail&&t.detail.page&&(e=t.detail.page,r=Object.assign(r,e)),document.dispatchEvent(new Event("bbc-page-updated"))})),{getName:function(){return Promise.resolve(r.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(r.language)},getDestination:function(){return Promise.resolve(r.destination)},getProducer:function(){return Promise.resolve(r.producer)},getSection:function(){return Promise.resolve(r.section)},getContentType:function(){return Promise.resolve(r.contentType)},getContentId:function(){return Promise.resolve(r.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(e({},r.additionalProperties))},loadCSS:function(t){return new Promise((function(r,e){var n=document.createElement("link");n.type="text/css",n.rel="stylesheet",n.onload=function(){r()},n.href=t,document.getElementsByTagName("head")[0].appendChild(n)}))},isModal:function(){return Promise.resolve(r.modal)}}}}},9135:function(t){function r(t){return(r="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 e(t,r){var e=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);r&&(n=n.filter((function(r){return Object.getOwnPropertyDescriptor(t,r).enumerable}))),e.push.apply(e,n)}return e}function n(t){for(var r=1;r<arguments.length;r++){var n=null!=arguments[r]?arguments[r]:{};r%2?e(Object(n),!0).forEach((function(r){o(t,r,n[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):e(Object(n)).forEach((function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(n,r))}))}return t}function o(t,r,e){return r in t?Object.defineProperty(t,r,{value:e,enumerable:!0,configurable:!0,writable:!0}):t[r]=e,t}function i(t,r){if(!(t instanceof r))throw new TypeError("Cannot call a class as a function")}function c(t,e){return!e||"object"!==r(e)&&"function"!=typeof e?function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t):e}function a(t){var r="function"==typeof Map?new Map:void 0;return(a=function(t){if(null===t||(e=t,-1===Function.toString.call(e).indexOf("[native code]")))return t;var e;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==r){if(r.has(t))return r.get(t);r.set(t,n)}function n(){return u(t,arguments,l(this).constructor)}return n.prototype=Object.create(t.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),f(n,t)})(t)}function u(t,r,e){return(u=s()?Reflect.construct:function(t,r,e){var n=[null];n.push.apply(n,r);var o=new(Function.bind.apply(t,n));return e&&f(o,e.prototype),o}).apply(null,arguments)}function s(){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 f(t,r){return(f=Object.setPrototypeOf||function(t,r){return t.__proto__=r,t})(t,r)}function l(t){return(l=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}var p=function(t){!function(t,r){if("function"!=typeof r&&null!==r)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(r&&r.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),r&&f(t,r)}(o,t);var r,e,n=(r=o,e=s(),function(){var t,n=l(r);if(e){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}(a(Error));function h(t){return new Promise((function(r,e){window.require(t,(function(){r.apply(this,arguments)}),(function(t){e(t)}))}))}t.exports={init:function(t,r){var e,o=n({},r),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 r=t.location.hostname.endsWith(".com")?"com":"co.uk";i=t.fetch("https://web.archive.org/web/20211028065513/https://www.bbc.".concat(r,"/userinfo")).then((function(t){return t.json()}))}return i}function a(t){if(t.status>=200&&t.status<300)return t;var r=new Error(t.statusText);throw r.response=t,r}function u(t){return t.json()}function s(){if(o.ageBand)return Promise.resolve(o);if(!e){if("undefined"==typeof XMLHttpRequest||!("withCredentials"in new XMLHttpRequest))return Promise.resolve(o);e=h(["idcta-v2/idcta-1"]).then((function(r){return r.initiateTokenRefresh().then((function(){return t.fetch(t.orbitData.userProfileUrl,{credentials:"include"}).then(a).then(u).then((function(t){return o=n(n({},o),t)}))}))}))}return e}var f={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"]):f.isSignedIn().then((function(t){if(t)return s().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(r){return r.get(t)}))}};return f},BBCUserError:p}},7633:function(t,r,e){e(9170),e(6992),e(1539),e(8674),e(7922),e(4668),e(7727),e(8783);var n=e(857);t.exports=n.Promise},1111:function(t,r,e){e(1539),e(4916),e(4953),e(8992),e(9841),e(4506),e(7852),e(2023),e(4723),e(6373),e(6528),e(3112),e(2481),e(5306),e(8757),e(4765),e(3123),e(3157),e(3650),e(3210),e(5674),e(8702),e(8783),e(5218),e(4475),e(7929),e(915),e(9253),e(2125),e(8830),e(8734),e(9254),e(7268),e(7397),e(86),e(623);var n=e(857);t.exports=n.String},9662:function(t,r,e){var n=e(614),o=e(6330);t.exports=function(t){if(n(t))return t;throw TypeError(o(t)+" is not a function")}},9483:function(t,r,e){var n=e(4411),o=e(6330);t.exports=function(t){if(n(t))return t;throw TypeError(o(t)+" is not a constructor")}},6077:function(t,r,e){var n=e(614);t.exports=function(t){if("object"==typeof t||n(t))return t;throw TypeError("Can't set "+String(t)+" as a prototype")}},1223:function(t,r,e){var n=e(5112),o=e(30),i=e(3070),c=n("unscopables"),a=Array.prototype;null==a[c]&&i.f(a,c,{configurable:!0,value:o(null)}),t.exports=function(t){a[c][t]=!0}},1530:function(t,r,e){"use strict";var n=e(8710).charAt;t.exports=function(t,r,e){return r+(e?n(t,r).length:1)}},5787:function(t){t.exports=function(t,r,e){if(t instanceof r)return t;throw TypeError("Incorrect "+(e?e+" ":"")+"invocation")}},9670:function(t,r,e){var n=e(111);t.exports=function(t){if(n(t))return t;throw TypeError(String(t)+" is not an object")}},1318:function(t,r,e){var n=e(5656),o=e(7466),i=e(1400),c=function(t){return function(r,e,c){var a,u=n(r),s=o(u.length),f=i(c,s);if(t&&e!=e){for(;s>f;)if((a=u[f++])!=a)return!0}else for(;s>f;f++)if((t||f in u)&&u[f]===e)return t||f||0;return!t&&-1}};t.exports={includes:c(!0),indexOf:c(!1)}},7072:function(t,r,e){var n=e(5112)("iterator"),o=!1;try{var i=0,c={next:function(){return{done:!!i++}},return:function(){o=!0}};c[n]=function(){return this},Array.from(c,(function(){throw 2}))}catch(t){}t.exports=function(t,r){if(!r&&!o)return!1;var e=!1;try{var i={};i[n]=function(){return{next:function(){return{done:e=!0}}}},t(i)}catch(t){}return e}},4326:function(t){var r={}.toString;t.exports=function(t){return r.call(t).slice(8,-1)}},648:function(t,r,e){var n=e(1694),o=e(614),i=e(4326),c=e(5112)("toStringTag"),a="Arguments"==i(function(){return arguments}());t.exports=n?i:function(t){var r,e,n;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(e=function(t,r){try{return t[r]}catch(t){}}(r=Object(t),c))?e:a?i(r):"Object"==(n=i(r))&&o(r.callee)?"Arguments":n}},9920:function(t,r,e){var n=e(6656),o=e(3887),i=e(1236),c=e(3070);t.exports=function(t,r){for(var e=o(r),a=c.f,u=i.f,s=0;s<e.length;s++){var f=e[s];n(t,f)||a(t,f,u(r,f))}}},4964:function(t,r,e){var n=e(5112)("match");t.exports=function(t){var r=/./;try{"/./"[t](r)}catch(e){try{return r[n]=!1,"/./"[t](r)}catch(t){}}return!1}},8544:function(t,r,e){var n=e(7293);t.exports=!n((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype}))},4230:function(t,r,e){var n=e(4488),o=e(1340),i=/"/g;t.exports=function(t,r,e,c){var a=o(n(t)),u="<"+r;return""!==e&&(u+=" "+e+'="'+o(c).replace(i,""")+'"'),u+">"+a+"</"+r+">"}},4994:function(t,r,e){"use strict";var n=e(3383).IteratorPrototype,o=e(30),i=e(9114),c=e(8003),a=e(7497),u=function(){return this};t.exports=function(t,r,e){var s=r+" Iterator";return t.prototype=o(n,{next:i(1,e)}),c(t,s,!1,!0),a[s]=u,t}},8880:function(t,r,e){var n=e(9781),o=e(3070),i=e(9114);t.exports=n?function(t,r,e){return o.f(t,r,i(1,e))}:function(t,r,e){return t[r]=e,t}},9114:function(t){t.exports=function(t,r){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:r}}},654:function(t,r,e){"use strict";var n=e(2109),o=e(1913),i=e(6530),c=e(614),a=e(4994),u=e(9518),s=e(7674),f=e(8003),l=e(8880),p=e(1320),h=e(5112),d=e(7497),v=e(3383),y=i.PROPER,g=i.CONFIGURABLE,b=v.IteratorPrototype,m=v.BUGGY_SAFARI_ITERATORS,x=h("iterator"),w="keys",O="values",E="entries",S=function(){return this};t.exports=function(t,r,e,i,h,v,j){a(e,r,i);var P,T,A,_=function(t){if(t===h&&C)return C;if(!m&&t in L)return L[t];switch(t){case w:case O:case E:return function(){return new e(this,t)}}return function(){return new e(this)}},I=r+" Iterator",R=!1,L=t.prototype,k=L[x]||L["@@iterator"]||h&&L[h],C=!m&&k||_(h),B="Array"==r&&L.entries||k;if(B&&(P=u(B.call(new t)))!==Object.prototype&&P.next&&(o||u(P)===b||(s?s(P,b):c(P[x])||p(P,x,S)),f(P,I,!0,!0),o&&(d[I]=S)),y&&h==O&&k&&k.name!==O&&(!o&&g?l(L,"name",O):(R=!0,C=function(){return k.call(this)})),h)if(T={values:_(O),keys:v?C:_(w),entries:_(E)},j)for(A in T)(m||R||!(A in L))&&p(L,A,T[A]);else n({target:r,proto:!0,forced:m||R},T);return o&&!j||L[x]===C||p(L,x,C,{name:h}),d[r]=C,T}},9781:function(t,r,e){var n=e(7293);t.exports=!n((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},317:function(t,r,e){var n=e(7854),o=e(111),i=n.document,c=o(i)&&o(i.createElement);t.exports=function(t){return c?i.createElement(t):{}}},8324:function(t){t.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},8509:function(t,r,e){var n=e(317)("span").classList,o=n&&n.constructor&&n.constructor.prototype;t.exports=o===Object.prototype?void 0:o},7871:function(t){t.exports="object"==typeof window},1528:function(t,r,e){var n=e(8113),o=e(7854);t.exports=/ipad|iphone|ipod/i.test(n)&&void 0!==o.Pebble},6833:function(t,r,e){var n=e(8113);t.exports=/(?:ipad|iphone|ipod).*applewebkit/i.test(n)},5268:function(t,r,e){var n=e(4326),o=e(7854);t.exports="process"==n(o.process)},1036:function(t,r,e){var n=e(8113);t.exports=/web0s(?!.*chrome)/i.test(n)},8113:function(t,r,e){var n=e(5005);t.exports=n("navigator","userAgent")||""},7392:function(t,r,e){var n,o,i=e(7854),c=e(8113),a=i.process,u=i.Deno,s=a&&a.versions||u&&u.version,f=s&&s.v8;f?o=(n=f.split("."))[0]<4?1:n[0]+n[1]:c&&(!(n=c.match(/Edge\/(\d+)/))||n[1]>=74)&&(n=c.match(/Chrome\/(\d+)/))&&(o=n[1]),t.exports=o&&+o},748:function(t){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},2109:function(t,r,e){var n=e(7854),o=e(1236).f,i=e(8880),c=e(1320),a=e(3505),u=e(9920),s=e(4705);t.exports=function(t,r){var e,f,l,p,h,d=t.target,v=t.global,y=t.stat;if(e=v?n:y?n[d]||a(d,{}):(n[d]||{}).prototype)for(f in r){if(p=r[f],l=t.noTargetGet?(h=o(e,f))&&h.value:e[f],!s(v?f:d+(y?".":"#")+f,t.forced)&&void 0!==l){if(typeof p==typeof l)continue;u(p,l)}(t.sham||l&&l.sham)&&i(p,"sham",!0),c(e,f,p,t)}}},7293:function(t){t.exports=function(t){try{return!!t()}catch(t){return!0}}},7007:function(t,r,e){"use strict";e(4916);var n=e(1320),o=e(2261),i=e(7293),c=e(5112),a=e(8880),u=c("species"),s=RegExp.prototype;t.exports=function(t,r,e,f){var l=c(t),p=!i((function(){var r={};return r[l]=function(){return 7},7!=""[t](r)})),h=p&&!i((function(){var r=!1,e=/a/;return"split"===t&&((e={}).constructor={},e.constructor[u]=function(){return e},e.flags="",e[l]=/./[l]),e.exec=function(){return r=!0,null},e[l](""),!r}));if(!p||!h||e){var d=/./[l],v=r(l,""[t],(function(t,r,e,n,i){var c=r.exec;return c===o||c===s.exec?p&&!i?{done:!0,value:d.call(r,e,n)}:{done:!0,value:t.call(e,r,n)}:{done:!1}}));n(String.prototype,t,v[0]),n(s,l,v[1])}f&&a(s[l],"sham",!0)}},9974:function(t,r,e){var n=e(9662);t.exports=function(t,r,e){if(n(t),void 0===r)return t;switch(e){case 0:return function(){return t.call(r)};case 1:return function(e){return t.call(r,e)};case 2:return function(e,n){return t.call(r,e,n)};case 3:return function(e,n,o){return t.call(r,e,n,o)}}return function(){return t.apply(r,arguments)}}},6530:function(t,r,e){var n=e(9781),o=e(6656),i=Function.prototype,c=n&&Object.getOwnPropertyDescriptor,a=o(i,"name"),u=a&&"something"===function(){}.name,s=a&&(!n||n&&c(i,"name").configurable);t.exports={EXISTS:a,PROPER:u,CONFIGURABLE:s}},5005:function(t,r,e){var n=e(7854),o=e(614),i=function(t){return o(t)?t:void 0};t.exports=function(t,r){return arguments.length<2?i(n[t]):n[t]&&n[t][r]}},1246:function(t,r,e){var n=e(648),o=e(8173),i=e(7497),c=e(5112)("iterator");t.exports=function(t){if(null!=t)return o(t,c)||o(t,"@@iterator")||i[n(t)]}},8554:function(t,r,e){var n=e(9662),o=e(9670),i=e(1246);t.exports=function(t,r){var e=arguments.length<2?i(t):r;if(n(e))return o(e.call(t));throw TypeError(String(t)+" is not iterable")}},8173:function(t,r,e){var n=e(9662);t.exports=function(t,r){var e=t[r];return null==e?void 0:n(e)}},647:function(t,r,e){var n=e(7908),o=Math.floor,i="".replace,c=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,a=/\$([$&'`]|\d{1,2})/g;t.exports=function(t,r,e,u,s,f){var l=e+t.length,p=u.length,h=a;return void 0!==s&&(s=n(s),h=c),i.call(f,h,(function(n,i){var c;switch(i.charAt(0)){case"$":return"$";case"&":return t;case"`":return r.slice(0,e);case"'":return r.slice(l);case"<":c=s[i.slice(1,-1)];break;default:var a=+i;if(0===a)return n;if(a>p){var f=o(a/10);return 0===f?n:f<=p?void 0===u[f-1]?i.charAt(1):u[f-1]+i.charAt(1):n}c=u[a-1]}return void 0===c?"":c}))}},7854:function(t,r,e){var n=function(t){return t&&t.Math==Math&&t};t.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof e.g&&e.g)||function(){return this}()||Function("return this")()},6656:function(t,r,e){var n=e(7908),o={}.hasOwnProperty;t.exports=Object.hasOwn||function(t,r){return o.call(n(t),r)}},3501:function(t){t.exports={}},842:function(t,r,e){var n=e(7854);t.exports=function(t,r){var e=n.console;e&&e.error&&(1===arguments.length?e.error(t):e.error(t,r))}},490:function(t,r,e){var n=e(5005);t.exports=n("document","documentElement")},4664:function(t,r,e){var n=e(9781),o=e(7293),i=e(317);t.exports=!n&&!o((function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},8361:function(t,r,e){var n=e(7293),o=e(4326),i="".split;t.exports=n((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==o(t)?i.call(t,""):Object(t)}:Object},2788:function(t,r,e){var n=e(614),o=e(5465),i=Function.toString;n(o.inspectSource)||(o.inspectSource=function(t){return i.call(t)}),t.exports=o.inspectSource},9909:function(t,r,e){var n,o,i,c=e(8536),a=e(7854),u=e(111),s=e(8880),f=e(6656),l=e(5465),p=e(6200),h=e(3501),d="Object already initialized",v=a.WeakMap;if(c||l.state){var y=l.state||(l.state=new v),g=y.get,b=y.has,m=y.set;n=function(t,r){if(b.call(y,t))throw new TypeError(d);return r.facade=t,m.call(y,t,r),r},o=function(t){return g.call(y,t)||{}},i=function(t){return b.call(y,t)}}else{var x=p("state");h[x]=!0,n=function(t,r){if(f(t,x))throw new TypeError(d);return r.facade=t,s(t,x,r),r},o=function(t){return f(t,x)?t[x]:{}},i=function(t){return f(t,x)}}t.exports={set:n,get:o,has:i,enforce:function(t){return i(t)?o(t):n(t,{})},getterFor:function(t){return function(r){var e;if(!u(r)||(e=o(r)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return e}}}},7659:function(t,r,e){var n=e(5112),o=e(7497),i=n("iterator"),c=Array.prototype;t.exports=function(t){return void 0!==t&&(o.Array===t||c[i]===t)}},614:function(t){t.exports=function(t){return"function"==typeof t}},4411:function(t,r,e){var n=e(7293),o=e(614),i=e(648),c=e(5005),a=e(2788),u=[],s=c("Reflect","construct"),f=/^\s*(?:class|function)\b/,l=f.exec,p=!f.exec((function(){})),h=function(t){if(!o(t))return!1;try{return s(Object,u,t),!0}catch(t){return!1}};t.exports=!s||n((function(){var t;return h(h.call)||!h(Object)||!h((function(){t=!0}))||t}))?function(t){if(!o(t))return!1;switch(i(t)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}return p||!!l.call(f,a(t))}:h},4705:function(t,r,e){var n=e(7293),o=e(614),i=/#|\.prototype\./,c=function(t,r){var e=u[a(t)];return e==f||e!=s&&(o(r)?n(r):!!r)},a=c.normalize=function(t){return String(t).replace(i,".").toLowerCase()},u=c.data={},s=c.NATIVE="N",f=c.POLYFILL="P";t.exports=c},111:function(t,r,e){var n=e(614);t.exports=function(t){return"object"==typeof t?null!==t:n(t)}},1913:function(t){t.exports=!1},7850:function(t,r,e){var n=e(111),o=e(4326),i=e(5112)("match");t.exports=function(t){var r;return n(t)&&(void 0!==(r=t[i])?!!r:"RegExp"==o(t))}},2190:function(t,r,e){var n=e(614),o=e(5005),i=e(3307);t.exports=i?function(t){return"symbol"==typeof t}:function(t){var r=o("Symbol");return n(r)&&Object(t)instanceof r}},408:function(t,r,e){var n=e(9670),o=e(7659),i=e(7466),c=e(9974),a=e(8554),u=e(1246),s=e(9212),f=function(t,r){this.stopped=t,this.result=r};t.exports=function(t,r,e){var l,p,h,d,v,y,g,b=e&&e.that,m=!(!e||!e.AS_ENTRIES),x=!(!e||!e.IS_ITERATOR),w=!(!e||!e.INTERRUPTED),O=c(r,b,1+m+w),E=function(t){return l&&s(l,"normal",t),new f(!0,t)},S=function(t){return m?(n(t),w?O(t[0],t[1],E):O(t[0],t[1])):w?O(t,E):O(t)};if(x)l=t;else{if(!(p=u(t)))throw TypeError(String(t)+" is not iterable");if(o(p)){for(h=0,d=i(t.length);d>h;h++)if((v=S(t[h]))&&v instanceof f)return v;return new f(!1)}l=a(t,p)}for(y=l.next;!(g=y.call(l)).done;){try{v=S(g.value)}catch(t){s(l,"throw",t)}if("object"==typeof v&&v&&v instanceof f)return v}return new f(!1)}},9212:function(t,r,e){var n=e(9670),o=e(8173);t.exports=function(t,r,e){var i,c;n(t);try{if(!(i=o(t,"return"))){if("throw"===r)throw e;return e}i=i.call(t)}catch(t){c=!0,i=t}if("throw"===r)throw e;if(c)throw i;return n(i),e}},3383:function(t,r,e){"use strict";var n,o,i,c=e(7293),a=e(614),u=e(30),s=e(9518),f=e(1320),l=e(5112),p=e(1913),h=l("iterator"),d=!1;[].keys&&("next"in(i=[].keys())?(o=s(s(i)))!==Object.prototype&&(n=o):d=!0),null==n||c((function(){var t={};return n[h].call(t)!==t}))?n={}:p&&(n=u(n)),a(n[h])||f(n,h,(function(){return this})),t.exports={IteratorPrototype:n,BUGGY_SAFARI_ITERATORS:d}},7497:function(t){t.exports={}},5948:function(t,r,e){var n,o,i,c,a,u,s,f,l=e(7854),p=e(1236).f,h=e(261).set,d=e(6833),v=e(1528),y=e(1036),g=e(5268),b=l.MutationObserver||l.WebKitMutationObserver,m=l.document,x=l.process,w=l.Promise,O=p(l,"queueMicrotask"),E=O&&O.value;E||(n=function(){var t,r;for(g&&(t=x.domain)&&t.exit();o;){r=o.fn,o=o.next;try{r()}catch(t){throw o?c():i=void 0,t}}i=void 0,t&&t.enter()},d||g||y||!b||!m?!v&&w&&w.resolve?((s=w.resolve(void 0)).constructor=w,f=s.then,c=function(){f.call(s,n)}):c=g?function(){x.nextTick(n)}:function(){h.call(l,n)}:(a=!0,u=m.createTextNode(""),new b(n).observe(u,{characterData:!0}),c=function(){u.data=a=!a})),t.exports=E||function(t){var r={fn:t,next:void 0};i&&(i.next=r),o||(o=r,c()),i=r}},3366:function(t,r,e){var n=e(7854);t.exports=n.Promise},133:function(t,r,e){var n=e(7392),o=e(7293);t.exports=!!Object.getOwnPropertySymbols&&!o((function(){var t=Symbol();return!String(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&n&&n<41}))},8536:function(t,r,e){var n=e(7854),o=e(614),i=e(2788),c=n.WeakMap;t.exports=o(c)&&/native code/.test(i(c))},8523:function(t,r,e){"use strict";var n=e(9662),o=function(t){var r,e;this.promise=new t((function(t,n){if(void 0!==r||void 0!==e)throw TypeError("Bad Promise constructor");r=t,e=n})),this.resolve=n(r),this.reject=n(e)};t.exports.f=function(t){return new o(t)}},3929:function(t,r,e){var n=e(7850);t.exports=function(t){if(n(t))throw TypeError("The method doesn't accept regular expressions");return t}},30:function(t,r,e){var n,o=e(9670),i=e(6048),c=e(748),a=e(3501),u=e(490),s=e(317),f=e(6200),l=f("IE_PROTO"),p=function(){},h=function(t){return"<script>"+t+"</"+"script>"},d=function(t){t.write(h("")),t.close();var r=t.parentWindow.Object;return t=null,r},v=function(){try{n=new ActiveXObject("htmlfile")}catch(t){}var t,r;v="undefined"!=typeof document?document.domain&&n?d(n):((r=s("iframe")).style.display="none",u.appendChild(r),r.src=String("javascript:"),(t=r.contentWindow.document).open(),t.write(h("document.F=Object")),t.close(),t.F):d(n);for(var e=c.length;e--;)delete v.prototype[c[e]];return v()};a[l]=!0,t.exports=Object.create||function(t,r){var e;return null!==t?(p.prototype=o(t),e=new p,p.prototype=null,e[l]=t):e=v(),void 0===r?e:i(e,r)}},6048:function(t,r,e){var n=e(9781),o=e(3070),i=e(9670),c=e(1956);t.exports=n?Object.defineProperties:function(t,r){i(t);for(var e,n=c(r),a=n.length,u=0;a>u;)o.f(t,e=n[u++],r[e]);return t}},3070:function(t,r,e){var n=e(9781),o=e(4664),i=e(9670),c=e(4948),a=Object.defineProperty;r.f=n?a:function(t,r,e){if(i(t),r=c(r),i(e),o)try{return a(t,r,e)}catch(t){}if("get"in e||"set"in e)throw TypeError("Accessors not supported");return"value"in e&&(t[r]=e.value),t}},1236:function(t,r,e){var n=e(9781),o=e(5296),i=e(9114),c=e(5656),a=e(4948),u=e(6656),s=e(4664),f=Object.getOwnPropertyDescriptor;r.f=n?f:function(t,r){if(t=c(t),r=a(r),s)try{return f(t,r)}catch(t){}if(u(t,r))return i(!o.f.call(t,r),t[r])}},8006:function(t,r,e){var n=e(6324),o=e(748).concat("length","prototype");r.f=Object.getOwnPropertyNames||function(t){return n(t,o)}},5181:function(t,r){r.f=Object.getOwnPropertySymbols},9518:function(t,r,e){var n=e(6656),o=e(614),i=e(7908),c=e(6200),a=e(8544),u=c("IE_PROTO"),s=Object.prototype;t.exports=a?Object.getPrototypeOf:function(t){var r=i(t);if(n(r,u))return r[u];var e=r.constructor;return o(e)&&r instanceof e?e.prototype:r instanceof Object?s:null}},6324:function(t,r,e){var n=e(6656),o=e(5656),i=e(1318).indexOf,c=e(3501);t.exports=function(t,r){var e,a=o(t),u=0,s=[];for(e in a)!n(c,e)&&n(a,e)&&s.push(e);for(;r.length>u;)n(a,e=r[u++])&&(~i(s,e)||s.push(e));return s}},1956:function(t,r,e){var n=e(6324),o=e(748);t.exports=Object.keys||function(t){return n(t,o)}},5296:function(t,r){"use strict";var e={}.propertyIsEnumerable,n=Object.getOwnPropertyDescriptor,o=n&&!e.call({1:2},1);r.f=o?function(t){var r=n(this,t);return!!r&&r.enumerable}:e},7674:function(t,r,e){var n=e(9670),o=e(6077);t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,r=!1,e={};try{(t=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set).call(e,[]),r=e instanceof Array}catch(t){}return function(e,i){return n(e),o(i),r?t.call(e,i):e.__proto__=i,e}}():void 0)},288:function(t,r,e){"use strict";var n=e(1694),o=e(648);t.exports=n?{}.toString:function(){return"[object "+o(this)+"]"}},2140:function(t,r,e){var n=e(614),o=e(111);t.exports=function(t,r){var e,i;if("string"===r&&n(e=t.toString)&&!o(i=e.call(t)))return i;if(n(e=t.valueOf)&&!o(i=e.call(t)))return i;if("string"!==r&&n(e=t.toString)&&!o(i=e.call(t)))return i;throw TypeError("Can't convert object to primitive value")}},3887:function(t,r,e){var n=e(5005),o=e(8006),i=e(5181),c=e(9670);t.exports=n("Reflect","ownKeys")||function(t){var r=o.f(c(t)),e=i.f;return e?r.concat(e(t)):r}},857:function(t,r,e){var n=e(7854);t.exports=n},2534:function(t){t.exports=function(t){try{return{error:!1,value:t()}}catch(t){return{error:!0,value:t}}}},9478:function(t,r,e){var n=e(9670),o=e(111),i=e(8523);t.exports=function(t,r){if(n(t),o(r)&&r.constructor===t)return r;var e=i.f(t);return(0,e.resolve)(r),e.promise}},2248:function(t,r,e){var n=e(1320);t.exports=function(t,r,e){for(var o in r)n(t,o,r[o],e);return t}},1320:function(t,r,e){var n=e(7854),o=e(614),i=e(6656),c=e(8880),a=e(3505),u=e(2788),s=e(9909),f=e(6530).CONFIGURABLE,l=s.get,p=s.enforce,h=String(String).split("String");(t.exports=function(t,r,e,u){var s,l=!!u&&!!u.unsafe,d=!!u&&!!u.enumerable,v=!!u&&!!u.noTargetGet,y=u&&void 0!==u.name?u.name:r;o(e)&&("Symbol("===String(y).slice(0,7)&&(y="["+String(y).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),(!i(e,"name")||f&&e.name!==y)&&c(e,"name",y),(s=p(e)).source||(s.source=h.join("string"==typeof y?y:""))),t!==n?(l?!v&&t[r]&&(d=!0):delete t[r],d?t[r]=e:c(t,r,e)):d?t[r]=e:a(r,e)})(Function.prototype,"toString",(function(){return o(this)&&l(this).source||u(this)}))},7651:function(t,r,e){var n=e(9670),o=e(614),i=e(4326),c=e(2261);t.exports=function(t,r){var e=t.exec;if(o(e)){var a=e.call(t,r);return null!==a&&n(a),a}if("RegExp"===i(t))return c.call(t,r);throw TypeError("RegExp#exec called on incompatible receiver")}},2261:function(t,r,e){"use strict";var n,o,i=e(1340),c=e(7066),a=e(2999),u=e(2309),s=e(30),f=e(9909).get,l=e(9441),p=e(7168),h=RegExp.prototype.exec,d=u("native-string-replace",String.prototype.replace),v=h,y=(n=/a/,o=/b*/g,h.call(n,"a"),h.call(o,"a"),0!==n.lastIndex||0!==o.lastIndex),g=a.UNSUPPORTED_Y||a.BROKEN_CARET,b=void 0!==/()??/.exec("")[1];(y||b||g||l||p)&&(v=function(t){var r,e,n,o,a,u,l,p=this,m=f(p),x=i(t),w=m.raw;if(w)return w.lastIndex=p.lastIndex,r=v.call(w,x),p.lastIndex=w.lastIndex,r;var O=m.groups,E=g&&p.sticky,S=c.call(p),j=p.source,P=0,T=x;if(E&&(-1===(S=S.replace("y","")).indexOf("g")&&(S+="g"),T=x.slice(p.lastIndex),p.lastIndex>0&&(!p.multiline||p.multiline&&"\n"!==x.charAt(p.lastIndex-1))&&(j="(?: "+j+")",T=" "+T,P++),e=new RegExp("^(?:"+j+")",S)),b&&(e=new RegExp("^"+j+"$(?!\\s)",S)),y&&(n=p.lastIndex),o=h.call(E?e:p,T),E?o?(o.input=o.input.slice(P),o[0]=o[0].slice(P),o.index=p.lastIndex,p.lastIndex+=o[0].length):p.lastIndex=0:y&&o&&(p.lastIndex=p.global?o.index+o[0].length:n),b&&o&&o.length>1&&d.call(o[0],e,(function(){for(a=1;a<arguments.length-2;a++)void 0===arguments[a]&&(o[a]=void 0)})),o&&O)for(o.groups=u=s(null),a=0;a<O.length;a++)u[(l=O[a])[0]]=o[l[1]];return o}),t.exports=v},7066:function(t,r,e){"use strict";var n=e(9670);t.exports=function(){var t=n(this),r="";return t.global&&(r+="g"),t.ignoreCase&&(r+="i"),t.multiline&&(r+="m"),t.dotAll&&(r+="s"),t.unicode&&(r+="u"),t.sticky&&(r+="y"),r}},2999:function(t,r,e){var n=e(7293),o=e(7854).RegExp;r.UNSUPPORTED_Y=n((function(){var t=o("a","y");return t.lastIndex=2,null!=t.exec("abcd")})),r.BROKEN_CARET=n((function(){var t=o("^r","gy");return t.lastIndex=2,null!=t.exec("str")}))},9441:function(t,r,e){var n=e(7293),o=e(7854).RegExp;t.exports=n((function(){var t=o(".","s");return!(t.dotAll&&t.exec("\n")&&"s"===t.flags)}))},7168:function(t,r,e){var n=e(7293),o=e(7854).RegExp;t.exports=n((function(){var t=o("(?<a>b)","g");return"b"!==t.exec("b").groups.a||"bc"!=="b".replace(t,"$<a>c")}))},4488:function(t){t.exports=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t}},6029:function(t){t.exports=Object.is||function(t,r){return t===r?0!==t||1/t==1/r:t!=t&&r!=r}},3505:function(t,r,e){var n=e(7854);t.exports=function(t,r){try{Object.defineProperty(n,t,{value:r,configurable:!0,writable:!0})}catch(e){n[t]=r}return r}},6340:function(t,r,e){"use strict";var n=e(5005),o=e(3070),i=e(5112),c=e(9781),a=i("species");t.exports=function(t){var r=n(t),e=o.f;c&&r&&!r[a]&&e(r,a,{configurable:!0,get:function(){return this}})}},8003:function(t,r,e){var n=e(3070).f,o=e(6656),i=e(5112)("toStringTag");t.exports=function(t,r,e){t&&!o(t=e?t:t.prototype,i)&&n(t,i,{configurable:!0,value:r})}},6200:function(t,r,e){var n=e(2309),o=e(9711),i=n("keys");t.exports=function(t){return i[t]||(i[t]=o(t))}},5465:function(t,r,e){var n=e(7854),o=e(3505),i="__core-js_shared__",c=n[i]||o(i,{});t.exports=c},2309:function(t,r,e){var n=e(1913),o=e(5465);(t.exports=function(t,r){return o[t]||(o[t]=void 0!==r?r:{})})("versions",[]).push({version:"3.18.0",mode:n?"pure":"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})},6707:function(t,r,e){var n=e(9670),o=e(9483),i=e(5112)("species");t.exports=function(t,r){var e,c=n(t).constructor;return void 0===c||null==(e=n(c)[i])?r:o(e)}},3429:function(t,r,e){var n=e(7293);t.exports=function(t){return n((function(){var r=""[t]('"');return r!==r.toLowerCase()||r.split('"').length>3}))}},8710:function(t,r,e){var n=e(9958),o=e(1340),i=e(4488),c=function(t){return function(r,e){var c,a,u=o(i(r)),s=n(e),f=u.length;return s<0||s>=f?t?"":void 0:(c=u.charCodeAt(s))<55296||c>56319||s+1===f||(a=u.charCodeAt(s+1))<56320||a>57343?t?u.charAt(s):c:t?u.slice(s,s+2):a-56320+(c-55296<<10)+65536}};t.exports={codeAt:c(!1),charAt:c(!0)}},4986:function(t,r,e){var n=e(8113);t.exports=/Version\/10(?:\.\d+){1,2}(?: [\w./]+)?(?: Mobile\/\w+)? Safari\//.test(n)},6650:function(t,r,e){var n=e(7466),o=e(1340),i=e(8415),c=e(4488),a=Math.ceil,u=function(t){return function(r,e,u){var s,f,l=o(c(r)),p=l.length,h=void 0===u?" ":o(u),d=n(e);return d<=p||""==h?l:(s=d-p,(f=i.call(h,a(s/h.length))).length>s&&(f=f.slice(0,s)),t?l+f:f+l)}};t.exports={start:u(!1),end:u(!0)}},8415:function(t,r,e){"use strict";var n=e(9958),o=e(1340),i=e(4488);t.exports=function(t){var r=o(i(this)),e="",c=n(t);if(c<0||c==1/0)throw RangeError("Wrong number of repetitions");for(;c>0;(c>>>=1)&&(r+=r))1&c&&(e+=r);return e}},6091:function(t,r,e){var n=e(6530).PROPER,o=e(7293),i=e(1361);t.exports=function(t){return o((function(){return!!i[t]()||" "!==" "[t]()||n&&i[t].name!==t}))}},3111:function(t,r,e){var n=e(4488),o=e(1340),i="["+e(1361)+"]",c=RegExp("^"+i+i+"*"),a=RegExp(i+i+"*$"),u=function(t){return function(r){var e=o(n(r));return 1&t&&(e=e.replace(c,"")),2&t&&(e=e.replace(a,"")),e}};t.exports={start:u(1),end:u(2),trim:u(3)}},261:function(t,r,e){var n,o,i,c,a=e(7854),u=e(614),s=e(7293),f=e(9974),l=e(490),p=e(317),h=e(6833),d=e(5268),v=a.setImmediate,y=a.clearImmediate,g=a.process,b=a.MessageChannel,m=a.Dispatch,x=0,w={},O="onreadystatechange";try{n=a.location}catch(t){}var E=function(t){if(w.hasOwnProperty(t)){var r=w[t];delete w[t],r()}},S=function(t){return function(){E(t)}},j=function(t){E(t.data)},P=function(t){a.postMessage(String(t),n.protocol+"//"+n.host)};v&&y||(v=function(t){for(var r=[],e=arguments.length,n=1;e>n;)r.push(arguments[n++]);return w[++x]=function(){(u(t)?t:Function(t)).apply(void 0,r)},o(x),x},y=function(t){delete w[t]},d?o=function(t){g.nextTick(S(t))}:m&&m.now?o=function(t){m.now(S(t))}:b&&!h?(c=(i=new b).port2,i.port1.onmessage=j,o=f(c.postMessage,c,1)):a.addEventListener&&u(a.postMessage)&&!a.importScripts&&n&&"file:"!==n.protocol&&!s(P)?(o=P,a.addEventListener("message",j,!1)):o=O in p("script")?function(t){l.appendChild(p("script")).onreadystatechange=function(){l.removeChild(this),E(t)}}:function(t){setTimeout(S(t),0)}),t.exports={set:v,clear:y}},1400:function(t,r,e){var n=e(9958),o=Math.max,i=Math.min;t.exports=function(t,r){var e=n(t);return e<0?o(e+r,0):i(e,r)}},5656:function(t,r,e){var n=e(8361),o=e(4488);t.exports=function(t){return n(o(t))}},9958:function(t){var r=Math.ceil,e=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?e:r)(t)}},7466:function(t,r,e){var n=e(9958),o=Math.min;t.exports=function(t){return t>0?o(n(t),9007199254740991):0}},7908:function(t,r,e){var n=e(4488);t.exports=function(t){return Object(n(t))}},7593:function(t,r,e){var n=e(111),o=e(2190),i=e(8173),c=e(2140),a=e(5112)("toPrimitive");t.exports=function(t,r){if(!n(t)||o(t))return t;var e,u=i(t,a);if(u){if(void 0===r&&(r="default"),e=u.call(t,r),!n(e)||o(e))return e;throw TypeError("Can't convert object to primitive value")}return void 0===r&&(r="number"),c(t,r)}},4948:function(t,r,e){var n=e(7593),o=e(2190);t.exports=function(t){var r=n(t,"string");return o(r)?r:String(r)}},1694:function(t,r,e){var n={};n[e(5112)("toStringTag")]="z",t.exports="[object z]"===String(n)},1340:function(t,r,e){var n=e(648);t.exports=function(t){if("Symbol"===n(t))throw TypeError("Cannot convert a Symbol value to a string");return String(t)}},6330:function(t){t.exports=function(t){try{return String(t)}catch(t){return"Object"}}},9711:function(t){var r=0,e=Math.random();t.exports=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++r+e).toString(36)}},3307:function(t,r,e){var n=e(133);t.exports=n&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},5112:function(t,r,e){var n=e(7854),o=e(2309),i=e(6656),c=e(9711),a=e(133),u=e(3307),s=o("wks"),f=n.Symbol,l=u?f:f&&f.withoutSetter||c;t.exports=function(t){return i(s,t)&&(a||"string"==typeof s[t])||(a&&i(f,t)?s[t]=f[t]:s[t]=l("Symbol."+t)),s[t]}},1361:function(t){t.exports="\t\n\v\f\r \u2028\u2029\ufeff"},9170:function(t,r,e){"use strict";var n=e(2109),o=e(9518),i=e(7674),c=e(30),a=e(8880),u=e(9114),s=e(408),f=e(1340),l=function(t,r){var e=this;if(!(e instanceof l))return new l(t,r);i&&(e=i(new Error(void 0),o(e))),void 0!==r&&a(e,"message",f(r));var n=[];return s(t,n.push,{that:n}),a(e,"errors",n),e};l.prototype=c(Error.prototype,{constructor:u(5,l),message:u(5,""),name:u(5,"AggregateError")}),n({global:!0},{AggregateError:l})},6992:function(t,r,e){"use strict";var n=e(5656),o=e(1223),i=e(7497),c=e(9909),a=e(654),u="Array Iterator",s=c.set,f=c.getterFor(u);t.exports=a(Array,"Array",(function(t,r){s(this,{type:u,target:n(t),index:0,kind:r})}),(function(){var t=f(this),r=t.target,e=t.kind,n=t.index++;return!r||n>=r.length?(t.target=void 0,{value:void 0,done:!0}):"keys"==e?{value:n,done:!1}:"values"==e?{value:r[n],done:!1}:{value:[n,r[n]],done:!1}}),"values"),i.Arguments=i.Array,o("keys"),o("values"),o("entries")},1539:function(t,r,e){var n=e(1694),o=e(1320),i=e(288);n||o(Object.prototype,"toString",i,{unsafe:!0})},7922:function(t,r,e){"use strict";var n=e(2109),o=e(9662),i=e(8523),c=e(2534),a=e(408);n({target:"Promise",stat:!0},{allSettled:function(t){var r=this,e=i.f(r),n=e.resolve,u=e.reject,s=c((function(){var e=o(r.resolve),i=[],c=0,u=1;a(t,(function(t){var o=c++,a=!1;i.push(void 0),u++,e.call(r,t).then((function(t){a||(a=!0,i[o]={status:"fulfilled",value:t},--u||n(i))}),(function(t){a||(a=!0,i[o]={status:"rejected",reason:t},--u||n(i))}))})),--u||n(i)}));return s.error&&u(s.value),e.promise}})},4668:function(t,r,e){"use strict";var n=e(2109),o=e(9662),i=e(5005),c=e(8523),a=e(2534),u=e(408),s="No one promise resolved";n({target:"Promise",stat:!0},{any:function(t){var r=this,e=c.f(r),n=e.resolve,f=e.reject,l=a((function(){var e=o(r.resolve),c=[],a=0,l=1,p=!1;u(t,(function(t){var o=a++,u=!1;c.push(void 0),l++,e.call(r,t).then((function(t){u||p||(p=!0,n(t))}),(function(t){u||p||(u=!0,c[o]=t,--l||f(new(i("AggregateError"))(c,s)))}))})),--l||f(new(i("AggregateError"))(c,s))}));return l.error&&f(l.value),e.promise}})},7727:function(t,r,e){"use strict";var n=e(2109),o=e(1913),i=e(3366),c=e(7293),a=e(5005),u=e(614),s=e(6707),f=e(9478),l=e(1320);if(n({target:"Promise",proto:!0,real:!0,forced:!!i&&c((function(){i.prototype.finally.call({then:function(){}},(function(){}))}))},{finally:function(t){var r=s(this,a("Promise")),e=u(t);return this.then(e?function(e){return f(r,t()).then((function(){return e}))}:t,e?function(e){return f(r,t()).then((function(){throw e}))}:t)}}),!o&&u(i)){var p=a("Promise").prototype.finally;i.prototype.finally!==p&&l(i.prototype,"finally",p,{unsafe:!0})}},8674:function(t,r,e){"use strict";var n,o,i,c,a=e(2109),u=e(1913),s=e(7854),f=e(5005),l=e(3366),p=e(1320),h=e(2248),d=e(7674),v=e(8003),y=e(6340),g=e(9662),b=e(614),m=e(111),x=e(5787),w=e(2788),O=e(408),E=e(7072),S=e(6707),j=e(261).set,P=e(5948),T=e(9478),A=e(842),_=e(8523),I=e(2534),R=e(9909),L=e(4705),k=e(5112),C=e(7871),B=e(5268),D=e(7392),F=k("species"),M="Promise",U=R.get,N=R.set,G=R.getterFor(M),X=l&&l.prototype,$=l,H=X,q=s.TypeError,W=s.document,V=s.process,z=_.f,Y=z,K=!!(W&&W.createEvent&&s.dispatchEvent),J=b(s.PromiseRejectionEvent),Q="unhandledrejection",Z=!1,tt=L(M,(function(){var t=w($),r=t!==String($);if(!r&&66===D)return!0;if(u&&!H.finally)return!0;if(D>=51&&/native code/.test(t))return!1;var e=new $((function(t){t(1)})),n=function(t){t((function(){}),(function(){}))};return(e.constructor={})[F]=n,!(Z=e.then((function(){}))instanceof n)||!r&&C&&!J})),rt=tt||!E((function(t){$.all(t).catch((function(){}))})),et=function(t){var r;return!(!m(t)||!b(r=t.then))&&r},nt=function(t,r){if(!t.notified){t.notified=!0;var e=t.reactions;P((function(){for(var n=t.value,o=1==t.state,i=0;e.length>i;){var c,a,u,s=e[i++],f=o?s.ok:s.fail,l=s.resolve,p=s.reject,h=s.domain;try{f?(o||(2===t.rejection&&at(t),t.rejection=1),!0===f?c=n:(h&&h.enter(),c=f(n),h&&(h.exit(),u=!0)),c===s.promise?p(q("Promise-chain cycle")):(a=et(c))?a.call(c,l,p):l(c)):p(n)}catch(t){h&&!u&&h.exit(),p(t)}}t.reactions=[],t.notified=!1,r&&!t.rejection&&it(t)}))}},ot=function(t,r,e){var n,o;K?((n=W.createEvent("Event")).promise=r,n.reason=e,n.initEvent(t,!1,!0),s.dispatchEvent(n)):n={promise:r,reason:e},!J&&(o=s["on"+t])?o(n):t===Q&&A("Unhandled promise rejection",e)},it=function(t){j.call(s,(function(){var r,e=t.facade,n=t.value;if(ct(t)&&(r=I((function(){B?V.emit("unhandledRejection",n,e):ot(Q,e,n)})),t.rejection=B||ct(t)?2:1,r.error))throw r.value}))},ct=function(t){return 1!==t.rejection&&!t.parent},at=function(t){j.call(s,(function(){var r=t.facade;B?V.emit("rejectionHandled",r):ot("rejectionhandled",r,t.value)}))},ut=function(t,r,e){return function(n){t(r,n,e)}},st=function(t,r,e){t.done||(t.done=!0,e&&(t=e),t.value=r,t.state=2,nt(t,!0))},ft=function(t,r,e){if(!t.done){t.done=!0,e&&(t=e);try{if(t.facade===r)throw q("Promise can't be resolved itself");var n=et(r);n?P((function(){var e={done:!1};try{n.call(r,ut(ft,e,t),ut(st,e,t))}catch(r){st(e,r,t)}})):(t.value=r,t.state=1,nt(t,!1))}catch(r){st({done:!1},r,t)}}};if(tt&&(H=($=function(t){x(this,$,M),g(t),n.call(this);var r=U(this);try{t(ut(ft,r),ut(st,r))}catch(t){st(r,t)}}).prototype,(n=function(t){N(this,{type:M,done:!1,notified:!1,parent:!1,reactions:[],rejection:!1,state:0,value:void 0})}).prototype=h(H,{then:function(t,r){var e=G(this),n=z(S(this,$));return n.ok=!b(t)||t,n.fail=b(r)&&r,n.domain=B?V.domain:void 0,e.parent=!0,e.reactions.push(n),0!=e.state&&nt(e,!1),n.promise},catch:function(t){return this.then(void 0,t)}}),o=function(){var t=new n,r=U(t);this.promise=t,this.resolve=ut(ft,r),this.reject=ut(st,r)},_.f=z=function(t){return t===$||t===i?new o(t):Y(t)},!u&&b(l)&&X!==Object.prototype)){c=X.then,Z||(p(X,"then",(function(t,r){var e=this;return new $((function(t,r){c.call(e,t,r)})).then(t,r)}),{unsafe:!0}),p(X,"catch",H.catch,{unsafe:!0}));try{delete X.constructor}catch(t){}d&&d(X,H)}a({global:!0,wrap:!0,forced:tt},{Promise:$}),v($,M,!1,!0),y(M),i=f(M),a({target:M,stat:!0,forced:tt},{reject:function(t){var r=z(this);return r.reject.call(void 0,t),r.promise}}),a({target:M,stat:!0,forced:u||tt},{resolve:function(t){return T(u&&this===i?$:this,t)}}),a({target:M,stat:!0,forced:rt},{all:function(t){var r=this,e=z(r),n=e.resolve,o=e.reject,i=I((function(){var e=g(r.resolve),i=[],c=0,a=1;O(t,(function(t){var u=c++,s=!1;i.push(void 0),a++,e.call(r,t).then((function(t){s||(s=!0,i[u]=t,--a||n(i))}),o)})),--a||n(i)}));return i.error&&o(i.value),e.promise},race:function(t){var r=this,e=z(r),n=e.reject,o=I((function(){var o=g(r.resolve);O(t,(function(t){o.call(r,t).then(e.resolve,n)}))}));return o.error&&n(o.value),e.promise}})},4916:function(t,r,e){"use strict";var n=e(2109),o=e(2261);n({target:"RegExp",proto:!0,forced:/./.exec!==o},{exec:o})},5218:function(t,r,e){"use strict";var n=e(2109),o=e(4230);n({target:"String",proto:!0,forced:e(3429)("anchor")},{anchor:function(t){return o(this,"a","name",t)}})},4506:function(t,r,e){"use strict";var n=e(2109),o=e(4488),i=e(9958),c=e(7466),a=e(1340);n({target:"String",proto:!0,forced:e(7293)((function(){return"\ud842"!=="𠮷".at(0)}))},{at:function(t){var r=a(o(this)),e=c(r.length),n=i(t),u=n>=0?n:e+n;return u<0||u>=e?void 0:r.charAt(u)}})},4475:function(t,r,e){"use strict";var n=e(2109),o=e(4230);n({target:"String",proto:!0,forced:e(3429)("big")},{big:function(){return o(this,"big","","")}})},7929:function(t,r,e){"use strict";var n=e(2109),o=e(4230);n({target:"String",proto:!0,forced:e(3429)("blink")},{blink:function(){return o(this,"blink","","")}})},915:function(t,r,e){"use strict";var n=e(2109),o=e(4230);n({target:"String",proto:!0,forced:e(3429)("bold")},{bold:function(){return o(this,"b","","")}})},9841:function(t,r,e){"use strict";var n=e(2109),o=e(8710).codeAt;n({target:"String",proto:!0},{codePointAt:function(t){return o(this,t)}})},7852:function(t,r,e){"use strict";var n,o=e(2109),i=e(1236).f,c=e(7466),a=e(1340),u=e(3929),s=e(4488),f=e(4964),l=e(1913),p="".endsWith,h=Math.min,d=f("endsWith");o({target:"String",proto:!0,forced:!!(l||d||(n=i(String.prototype,"endsWith"),!n||n.writable))&&!d},{endsWith:function(t){var r=a(s(this));u(t);var e=arguments.length>1?arguments[1]:void 0,n=c(r.length),o=void 0===e?n:h(c(e),n),i=a(t);return p?p.call(r,i,o):r.slice(o-i.length,o)===i}})},9253:function(t,r,e){"use strict";var n=e(2109),o=e(4230);n({target:"String",proto:!0,forced:e(3429)("fixed")},{fixed:function(){return o(this,"tt","","")}})},2125:function(t,r,e){"use strict";var n=e(2109),o=e(4230);n({target:"String",proto:!0,forced:e(3429)("fontcolor")},{fontcolor:function(t){return o(this,"font","color",t)}})},8830:function(t,r,e){"use strict";var n=e(2109),o=e(4230);n({target:"String",proto:!0,forced:e(3429)("fontsize")},{fontsize:function(t){return o(this,"font","size",t)}})},4953:function(t,r,e){var n=e(2109),o=e(1400),i=String.fromCharCode,c=String.fromCodePoint;n({target:"String",stat:!0,forced:!!c&&1!=c.length},{fromCodePoint:function(t){for(var r,e=[],n=arguments.length,c=0;n>c;){if(r=+arguments[c++],o(r,1114111)!==r)throw RangeError(r+" is not a valid code point");e.push(r<65536?i(r):i(55296+((r-=65536)>>10),r%1024+56320))}return e.join("")}})},2023:function(t,r,e){"use strict";var n=e(2109),o=e(3929),i=e(4488),c=e(1340);n({target:"String",proto:!0,forced:!e(4964)("includes")},{includes:function(t){return!!~c(i(this)).indexOf(c(o(t)),arguments.length>1?arguments[1]:void 0)}})},8734:function(t,r,e){"use strict";var n=e(2109),o=e(4230);n({target:"String",proto:!0,forced:e(3429)("italics")},{italics:function(){return o(this,"i","","")}})},8783:function(t,r,e){"use strict";var n=e(8710).charAt,o=e(1340),i=e(9909),c=e(654),a="String Iterator",u=i.set,s=i.getterFor(a);c(String,"String",(function(t){u(this,{type:a,string:o(t),index:0})}),(function(){var t,r=s(this),e=r.string,o=r.index;return o>=e.length?{value:void 0,done:!0}:(t=n(e,o),r.index+=t.length,{value:t,done:!1})}))},9254:function(t,r,e){"use strict";var n=e(2109),o=e(4230);n({target:"String",proto:!0,forced:e(3429)("link")},{link:function(t){return o(this,"a","href",t)}})},6373:function(t,r,e){"use strict";var n=e(2109),o=e(4994),i=e(4488),c=e(7466),a=e(1340),u=e(9670),s=e(4326),f=e(7850),l=e(7066),p=e(8173),h=e(1320),d=e(7293),v=e(5112),y=e(6707),g=e(1530),b=e(7651),m=e(9909),x=e(1913),w=v("matchAll"),O="RegExp String",E="RegExp String Iterator",S=m.set,j=m.getterFor(E),P=RegExp.prototype,T="".matchAll,A=!!T&&!d((function(){"a".matchAll(/./)})),_=o((function(t,r,e,n){S(this,{type:E,regexp:t,string:r,global:e,unicode:n,done:!1})}),O,(function(){var t=j(this);if(t.done)return{value:void 0,done:!0};var r=t.regexp,e=t.string,n=b(r,e);return null===n?{value:void 0,done:t.done=!0}:t.global?(""===a(n[0])&&(r.lastIndex=g(e,c(r.lastIndex),t.unicode)),{value:n,done:!1}):(t.done=!0,{value:n,done:!1})})),I=function(t){var r,e,n,o,i,s,f=u(this),p=a(t);return r=y(f,RegExp),void 0===(e=f.flags)&&f instanceof RegExp&&!("flags"in P)&&(e=l.call(f)),n=void 0===e?"":a(e),o=new r(r===RegExp?f.source:f,n),i=!!~n.indexOf("g"),s=!!~n.indexOf("u"),o.lastIndex=c(f.lastIndex),new _(o,p,i,s)};n({target:"String",proto:!0,forced:A},{matchAll:function(t){var r,e,n,o=i(this);if(null!=t){if(f(t)&&!~a(i("flags"in P?t.flags:l.call(t))).indexOf("g"))throw TypeError("`.matchAll` does not allow non-global regexes");if(A)return T.apply(o,arguments);if(void 0===(e=p(t,w))&&x&&"RegExp"==s(t)&&(e=I),e)return e.call(t,o)}else if(A)return T.apply(o,arguments);return r=a(o),n=new RegExp(t,"g"),x?I.call(n,r):n[w](r)}}),x||w in P||h(P,w,I)},4723:function(t,r,e){"use strict";var n=e(7007),o=e(9670),i=e(7466),c=e(1340),a=e(4488),u=e(8173),s=e(1530),f=e(7651);n("match",(function(t,r,e){return[function(r){var e=a(this),n=null==r?void 0:u(r,t);return n?n.call(r,e):new RegExp(r)[t](c(e))},function(t){var n=o(this),a=c(t),u=e(r,n,a);if(u.done)return u.value;if(!n.global)return f(n,a);var l=n.unicode;n.lastIndex=0;for(var p,h=[],d=0;null!==(p=f(n,a));){var v=c(p[0]);h[d]=v,""===v&&(n.lastIndex=s(a,i(n.lastIndex),l)),d++}return 0===d?null:h}]}))},6528:function(t,r,e){"use strict";var n=e(2109),o=e(6650).end;n({target:"String",proto:!0,forced:e(4986)},{padEnd:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},3112:function(t,r,e){"use strict";var n=e(2109),o=e(6650).start;n({target:"String",proto:!0,forced:e(4986)},{padStart:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},8992:function(t,r,e){var n=e(2109),o=e(5656),i=e(7908),c=e(7466),a=e(1340),u=Array.prototype,s=u.push,f=u.join;n({target:"String",stat:!0},{raw:function(t){for(var r=o(i(t).raw),e=c(r.length),n=arguments.length,u=[],l=0;e>l;)s.call(u,a(r[l++])),l<n&&s.call(u,a(arguments[l]));return f.call(u,"")}})},2481:function(t,r,e){e(2109)({target:"String",proto:!0},{repeat:e(8415)})},8757:function(t,r,e){"use strict";var n=e(2109),o=e(4488),i=e(614),c=e(7850),a=e(1340),u=e(8173),s=e(7066),f=e(647),l=e(5112),p=e(1913),h=l("replace"),d=RegExp.prototype,v=Math.max,y=function(t,r,e){return e>t.length?-1:""===r?e:t.indexOf(r,e)};n({target:"String",proto:!0},{replaceAll:function(t,r){var e,n,l,g,b,m,x,w,O=o(this),E=0,S=0,j="";if(null!=t){if((e=c(t))&&!~a(o("flags"in d?t.flags:s.call(t))).indexOf("g"))throw TypeError("`.replaceAll` does not allow non-global regexes");if(n=u(t,h))return n.call(t,O,r);if(p&&e)return a(O).replace(t,r)}for(l=a(O),g=a(t),(b=i(r))||(r=a(r)),m=g.length,x=v(1,m),E=y(l,g,0);-1!==E;)w=b?a(r(g,E,l)):f(g,l,E,[],void 0,r),j+=l.slice(S,E)+w,S=E+m,E=y(l,g,E+x);return S<l.length&&(j+=l.slice(S)),j}})},5306:function(t,r,e){"use strict";var n=e(7007),o=e(7293),i=e(9670),c=e(614),a=e(9958),u=e(7466),s=e(1340),f=e(4488),l=e(1530),p=e(8173),h=e(647),d=e(7651),v=e(5112)("replace"),y=Math.max,g=Math.min,b="$0"==="a".replace(/./,"$0"),m=!!/./[v]&&""===/./[v]("a","$0");n("replace",(function(t,r,e){var n=m?"$":"$0";return[function(t,e){var n=f(this),o=null==t?void 0:p(t,v);return o?o.call(t,n,e):r.call(s(n),t,e)},function(t,o){var f=i(this),p=s(t);if("string"==typeof o&&-1===o.indexOf(n)&&-1===o.indexOf("$<")){var v=e(r,f,p,o);if(v.done)return v.value}var b=c(o);b||(o=s(o));var m=f.global;if(m){var x=f.unicode;f.lastIndex=0}for(var w=[];;){var O=d(f,p);if(null===O)break;if(w.push(O),!m)break;""===s(O[0])&&(f.lastIndex=l(p,u(f.lastIndex),x))}for(var E,S="",j=0,P=0;P<w.length;P++){O=w[P];for(var T=s(O[0]),A=y(g(a(O.index),p.length),0),_=[],I=1;I<O.length;I++)_.push(void 0===(E=O[I])?E:String(E));var R=O.groups;if(b){var L=[T].concat(_,A,p);void 0!==R&&L.push(R);var k=s(o.apply(void 0,L))}else k=h(T,p,A,_,R,o);A>=j&&(S+=p.slice(j,A)+k,j=A+T.length)}return S+p.slice(j)}]}),!!o((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$<a>")}))||!b||m)},4765:function(t,r,e){"use strict";var n=e(7007),o=e(9670),i=e(4488),c=e(6029),a=e(1340),u=e(8173),s=e(7651);n("search",(function(t,r,e){return[function(r){var e=i(this),n=null==r?void 0:u(r,t);return n?n.call(r,e):new RegExp(r)[t](a(e))},function(t){var n=o(this),i=a(t),u=e(r,n,i);if(u.done)return u.value;var f=n.lastIndex;c(f,0)||(n.lastIndex=0);var l=s(n,i);return c(n.lastIndex,f)||(n.lastIndex=f),null===l?-1:l.index}]}))},7268:function(t,r,e){"use strict";var n=e(2109),o=e(4230);n({target:"String",proto:!0,forced:e(3429)("small")},{small:function(){return o(this,"small","","")}})},3123:function(t,r,e){"use strict";var n=e(7007),o=e(7850),i=e(9670),c=e(4488),a=e(6707),u=e(1530),s=e(7466),f=e(1340),l=e(8173),p=e(7651),h=e(2261),d=e(2999),v=e(7293),y=d.UNSUPPORTED_Y,g=[].push,b=Math.min,m=4294967295;n("split",(function(t,r,e){var n;return n="c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1).length||2!="ab".split(/(?:ab)*/).length||4!=".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length?function(t,e){var n=f(c(this)),i=void 0===e?m:e>>>0;if(0===i)return[];if(void 0===t)return[n];if(!o(t))return r.call(n,t,i);for(var a,u,s,l=[],p=(t.ignoreCase?"i":"")+(t.multiline?"m":"")+(t.unicode?"u":"")+(t.sticky?"y":""),d=0,v=new RegExp(t.source,p+"g");(a=h.call(v,n))&&!((u=v.lastIndex)>d&&(l.push(n.slice(d,a.index)),a.length>1&&a.index<n.length&&g.apply(l,a.slice(1)),s=a[0].length,d=u,l.length>=i));)v.lastIndex===a.index&&v.lastIndex++;return d===n.length?!s&&v.test("")||l.push(""):l.push(n.slice(d)),l.length>i?l.slice(0,i):l}:"0".split(void 0,0).length?function(t,e){return void 0===t&&0===e?[]:r.call(this,t,e)}:r,[function(r,e){var o=c(this),i=null==r?void 0:l(r,t);return i?i.call(r,o,e):n.call(f(o),r,e)},function(t,o){var c=i(this),l=f(t),h=e(n,c,l,o,n!==r);if(h.done)return h.value;var d=a(c,RegExp),v=c.unicode,g=(c.ignoreCase?"i":"")+(c.multiline?"m":"")+(c.unicode?"u":"")+(y?"g":"y"),x=new d(y?"^(?:"+c.source+")":c,g),w=void 0===o?m:o>>>0;if(0===w)return[];if(0===l.length)return null===p(x,l)?[l]:[];for(var O=0,E=0,S=[];E<l.length;){x.lastIndex=y?0:E;var j,P=p(x,y?l.slice(E):l);if(null===P||(j=b(s(x.lastIndex+(y?E:0)),l.length))===O)E=u(l,E,v);else{if(S.push(l.slice(O,E)),S.length===w)return S;for(var T=1;T<=P.length-1;T++)if(S.push(P[T]),S.length===w)return S;E=O=j}}return S.push(l.slice(O)),S}]}),!!v((function(){var t=/(?:)/,r=t.exec;t.exec=function(){return r.apply(this,arguments)};var e="ab".split(t);return 2!==e.length||"a"!==e[0]||"b"!==e[1]})),y)},3157:function(t,r,e){"use strict";var n,o=e(2109),i=e(1236).f,c=e(7466),a=e(1340),u=e(3929),s=e(4488),f=e(4964),l=e(1913),p="".startsWith,h=Math.min,d=f("startsWith");o({target:"String",proto:!0,forced:!!(l||d||(n=i(String.prototype,"startsWith"),!n||n.writable))&&!d},{startsWith:function(t){var r=a(s(this));u(t);var e=c(h(arguments.length>1?arguments[1]:void 0,r.length)),n=a(t);return p?p.call(r,n,e):r.slice(e,e+n.length)===n}})},7397:function(t,r,e){"use strict";var n=e(2109),o=e(4230);n({target:"String",proto:!0,forced:e(3429)("strike")},{strike:function(){return o(this,"strike","","")}})},86:function(t,r,e){"use strict";var n=e(2109),o=e(4230);n({target:"String",proto:!0,forced:e(3429)("sub")},{sub:function(){return o(this,"sub","","")}})},3650:function(t,r,e){"use strict";var n=e(2109),o=e(4488),i=e(9958),c=e(1340),a="".slice,u=Math.max,s=Math.min;n({target:"String",proto:!0},{substr:function(t,r){var e,n,f=c(o(this)),l=f.length,p=i(t);return p===1/0&&(p=0),p<0&&(p=u(l+p,0)),(e=void 0===r?l:i(r))<=0||e===1/0||p>=(n=s(p+e,l))?"":a.call(f,p,n)}})},623:function(t,r,e){"use strict";var n=e(2109),o=e(4230);n({target:"String",proto:!0,forced:e(3429)("sup")},{sup:function(){return o(this,"sup","","")}})},8702:function(t,r,e){"use strict";var n=e(2109),o=e(3111).end,i=e(6091)("trimEnd"),c=i?function(){return o(this)}:"".trimEnd;n({target:"String",proto:!0,name:"trimEnd",forced:i},{trimEnd:c,trimRight:c})},5674:function(t,r,e){"use strict";var n=e(2109),o=e(3111).start,i=e(6091)("trimStart"),c=i?function(){return o(this)}:"".trimStart;n({target:"String",proto:!0,name:"trimStart",forced:i},{trimStart:c,trimLeft:c})},3210:function(t,r,e){"use strict";var n=e(2109),o=e(3111).trim;n({target:"String",proto:!0,forced:e(6091)("trim")},{trim:function(){return o(this)}})},3948:function(t,r,e){var n=e(7854),o=e(8324),i=e(8509),c=e(6992),a=e(8880),u=e(5112),s=u("iterator"),f=u("toStringTag"),l=c.values,p=function(t,r){if(t){if(t[s]!==l)try{a(t,s,l)}catch(r){t[s]=l}if(t[f]||a(t,f,r),o[r])for(var e in c)if(t[e]!==c[e])try{a(t,e,c[e])}catch(r){t[e]=c[e]}}};for(var h in o)p(n[h]&&n[h].prototype,h);p(i,"DOMTokenList")},1150:function(t,r,e){var n=e(7633);e(3948),t.exports=n},9712:function(t,r,e){var n=e(1111);t.exports=n},5666:function(t){var r=function(t){"use strict";var r,e=Object.prototype,n=e.hasOwnProperty,o="function"==typeof Symbol?Symbol:{},i=o.iterator||"@@iterator",c=o.asyncIterator||"@@asyncIterator",a=o.toStringTag||"@@toStringTag";function u(t,r,e){return Object.defineProperty(t,r,{value:e,enumerable:!0,configurable:!0,writable:!0}),t[r]}try{u({},"")}catch(t){u=function(t,r,e){return t[r]=e}}function s(t,r,e,n){var o=r&&r.prototype instanceof y?r:y,i=Object.create(o.prototype),c=new A(n||[]);return i._invoke=function(t,r,e){var n=l;return function(o,i){if(n===h)throw new Error("Generator is already running");if(n===d){if("throw"===o)throw i;return I()}for(e.method=o,e.arg=i;;){var c=e.delegate;if(c){var a=j(c,e);if(a){if(a===v)continue;return a}}if("next"===e.method)e.sent=e._sent=e.arg;else if("throw"===e.method){if(n===l)throw n=d,e.arg;e.dispatchException(e.arg)}else"return"===e.method&&e.abrupt("return",e.arg);n=h;var u=f(t,r,e);if("normal"===u.type){if(n=e.done?d:p,u.arg===v)continue;return{value:u.arg,done:e.done}}"throw"===u.type&&(n=d,e.method="throw",e.arg=u.arg)}}}(t,e,c),i}function f(t,r,e){try{return{type:"normal",arg:t.call(r,e)}}catch(t){return{type:"throw",arg:t}}}t.wrap=s;var l="suspendedStart",p="suspendedYield",h="executing",d="completed",v={};function y(){}function g(){}function b(){}var m={};m[i]=function(){return this};var x=Object.getPrototypeOf,w=x&&x(x(_([])));w&&w!==e&&n.call(w,i)&&(m=w);var O=b.prototype=y.prototype=Object.create(m);function E(t){["next","throw","return"].forEach((function(r){u(t,r,(function(t){return this._invoke(r,t)}))}))}function S(t,r){function e(o,i,c,a){var u=f(t[o],t,i);if("throw"!==u.type){var s=u.arg,l=s.value;return l&&"object"==typeof l&&n.call(l,"__await")?r.resolve(l.__await).then((function(t){e("next",t,c,a)}),(function(t){e("throw",t,c,a)})):r.resolve(l).then((function(t){s.value=t,c(s)}),(function(t){return e("throw",t,c,a)}))}a(u.arg)}var o;this._invoke=function(t,n){function i(){return new r((function(r,o){e(t,n,r,o)}))}return o=o?o.then(i,i):i()}}function j(t,e){var n=t.iterator[e.method];if(n===r){if(e.delegate=null,"throw"===e.method){if(t.iterator.return&&(e.method="return",e.arg=r,j(t,e),"throw"===e.method))return v;e.method="throw",e.arg=new TypeError("The iterator does not provide a 'throw' method")}return v}var o=f(n,t.iterator,e.arg);if("throw"===o.type)return e.method="throw",e.arg=o.arg,e.delegate=null,v;var i=o.arg;return i?i.done?(e[t.resultName]=i.value,e.next=t.nextLoc,"return"!==e.method&&(e.method="next",e.arg=r),e.delegate=null,v):i:(e.method="throw",e.arg=new TypeError("iterator result is not an object"),e.delegate=null,v)}function P(t){var r={tryLoc:t[0]};1 in t&&(r.catchLoc=t[1]),2 in t&&(r.finallyLoc=t[2],r.afterLoc=t[3]),this.tryEntries.push(r)}function T(t){var r=t.completion||{};r.type="normal",delete r.arg,t.completion=r}function A(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(P,this),this.reset(!0)}function _(t){if(t){var e=t[i];if(e)return e.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var o=-1,c=function e(){for(;++o<t.length;)if(n.call(t,o))return e.value=t[o],e.done=!1,e;return e.value=r,e.done=!0,e};return c.next=c}}return{next:I}}function I(){return{value:r,done:!0}}return g.prototype=O.constructor=b,b.constructor=g,g.displayName=u(b,a,"GeneratorFunction"),t.isGeneratorFunction=function(t){var r="function"==typeof t&&t.constructor;return!!r&&(r===g||"GeneratorFunction"===(r.displayName||r.name))},t.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,b):(t.__proto__=b,u(t,a,"GeneratorFunction")),t.prototype=Object.create(O),t},t.awrap=function(t){return{__await:t}},E(S.prototype),S.prototype[c]=function(){return this},t.AsyncIterator=S,t.async=function(r,e,n,o,i){void 0===i&&(i=Promise);var c=new S(s(r,e,n,o),i);return t.isGeneratorFunction(e)?c:c.next().then((function(t){return t.done?t.value:c.next()}))},E(O),u(O,a,"Generator"),O[i]=function(){return this},O.toString=function(){return"[object Generator]"},t.keys=function(t){var r=[];for(var e in t)r.push(e);return r.reverse(),function e(){for(;r.length;){var n=r.pop();if(n in t)return e.value=n,e.done=!1,e}return e.done=!0,e}},t.values=_,A.prototype={constructor:A,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=r,this.done=!1,this.delegate=null,this.method="next",this.arg=r,this.tryEntries.forEach(T),!t)for(var e in this)"t"===e.charAt(0)&&n.call(this,e)&&!isNaN(+e.slice(1))&&(this[e]=r)},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 e=this;function o(n,o){return a.type="throw",a.arg=t,e.next=n,o&&(e.method="next",e.arg=r),!!o}for(var i=this.tryEntries.length-1;i>=0;--i){var c=this.tryEntries[i],a=c.completion;if("root"===c.tryLoc)return o("end");if(c.tryLoc<=this.prev){var u=n.call(c,"catchLoc"),s=n.call(c,"finallyLoc");if(u&&s){if(this.prev<c.catchLoc)return o(c.catchLoc,!0);if(this.prev<c.finallyLoc)return o(c.finallyLoc)}else if(u){if(this.prev<c.catchLoc)return o(c.catchLoc,!0)}else{if(!s)throw new Error("try statement without catch or finally");if(this.prev<c.finallyLoc)return o(c.finallyLoc)}}}},abrupt:function(t,r){for(var e=this.tryEntries.length-1;e>=0;--e){var o=this.tryEntries[e];if(o.tryLoc<=this.prev&&n.call(o,"finallyLoc")&&this.prev<o.finallyLoc){var i=o;break}}i&&("break"===t||"continue"===t)&&i.tryLoc<=r&&r<=i.finallyLoc&&(i=null);var c=i?i.completion:{};return c.type=t,c.arg=r,i?(this.method="next",this.next=i.finallyLoc,v):this.complete(c)},complete:function(t,r){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&&r&&(this.next=r),v},finish:function(t){for(var r=this.tryEntries.length-1;r>=0;--r){var e=this.tryEntries[r];if(e.finallyLoc===t)return this.complete(e.completion,e.afterLoc),T(e),v}},catch:function(t){for(var r=this.tryEntries.length-1;r>=0;--r){var e=this.tryEntries[r];if(e.tryLoc===t){var n=e.completion;if("throw"===n.type){var o=n.arg;T(e)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(t,e,n){return this.delegate={iterator:_(t),resultName:e,nextLoc:n},"next"===this.method&&(this.arg=r),v}},t}(t.exports);try{regeneratorRuntime=r}catch(t){Function("r","regeneratorRuntime = r")(r)}},7147:function(t,r,e){"use strict";var n="undefined"!=typeof globalThis&&globalThis||"undefined"!=typeof self&&self||void 0!==n&&n,o="URLSearchParams"in n,i="Symbol"in n&&"iterator"in Symbol,c="FileReader"in n&&"Blob"in n&&function(){try{return new Blob,!0}catch(t){return!1}}(),a="FormData"in n,u="ArrayBuffer"in n;if(u)var s=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],f=ArrayBuffer.isView||function(t){return t&&s.indexOf(Object.prototype.toString.call(t))>-1};function l(t){if("string"!=typeof t&&(t=String(t)),/[^a-z0-9\-#$%&'*+.^_`|~!]/i.test(t)||""===t)throw new TypeError('Invalid character in header field name: "'+t+'"');return t.toLowerCase()}function p(t){return"string"!=typeof t&&(t=String(t)),t}function h(t){var r={next:function(){var r=t.shift();return{done:void 0===r,value:r}}};return i&&(r[Symbol.iterator]=function(){return r}),r}function d(t){this.map={},t instanceof d?t.forEach((function(t,r){this.append(r,t)}),this):Array.isArray(t)?t.forEach((function(t){this.append(t[0],t[1])}),this):t&&Object.getOwnPropertyNames(t).forEach((function(r){this.append(r,t[r])}),this)}function v(t){if(t.bodyUsed)return Promise.reject(new TypeError("Already read"));t.bodyUsed=!0}function y(t){return new Promise((function(r,e){t.onload=function(){r(t.result)},t.onerror=function(){e(t.error)}}))}function g(t){var r=new FileReader,e=y(r);return r.readAsArrayBuffer(t),e}function b(t){if(t.slice)return t.slice(0);var r=new Uint8Array(t.byteLength);return r.set(new Uint8Array(t)),r.buffer}function m(){return this.bodyUsed=!1,this._initBody=function(t){var r;this.bodyUsed=this.bodyUsed,this._bodyInit=t,t?"string"==typeof t?this._bodyText=t:c&&Blob.prototype.isPrototypeOf(t)?this._bodyBlob=t:a&&FormData.prototype.isPrototypeOf(t)?this._bodyFormData=t:o&&URLSearchParams.prototype.isPrototypeOf(t)?this._bodyText=t.toString():u&&c&&((r=t)&&DataView.prototype.isPrototypeOf(r))?(this._bodyArrayBuffer=b(t.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):u&&(ArrayBuffer.prototype.isPrototypeOf(t)||f(t))?this._bodyArrayBuffer=b(t):this._bodyText=t=Object.prototype.toString.call(t):this._bodyText="",this.headers.get("content-type")||("string"==typeof t?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):o&&URLSearchParams.prototype.isPrototypeOf(t)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},c&&(this.blob=function(){var t=v(this);if(t)return t;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){if(this._bodyArrayBuffer){var t=v(this);return t||(ArrayBuffer.isView(this._bodyArrayBuffer)?Promise.resolve(this._bodyArrayBuffer.buffer.slice(this._bodyArrayBuffer.byteOffset,this._bodyArrayBuffer.byteOffset+this._bodyArrayBuffer.byteLength)):Promise.resolve(this._bodyArrayBuffer))}return this.blob().then(g)}),this.text=function(){var t,r,e,n=v(this);if(n)return n;if(this._bodyBlob)return t=this._bodyBlob,r=new FileReader,e=y(r),r.readAsText(t),e;if(this._bodyArrayBuffer)return Promise.resolve(function(t){for(var r=new Uint8Array(t),e=new Array(r.length),n=0;n<r.length;n++)e[n]=String.fromCharCode(r[n]);return e.join("")}(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},a&&(this.formData=function(){return this.text().then(O)}),this.json=function(){return this.text().then(JSON.parse)},this}d.prototype.append=function(t,r){t=l(t),r=p(r);var e=this.map[t];this.map[t]=e?e+", "+r:r},d.prototype.delete=function(t){delete this.map[l(t)]},d.prototype.get=function(t){return t=l(t),this.has(t)?this.map[t]:null},d.prototype.has=function(t){return this.map.hasOwnProperty(l(t))},d.prototype.set=function(t,r){this.map[l(t)]=p(r)},d.prototype.forEach=function(t,r){for(var e in this.map)this.map.hasOwnProperty(e)&&t.call(r,this.map[e],e,this)},d.prototype.keys=function(){var t=[];return this.forEach((function(r,e){t.push(e)})),h(t)},d.prototype.values=function(){var t=[];return this.forEach((function(r){t.push(r)})),h(t)},d.prototype.entries=function(){var t=[];return this.forEach((function(r,e){t.push([e,r])})),h(t)},i&&(d.prototype[Symbol.iterator]=d.prototype.entries);var x=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function w(t,r){if(!(this instanceof w))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');var e,n,o=(r=r||{}).body;if(t instanceof w){if(t.bodyUsed)throw new TypeError("Already read");this.url=t.url,this.credentials=t.credentials,r.headers||(this.headers=new d(t.headers)),this.method=t.method,this.mode=t.mode,this.signal=t.signal,o||null==t._bodyInit||(o=t._bodyInit,t.bodyUsed=!0)}else this.url=String(t);if(this.credentials=r.credentials||this.credentials||"same-origin",!r.headers&&this.headers||(this.headers=new d(r.headers)),this.method=(e=r.method||this.method||"GET",n=e.toUpperCase(),x.indexOf(n)>-1?n:e),this.mode=r.mode||this.mode||null,this.signal=r.signal||this.signal,this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&o)throw new TypeError("Body not allowed for GET or HEAD requests");if(this._initBody(o),!("GET"!==this.method&&"HEAD"!==this.method||"no-store"!==r.cache&&"no-cache"!==r.cache)){var i=/([?&])_=[^&]*/;if(i.test(this.url))this.url=this.url.replace(i,"$1_="+(new Date).getTime());else{this.url+=(/\?/.test(this.url)?"&":"?")+"_="+(new Date).getTime()}}}function O(t){var r=new FormData;return t.trim().split("&").forEach((function(t){if(t){var e=t.split("="),n=e.shift().replace(/\+/g," "),o=e.join("=").replace(/\+/g," ");r.append(decodeURIComponent(n),decodeURIComponent(o))}})),r}function E(t,r){if(!(this instanceof E))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');r||(r={}),this.type="default",this.status=void 0===r.status?200:r.status,this.ok=this.status>=200&&this.status<300,this.statusText=void 0===r.statusText?"":""+r.statusText,this.headers=new d(r.headers),this.url=r.url||"",this._initBody(t)}w.prototype.clone=function(){return new w(this,{body:this._bodyInit})},m.call(w.prototype),m.call(E.prototype),E.prototype.clone=function(){return new E(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new d(this.headers),url:this.url})},E.error=function(){var t=new E(null,{status:0,statusText:""});return t.type="error",t};var S=[301,302,303,307,308];E.redirect=function(t,r){if(-1===S.indexOf(r))throw new RangeError("Invalid status code");return new E(null,{status:r,headers:{location:t}})};var j=n.DOMException;try{new j}catch(t){(j=function(t,r){this.message=t,this.name=r;var e=Error(t);this.stack=e.stack}).prototype=Object.create(Error.prototype),j.prototype.constructor=j}function P(t,r){return new Promise((function(e,o){var i=new w(t,r);if(i.signal&&i.signal.aborted)return o(new j("Aborted","AbortError"));var a=new XMLHttpRequest;function s(){a.abort()}a.onload=function(){var t,r,n={status:a.status,statusText:a.statusText,headers:(t=a.getAllResponseHeaders()||"",r=new d,t.replace(/\r?\n[\t ]+/g," ").split("\r").map((function(t){return 0===t.indexOf("\n")?t.substr(1,t.length):t})).forEach((function(t){var e=t.split(":"),n=e.shift().trim();if(n){var o=e.join(":").trim();r.append(n,o)}})),r)};n.url="responseURL"in a?a.responseURL:n.headers.get("X-Request-URL");var o="response"in a?a.response:a.responseText;setTimeout((function(){e(new E(o,n))}),0)},a.onerror=function(){setTimeout((function(){o(new TypeError("Network request failed"))}),0)},a.ontimeout=function(){setTimeout((function(){o(new TypeError("Network request failed"))}),0)},a.onabort=function(){setTimeout((function(){o(new j("Aborted","AbortError"))}),0)},a.open(i.method,function(t){try{return""===t&&n.location.href?n.location.href:t}catch(r){return t}}(i.url),!0),"include"===i.credentials?a.withCredentials=!0:"omit"===i.credentials&&(a.withCredentials=!1),"responseType"in a&&(c?a.responseType="blob":u&&i.headers.get("Content-Type")&&-1!==i.headers.get("Content-Type").indexOf("application/octet-stream")&&(a.responseType="arraybuffer")),!r||"object"!=typeof r.headers||r.headers instanceof d?i.headers.forEach((function(t,r){a.setRequestHeader(r,t)})):Object.getOwnPropertyNames(r.headers).forEach((function(t){a.setRequestHeader(t,p(r.headers[t]))})),i.signal&&(i.signal.addEventListener("abort",s),a.onreadystatechange=function(){4===a.readyState&&i.signal.removeEventListener("abort",s)}),a.send(void 0===i._bodyInit?null:i._bodyInit)}))}P.polyfill=!0,n.fetch||(n.fetch=P,n.Headers=d,n.Request=w,n.Response=E)}},r={};function e(n){var o=r[n];if(void 0!==o)return o.exports;var i=r[n]={exports:{}};return t[n](i,i.exports,e),i.exports}e.d=function(t,r){for(var n in r)e.o(r,n)&&!e.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:r[n]})},e.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),e.o=function(t,r){return Object.prototype.hasOwnProperty.call(t,r)},e(5666),e(1150),e(9712),e(7147);e(3053)}(); window.page = undefined; window.user = undefined; </script> <script> window.orb = { worldwideNavlinks: '<li class="orb-nav-homedotcom"><a href="https://web.archive.org/web/20211028065513/https://www.bbc.com/">Home</a></li><li class="orb-nav-newsdotcom"><a href="https://web.archive.org/web/20211028065513/https://www.bbc.com/news">News</a></li><li class="orb-nav-sport"><a href="https://web.archive.org/web/20211028065513/https://www.bbc.com/sport">Sport</a></li><li class="orb-nav-reeldotcom"><a href="https://web.archive.org/web/20211028065513/https://www.bbc.com/reel">Reel</a></li><li class="orb-nav-worklife"><a href="https://web.archive.org/web/20211028065513/https://www.bbc.com/worklife">Worklife</a></li><li class="orb-nav-traveldotcom"><a href="https://web.archive.org/web/20211028065513/https://www.bbc.com/travel">Travel</a></li><li class="orb-nav-future"><a href="https://web.archive.org/web/20211028065513/https://www.bbc.com/future">Future</a></li><li class="orb-nav-culture"><a href="https://web.archive.org/web/20211028065513/https://www.bbc.com/culture">Culture</a></li><li class="orb-nav-music"><a href="https://web.archive.org/web/20211028065513/https://www.bbc.com/culture/music">Music</a></li><li class="orb-nav-tv"><a href="https://web.archive.org/web/20211028065513/https://www.bbc.co.uk/schedules/p00fzl9m">TV</a></li><li class="orb-nav-weather"><a href="https://web.archive.org/web/20211028065513/https://www.bbc.com/weather">Weather</a></li><li class="orb-nav-sounds"><a href="https://web.archive.org/web/20211028065513/https://www.bbc.co.uk/sounds">Sounds</a></li>', } </script> <script src="https://web.archive.org/web/20211028065513js_/https://static.files.bbci.co.uk/orbit/c2cacae46aac94e6bf2a24e94cb6efe1/js/api-forge-free.min.js"></script> <link rel="preload" href="https://web.archive.org/web/20211028065513/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/20211028065513/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-80.bc5da8d --> <!-- searchbox Web Module: 3.0.0-352.272996b --> <!-- navpromo Web Module: 3.0.0-272.f5cddc4 --> <!-- cookies Web Module: 0.0.3-680.b034ddd --> <!-- useractivityhelper Web Module: 1.0.0-208.4054562 --> <!-- reverb Web Module: 3.3.0 --> <!-- ads Web Module: 20211005-115145-f94ae3cc3-4.56.0 --> <link rel="stylesheet" href="https://web.archive.org/web/20211028065513cs_/https://static.files.bbci.co.uk/account/id-cta/1.54.4/style/id-cta.css"/><!--[if IE 8]><link href="https://static.files.bbci.co.uk/account/id-cta/1.54.4/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/20211028065513/https://idcta.api.bbc.co.uk';var ENDPOINT_CONFIG = ('/idcta/config?callback=&ptrt=' + (ptrt ? ptrt[1] : encodeURIComponent(document.location.href))).replace(/\&/g, '&');var ENDPOINT_TRANSLATIONS = '/idcta/translations?callback=';function hasPromise() {var P = window.Promise;var promiseToString = null;if (P) {try {promiseToString = Object.prototype.toString.call(P.resolve());} catch (e) {/*silently ignored*/}}return (promiseToString === '[object Promise]' && !P.cast);}if (hasPromise()) {define('idcta/es6-promise', function () {return window.Promise;});define('idcta-v2/es6-promise', function () {return window.Promise;});}map['idcta-v2'] = 'https://web.archive.org/web/20211028065513/https://static.files.bbci.co.uk/account/id-cta/1.54.4/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/20211028065513/https://static.files.bbci.co.uk/account/id-cta/1.8.2/modules/idcta';map['idcta-v2/idcta-1'] = 'https://web.archive.org/web/20211028065513/https://static.files.bbci.co.uk/account/id-cta/1.54.4/modules/idcta-v2/dist/idcta-1.min';map['idcta-v2/experiment-snippet'] = 'https://web.archive.org/web/20211028065513/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/20211028065513cs_/https://nav.files.bbci.co.uk/searchbox/d3c099a283f4be8102b8b0bba5796dd7/css/box.css"> <script src="https://web.archive.org/web/20211028065513js_/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/20211028065513/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/20211028065513js_/https://mybbc-analytics.files.bbci.co.uk/reverb-client-js/reverb-3.3.0.js" async></script> <script type="text/javascript">const adsDebug=/[?|&]ads-debug/.test(window.location.href);var bbcdotcomConfig={},bbcdotcomForgeAsync=!0,googletag=window.googletag||{};googletag.cmd=window.googletag.cmd||[],bbcdotcomScripts=[],tp=window.tp||[],_comscore=window._comscore||[];var bbcdotcom={test:/test/.test(window.location.hostname),adverts:{keyValues:{},breakpoints:{}},advert:{write:function(){},show:function(){},isActive:function(){return!1},layout:function(){return{reset:function(){}}}},config:{init:function(){},isAvailable:function(){return new Promise(function(o){bbcdotcom.resolves?bbcdotcom.resolves.isAvailable.push(o):o(!1)})},isAdsEnabledAsync:function(){return new Promise(function(o){bbcdotcom.resolves?bbcdotcom.resolves.adsEnabled.push(o):o(!1)})},isAnalyticsEnabledAsync:function(){return new Promise(function(o){bbcdotcom.resolves?bbcdotcom.resolves.analyticsEnabled.push(o):o(!1)})},setSections:function(){},setAdsEnabled:function(){},setAnalyticsEnabled:function(){},setAssetPrefix:function(){},setFlagpoles:function(){},setVersion:function(){},setJsPrefix:function(){},setSwfPrefix:function(){},setCssPrefix:function(){},setConfig:function(){},getAssetPrefix:function(){},getJsPrefix:function(){},getSwfPrefix:function(){},getCssPrefix:function(){},isOptimizelyEnabled:function(){},isThirdPartyDisabled:function(){},isThirdPartyDisabledEU:function(){},setEU:function(){}},survey:{init:function(){return!1}},data:{},init:function(){},objects:function(o){return!1},locale:{set:function(){},get:function(){}},setAdKeyValue:function(){},utils:{addEvent:function(){},addHtmlTagClass:function(){},log:function(){}},addLoadEvent:function(){},resolves:{isAvailable:[],adsEnabled:[],analyticsEnabled:[]},resolvePromises:function(){if(bbcdotcom.resolves){for(var o=0;o<bbcdotcom.resolves.isAvailable.length;o++)bbcdotcom.resolves.isAvailable[o](!1);delete bbcdotcom.resolves}},flag:{a:!1,s:!1},asyncCmd:[],isSportApp:function(){var o=window.location.pathname;return void 0!==o&&-1!==o.indexOf(".app")&&0===o.indexOf("/sport")},init:function(o){bbcdotcom.asyncCmd.push(function(){bbcdotcom.init(o)})},slotAsync:function(o,n,t,c){bbcdotcom.asyncCmd.push(function(){bbcdotcom.slotAsync(o,n,t,c)})}};bbcdotcom.adverts.slotAsync=function(o,n,t){bbcdotcom.asyncCmd.push(function(){bbcdotcom.adverts.slotAsync(o,n,t)})},bbcdotcom.config.isAdsEnabled=function(){var o=window.location.pathname;return void 0===o||0!==o.indexOf("/sport")||-1===o.indexOf(".app")},bbcdotcom.config.isActive=function(){var o=window.location.pathname;return void 0===o||0!==o.indexOf("/sport")||-1===o.indexOf(".app")},bbcdotcom.config.isAnalyticsEnabled=function(){return!0},bbcdotcom.registerAd=function(o,n,t){bbcdotcom.asyncCmd.push(function(){bbcdotcom.registerAd(o,n,t)})},bbcdotcom.setAdUnit=function(o){bbcdotcom.asyncCmd.push(function(){bbcdotcom.setAdUnit(o)})},bbcdotcom.adverts.adUnit={},bbcdotcom.adverts.adUnit.setUid=function(o){bbcdotcom.asyncCmd.push(function(){bbcdotcom.adverts.adUnit.setUid(o)})},bbcdotcom.setConfig=function(o){bbcdotcom.asyncCmd.push(function(){bbcdotcom.setConfig(o)})},bbcdotcom.setAdKeyValue=function(o,n){bbcdotcom.asyncCmd.push(function(){bbcdotcom.setAdKeyValue(o,n)})},bbcdotcom.getFeature=function(){return{isEnabled:function(){return!0}}},bbcdotcom.disableAndCloseOpenAds=function(){bbcdotcom.asyncDisableAndCloseOpenAds=!0},bbcdotcom.setAdKeyValue=function(o,n){bbcdotcom.asyncCmd.push(function(){bbcdotcom.adverts.keyValues.set(o,n)})},bbcdotcom.adverts.keyValues.set=function(o,n){bbcdotcom.asyncCmd.push(function(){bbcdotcom.adverts.keyValues.set(o,n)})},bbcdotcom.adverts.keyValues.unset=function(o){bbcdotcom.asyncCmd.push(function(){bbcdotcom.adverts.keyValues.unset(o)})},bbcdotcom.pubsub={},bbcdotcom.pubsub.on=function(o,n){bbcdotcom.asyncCmd.push(function(){bbcdotcom.pubsub.on(o,n)})},bbcdotcom.pubsub.off=function(o,n){bbcdotcom.asyncCmd.push(function(){bbcdotcom.pubsub.off(o,n)})},bbcdotcom.analytics={},bbcdotcom.analytics.page=function(o){bbcdotcom.asyncCmd.push(function(){bbcdotcom.analytics.page(o)})},bbcdotcom.av={emp:{adverts:""}},bbcdotcom.config.isContinuousPlayPage=function(){return!1},bbcdotcom.config.isSportApp=function(){var o=window.location.pathname;return void 0!==o&&-1!==o.indexOf(".app")&&0===o.indexOf("/sport")},bbcdotcom.adverts.breakpoints.setGroupStart=function(o,n){bbcdotcom.asyncCmd.push(function(){bbcdotcom.adverts.breakpoints.setGroupStart(o,n)})},"undefined"!=typeof require&&require({paths:{bbcdotcom:"https://web.archive.org/web/20211028065513/https://gn-web-assets.api.bbc.com/bbcdotcom/assets/20211005-115145-f94ae3cc3-4.56.0/script"}}),window.bbcdotcom&&bbcdotcom.isSportApp&&!bbcdotcom.isSportApp()&&window.bbcuser.isUKCombined().then(function(o){return o&&!adsDebug?(adsDebug&&console.log("UK location, not ads debug mode, don't load flags, don't load ads."),(o=window.bbcdotcom||{}).config.isAdsEnabled=function(){return!1},o.config.isActive=function(){return!1},o.config.isAnalyticsEnabled=function(){return!1},o.getFeature=function(){return{isEnabled:function(){return!1}}},void o.resolvePromises()):void window.bbcuser.canSeeAdverts().then(function(o){if(!o&&!adsDebug)return adsDebug&&console.log("canSeeAdverts false, not ads debug mode, don't load ads."),(n=window.bbcdotcom||{}).config.isAdsEnabled=function(){return!1},n.config.isActive=function(){return!1},n.config.isAnalyticsEnabled=function(){return!1},n.getFeature=function(){return{isEnabled:function(){return!1}}},void n.resolvePromises();var n=/test/.test(window.location.hostname)?"https://web.archive.org/web/20211028065513/https://gn-flagpoles.test.api.bbci.co.uk/gnlops":"https://web.archive.org/web/20211028065513/https://gn-flagpoles.api.bbci.co.uk/gnlops",e=new XMLHttpRequest;e.open("GET",n),e.onload=function(){var n,o,t=JSON.parse(e.responseText),c=window.bbcdotcom||{};c.flag.a="true"===t.adverts?1:0,c.flag.s="true"===t.analytics?1:0,c.flag.a||c.flag.s?(o=/test/.test(window.location.hostname)?"https://web.archive.org/web/20211028065513/https://gn-flagpoles.test.api.bbci.co.uk/bbcdotcom":"https://web.archive.org/web/20211028065513/https://gn-flagpoles.api.bbci.co.uk/bbcdotcom",(n=new XMLHttpRequest).open("GET",o),n.onload=function(){var c=JSON.parse(n.responseText),e=window.bbcdotcom||{};[{tp:"thirdPartyEEA"},{d:"adsense"},{asa:"adsportapp"},{l:"lotame"},{p:"platinum"},{g:"grapeshot"},{sh:"sherlock"},{pe:"permutive"},{si:"signin"},{sis:"signinSport"},{sin:"signinNews"},{siw:"signinWWHP"},{piano:"piano"},{fundingchoices_cmp:"fundingchoices_cmp"},{storyworks_cmp:"storyworks_cmp"},{content_rec:"content_rec"},{ias_publisher:"ias_publisher"},{fpd:"fpd"}].forEach(function(o,n){for(var t in o)e.flag[t]="true"===c[o[t]]?1:0}),e.data={ads:e.flag.a,stats:e.flag.s,statsProvider:"",country:""},function(){const o=document.createElement("link");o.href="https://web.archive.org/web/20211028065513/https://gn-web-assets.api.bbc.com/bbcdotcom/assets/20211005-115145-f94ae3cc3-4.56.0/style/bbcdotcom-async.css",o.rel="stylesheet",o.type="text/css",document.head.appendChild(o)}();var o=document.createElement("script"),t=document.head||document.getElementsByTagName("head")[0];o.type="text/javascript",o.async=!0,o.src="https://web.archive.org/web/20211028065513/https://gn-web-assets.api.bbc.com/bbcdotcom/assets/20211005-115145-f94ae3cc3-4.56.0/script/bbcdotcom.js",o.onload=function(){window.bbcuser.getCountry().then(function(o){e.data.country=o,e.assetPrefix="https://web.archive.org/web/20211028065513/https://gn-web-assets.api.bbc.com/bbcdotcom/assets/20211005-115145-f94ae3cc3-4.56.0/",bbcdotcomConfig={assetPrefix:"https://web.archive.org/web/20211028065513/https://gn-web-assets.api.bbc.com/bbcdotcom/assets/20211005-115145-f94ae3cc3-4.56.0/",staticVersion:"20211005-115145-f94ae3cc3-4.56.0",staticPrefix:"https://web.archive.org/web/20211028065513/https://gn-web-assets.api.bbc.com/bbcdotcom/assets/20211005-115145-f94ae3cc3-4.56.0/"},e.config.init(bbcdotcomConfig,e.data,window.location,window.document),e.config.setAssetPrefix(bbcdotcomConfig.assetPrefix),e.config.setVersion(bbcdotcomConfig.staticVersion),e.config.setFlagpoles(e.flag);o=!!o&&-1!==["AT","BE","BG","HR","CY","CZ","DK","EE","FI","FR","DE","GR","HU","IE","IT","LV","LT","LU","MT","NL","PL","PT","RO","SK","SI","ES","SE","IS","LI","NO","CH"].indexOf(o.toUpperCase());e.config.setEU(o);var n,o=function(o){var n=document.createElement("link"),t=document.head||document.getElementsByTagName("head")[0];n.href=o,n.rel="dns-prefetch",t.appendChild(n)};e.flag.s&&(o("//web.archive.org/web/20211028065513/https://secure-us.imrworldwide.com/"),o("//web.archive.org/web/20211028065513/https://me-cdn.effectivemeasure.net/")),e.flag.a&&(o("//web.archive.org/web/20211028065513/https://www.googletagservices.com/"),o("//web.archive.org/web/20211028065513/https://bbc.gscontxt.net/"),(n=document.createElement("meta")).setAttribute("name","google-site-verification"),n.setAttribute("content","auTeTTwSt_KBY_4iDoR00Lwb7-qzx1IgzJy6ztaWgEI"),t.appendChild(n)),e.flag.a&&(e.config.isGrapeshotEnabled()&&!e.config.isWorldService()&&(n=window.location.href.split("?")[0],bbcdotcomScripts.push({src:"https://web.archive.org/web/20211028065513/https://bbc.gscontxt.net/?url="+encodeURIComponent(n)})),bbcdotcomScripts.push({src:"https://web.archive.org/web/20211028065513/https://securepubads.g.doubleclick.net/tag/js/gpt.js"}),e.config.isIASEnabled()&&(window.__iasPET=window.__iasPET||{},window.__iasPET.queue=window.__iasPET.queue||[],window.__iasPET.pubId="9708",bbcdotcomScripts.push({src:"https://web.archive.org/web/20211028065513/https://cdn.adsafeprotected.com/iasPET.1.js"}))),(e.flag.s||e.flag.a)&&(e.config.isPermutiveEnabled()&&!e.config.isWorldService()&&(function(t){if(!t){t=t||{},(window.permutive=t).q=[],t.config={consentRequired:!0},t.config.projectId="e488cdb0-e7cb-4d91-9648-60d437d8e491",t.config.apiKey="1bb84885-9325-4fef-adda-a208032b2715",t.config.environment=t.config.environment||"production";for(var o=["addon","identify","track","trigger","query","segment","segments","ready","on","once","user","consent"],n=0;n<o.length;n++){var c=o[n];t[c]=function(n){return function(){var o=Array.prototype.slice.call(arguments,0);t.q.push({functionName:n,arguments:o})}}(c)}}}((document,window.permutive)),bbcdotcomScripts.push({src:"https://web.archive.org/web/20211028065513/https://cdn.permutive.com/e488cdb0-e7cb-4d91-9648-60d437d8e491-web.js"})),bbcdotcomScripts.forEach(function(o){var n=document.createElement("script");n.async=!1,o.id&&(n.id=o.id),n.src=o.src,t.appendChild(n)}),window.bbcdotcom.config.isCmpEnabled()?(window.googlefc=window.googlefc||{},window.googlefc.callbackQueue=window.googlefc.callbackQueue||[],new Promise(function(t){window.googlefc.callbackQueue.push({CONSENT_DATA_READY:function(){window.__tcfapi("getTCData",2,function(o,n){n&&o.gdprApplies&&(window.bbcdotcom.consent={},window.bbcdotcom.gdprApplies=!0,window.bbcdotcom.consent.comscore=o.vendor.consents[77],window.bbcdotcom.consent.permutive=o.vendor.consents[360]&&o.vendor.consents[361],window.bbcdotcom.consent.googleads=o.vendor.consents[755],window.bbcdotcom.consent.nielsen=o.vendor.consents[373]&&o.vendor.consents[812],t(!0)),t(!0)},[77,164,360,361,373,755,812])}})}).then(function(){for(window.bbcdotcom.consentChecked=!0,window.bbcdotcom.asyncDisableAndCloseOpenAds&&window.bbcdotcom.asyncCmd.unshift(function(){window.bbcdotcom.disableAndCloseOpenAds()});window.bbcdotcom.asyncCmd&&0<window.bbcdotcom.asyncCmd.length;)window.bbcdotcom.asyncCmd.shift()()}),function(){const o=document.createElement("script");o.type="text/javascript",o.async=!0,o.src="https://web.archive.org/web/20211028065513/https://gn-web-assets.api.bbc.com/ngas/vendor/fundingchoices/cmp.js",document.head.appendChild(o)}()):function(){for(;window.bbcdotcom.asyncCmd&&0<window.bbcdotcom.asyncCmd.length;)window.bbcdotcom.asyncCmd.shift()()}()),window.adsDebug&&adsDebug&&console.log("bbcdotcom up and running...")})},t.appendChild(o)},n.onerror=function(){var o;(o=window.bbcdotcom||{}).config.isAdsEnabled=function(){return!1},o.config.isActive=function(){return!1},o.config.isAnalyticsEnabled=function(){return!1},o.getFeature=function(){return{isEnabled:function(){return!1}}},o.resolvePromises()},n.send()):((o=window.bbcdotcom||{}).config.isAdsEnabled=function(){return!1},o.config.isActive=function(){return!1},o.config.isAnalyticsEnabled=function(){return!1},o.getFeature=function(){return{isEnabled:function(){return!1}}},o.resolvePromises())},e.onerror=function(){var o;(o=window.bbcdotcom||{}).config.isAdsEnabled=function(){return!1},o.config.isActive=function(){return!1},o.config.isAnalyticsEnabled=function(){return!1},o.getFeature=function(){return{isEnabled:function(){return!1}}},o.resolvePromises()},e.send()})});</script> <!--[if (gt IE 8) | (IEMobile)]><!--> <link href="https://web.archive.org/web/20211028065513cs_/https://gn-web-assets.api.bbc.com/wwhp/20210923-1449-37491ec2b6e5b4c43bda3673e521e8164a789b87/responsive/css/wwhp.min.css" rel="stylesheet"/> <!--<![endif]--> <!--[if (lt IE 9) & (!IEMobile)]> <link href="https://gn-web-assets.api.bbc.com/wwhp/20210923-1449-37491ec2b6e5b4c43bda3673e521e8164a789b87/responsive/css/old-ie.min.css" rel="stylesheet" /> <![endif]--> <script src="https://web.archive.org/web/20211028065513js_/https://gn-web-assets.api.bbc.com/wwhp/20210923-1449-37491ec2b6e5b4c43bda3673e521e8164a789b87/modules/vendor/bower/modernizr/modernizr.js"></script> <script> (function () { require.config({ baseUrl: 'https://web.archive.org/web/20211028065513/https://gn-web-assets.api.bbc.com/wwhp/20210923-1449-37491ec2b6e5b4c43bda3673e521e8164a789b87/modules', paths: { 'bump-3': 'https://web.archive.org/web/20211028065513/https://emp.bbci.co.uk/emp/bump-3/bump-3', 'domReady': 'vendor/require/domReady', 'jquery-1.9': 'vendor/jquery/jquery' }, map: { '*': { jquery: 'jquery-1.9' } }, shim: { 'vendor/bower/underscore/underscore': { exports: '_' }, 'vendor/bower/js-breakpoints/breakpoints': { exports: 'Breakpoints' }, 'vendor/bower/cookie-monster/cookie-monster': { exports: 'monster' } } }); // FIXME: Should be in ads.js, however some devices return ads before ads is able to register to event. if (window.bbcdotcom && bbcdotcom.pubsub) { var stickyOptions = { "leaderboard": { "offset": { "from": ['.module--leaderboard'], "to": ['.module--promo', 'bottom'] }, "applyTo": "parent", "heightLimit": 150, //don't add sticky if ad is taller than this number "offsetType": "include", "parallax": false }, "mpu": { "offset": { "from": ['.content--block--modules section:first-child .module__content'], "to": ['.content--block--modules section:last-child', 'bottom'] }, "offsetType": "include", }, /* "mpu_bottom": { "offset": { "from": ['.module--editors-picks .runway--wrapper'], "to": ['.module--editors-picks .runway--wrapper', 'bottom'] }, "offsetType": "include" } */ }; bbcdotcom.pubsub.on('ad:done', function(id) { if(stickyOptions[id]) { bbcdotcom.stickyAdvert().add(id, document.getElementById('bbccom_'+id), stickyOptions[id]); } }); } if (window.bbcdotcom) { bbcdotcom.init({ adsToDisplay: ["parallax","leaderboard","native","mpu","platinum","infeed","module_feature-1","module_feature-2","mpu_bottom"] }); require(["domReady","compiled"], function (domReady) { domReady(function () { require(['app'], function (app) { app.init(window, { staticPrefix: 'https://web.archive.org/web/20211028065513/https://gn-web-assets.api.bbc.com/wwhp/20210923-1449-37491ec2b6e5b4c43bda3673e521e8164a789b87/', continuousPlayEnabled: true, counterName: 'home.page', producer: 'GNL_HOMEPAGE', destination: 'HOMEPAGE_GNL' }); }); }); }); } }()); </script> <script type="text/javascript"> var _sf_startpt = (new Date()).getTime(); var wwhpEdition = 'us'; var _sf_async_config = _sf_async_config || {}; _sf_async_config.uid = 50924; _sf_async_config.domain = "bbc.co.uk"; _sf_async_config.title = "Homepage"+(wwhpEdition !== '' ? ' - '+wwhpEdition : ''); _sf_async_config.sections = "Homepage"+(wwhpEdition !== '' ? ', Homepage - '+wwhpEdition : ''); _sf_async_config.region = wwhpEdition; _sf_async_config.path = "/"+(wwhpEdition !== '' ? '?'+wwhpEdition : ''); </script> <script type="text/javascript"> (function(){ /* set correct OptimizelyURL for prod or sandbox */ var optimizelyURL = "https://web.archive.org/web/20211028065513/https://cdn.optimizely.com/public/4621041136/s/bbccom_sandbox.js"; if(window.location.hostname === 'www.bbc.com') { optimizelyURL = "https://web.archive.org/web/20211028065513/https://cdn.optimizely.com/public/4621041136/s/bbccom_prod.js"; } /* Set cookie to 1 year */ window['optimizely'] = window['optimizely'] || []; window['optimizely'].push({ "type": "cookieExpiration", "cookieExpirationDays": 365 }); var script = document.createElement('script'); script.async = false; script.src = optimizelyURL; document.head.appendChild(script); })(); </script> <!-- WWVERTICAL-8597 bbc select only visible in US, use edition by default if bbcuser data not available --> <style> body.wwhp-edition-us .orb-nav-bbcselect { display: block; } </style> </head> <body class="wwhp-edition-us"> <div id="cookiePrompt"></div> <noscript><p style="position: absolute; top: -999em"><img src="https://web.archive.org/web/20211028065513im_/https://a1.api.bbc.co.uk/hit.xiti?&col=1&from=p&ptag=js&s=598253&p=home.page&x2=[responsive]&x3=[bbc_website]&x4=[en]&x7=[Index-home]&x8=[reverb-3.3.0-nojs]&x11=[HOMEPAGE_GNL]&x12=[GNL_HOMEPAGE]" height="1" width="1" alt=""></p></noscript><div id="bbccom_interstitial_ad" class="bbccom_display_none"></div><div id="bbccom_interstitial" class="bbccom_display_none"></div><div id="bbccom_wallpaper_ad" class="bbccom_display_none"></div><div id="bbccom_wallpaper" class="bbccom_display_none"></div> <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 new-logo"><a href="https://web.archive.org/web/20211028065513/https://www.bbc.co.uk/">Homepage</a></div><section><div class="orb-skip-links"><h2>Accessibility links</h2><ul><li><a href="#orb-modules">Skip to content</a></li><li><a id="orb-accessibility-help" href="https://web.archive.org/web/20211028065513/https://www.bbc.co.uk/accessibility/">Accessibility Help</a></li></ul></div></section><div id="mybbc-wrapper" class="orb-nav-section orb-nav-id orb-nav-focus orb-nav-id-default"> <div id="idcta-statusbar" class="orb-nav-section orb-nav-focus" data-bbc-container="id-cta" data-bbc-event-type="click" data-bbc-ignore-views="1" data-bbc-metadata="{"id-cta-type": "statusbar-orb"}" data-bbc-source="responsive_web" data-bbc-title="id-cta-sign-in"><a id="idcta-link" href="https://web.archive.org/web/20211028065513/https://account.bbc.com/account"><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><!-- Because we are now loading the notification bell CSS asynchronously, we need this inline style hack to ensure that the notification div is hidden by default, and shown only if and when the bell code is loaded from notification-ui --><a id="notification-link" class="js-notification-link animated three" href="#" style="display: none"><span class="hidden-span">Notifications</span><div class="notification-link--triangle"></div><div class="notification-link--triangle"></div><span id="not-num"></span></a> </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-home"><a href="https://web.archive.org/web/20211028065513/https://www.bbc.co.uk/">Home</a></li><li class="orb-nav-news"><a href="https://web.archive.org/web/20211028065513/https://www.bbc.co.uk/news">News</a></li><li class="orb-nav-sport"><a href="https://web.archive.org/web/20211028065513/https://www.bbc.co.uk/sport">Sport</a></li><li class="orb-nav-weather"><a href="https://web.archive.org/web/20211028065513/https://www.bbc.co.uk/weather">Weather</a></li><li class="orb-nav-iplayer"><a href="https://web.archive.org/web/20211028065513/https://www.bbc.co.uk/iplayer">iPlayer</a></li><li class="orb-nav-sounds"><a href="https://web.archive.org/web/20211028065513/https://www.bbc.co.uk/sounds">Sounds</a></li><li class="orb-nav-cbbc"><a href="https://web.archive.org/web/20211028065513/https://www.bbc.co.uk/cbbc">CBBC</a></li><li class="orb-nav-cbeebies"><a href="https://web.archive.org/web/20211028065513/https://www.bbc.co.uk/cbeebies">CBeebies</a></li><li class="orb-nav-food"><a href="https://web.archive.org/web/20211028065513/https://www.bbc.co.uk/food">Food</a></li><li class="orb-nav-bitesize"><a href="https://web.archive.org/web/20211028065513/https://www.bbc.co.uk/bitesize">Bitesize</a></li><li class="orb-nav-arts"><a href="https://web.archive.org/web/20211028065513/https://www.bbc.co.uk/arts">Arts</a></li><li class="orb-nav-taster"><a href="https://web.archive.org/web/20211028065513/https://www.bbc.co.uk/taster">Taster</a></li><li class="orb-nav-local"><a href="https://web.archive.org/web/20211028065513/https://www.bbc.co.uk/news/localnews">Local</a></li><li class="orb-nav-three"><a href="https://web.archive.org/web/20211028065513/https://www.bbc.co.uk/bbcthree">Three</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/20211028065513/https://search.bbc.co.uk/search" title="Search the BBC">Search</a><form class="b-f" id="orb-search-form" role="search" method="get" action="https://web.archive.org/web/20211028065513/https://search.bbc.co.uk/search" accept-charset="utf-8"><div><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/20211028065513/https://search.bbc.co.uk/search" accept-charset="utf-8"><div> <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"> <!--[if lt IE 9]> <div class="browser-notify"> <p class="browser-notify__message">This site is optimised for modern web browsers, and does not fully support your version of Internet Explorer.</p> </div> <![endif]--> <h1 id="page-title">BBC Homepage</h1> <div id="page" role="main" class="content" data-wwhp-module="images, media"> <section class="module module--leaderboard module--highlight"> <div class="advert advert--leaderboard"><!-- BBCDOTCOM slot leaderboard --><div id="bbccom_leaderboard_1_2_3_4" class="bbccom_slot" aria-hidden="true"><div class="bbccom_advert"><script type="text/javascript">/*<![CDATA[*/(function() {if (window.bbcdotcom && bbcdotcom.slotAsync) {bbcdotcom.slotAsync("leaderboard", [1,2,3,4]);}})();/*]]>*/</script></div></div></div> </section> <section class="module module--header" data-wwhp-module="header"> <h2 class="module__title"> </h2> </section> <section class="module module--promo"> <div class="module__content"> <ul class="media-list"> <li class="media-list__item media-list__item--1"> <div class="media media--hero media--primary media--overlay block-link" data-bbc-container="hero" data-bbc-title="Charges possible over fatal film-set shooting" data-bbc-source="US & Canada" data-bbc-metadata="{"CHD": "card::1" }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20211028065513oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/AAF4/production/_121246734_976_gettyimages-1349428401.jpg" data-alt="Santa Fe County Sheriff Adan Mendoza"><img src="https://web.archive.org/web/20211028065513im_/https://ichef.bbc.co.uk/wwhp/144/cpsprodpb/AAF4/production/_121246734_976_gettyimages-1349428401.jpg" alt="Santa Fe County Sheriff Adan Mendoza"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20211028065513/https://www.bbc.com/news/world-us-canada-59068976" rev="hero1|headline"> Charges possible over fatal film-set shooting </a> </h3> <p class="media__summary"> A US prosecutor says "all options are on the table" over the shooting involving actor Alec Baldwin. </p> <a class="media__tag tag tag--news" href="/web/20211028065513/https://www.bbc.com/news/world/us_and_canada" rev="hero1|source">US & Canada</a> </div> <a class="block-link__overlay-link" href="/web/20211028065513/https://www.bbc.com/news/world-us-canada-59068976" rev="hero1|overlay" tabindex="-1" aria-hidden="true"> Charges possible over fatal film-set shooting </a> </div> </li> <li class="media-list__item media-list__item--2"> <div class="media media--overlay block-link" data-bbc-container="hero" data-bbc-title="The odd couple blocking Biden's climate agenda" data-bbc-source="US & Canada" data-bbc-metadata="{"CHD": "card::2" }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20211028065513oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/16AAC/production/_121244829_compositec2waysinema.jpg" data-alt="Manchin and Sinema"><img src="https://web.archive.org/web/20211028065513im_/https://ichef.bbc.co.uk/wwhp/144/cpsprodpb/16AAC/production/_121244829_compositec2waysinema.jpg" alt="Manchin and Sinema"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20211028065513/https://www.bbc.com/news/world-us-canada-59060739" rev="hero2|headline"> The odd couple blocking Biden's climate agenda </a> </h3> <a class="media__tag tag tag--news" href="/web/20211028065513/https://www.bbc.com/news/world/us_and_canada" rev="hero2|source">US & Canada</a> </div> <a class="block-link__overlay-link" href="/web/20211028065513/https://www.bbc.com/news/world-us-canada-59060739" rev="hero2|overlay" tabindex="-1" aria-hidden="true"> The odd couple blocking Biden's climate agenda </a> </div> </li> <li class="media-list__item media-list__item--3"> <div class="media media--overlay block-link" data-bbc-container="hero" data-bbc-title="Chinese launch very concerning, says US general" data-bbc-source="US & Canada" data-bbc-metadata="{"CHD": "card::3" }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20211028065513oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/35C4/production/_121246731_976_gettyimages-1235555708.jpg" data-alt="General Mark Milley"><img src="https://web.archive.org/web/20211028065513im_/https://ichef.bbc.co.uk/wwhp/144/cpsprodpb/35C4/production/_121246731_976_gettyimages-1235555708.jpg" alt="General Mark Milley"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20211028065513/https://www.bbc.com/news/world-us-canada-59072616" rev="hero3|headline"> Chinese launch very concerning, says US general </a> </h3> <a class="media__tag tag tag--news" href="/web/20211028065513/https://www.bbc.com/news/world/us_and_canada" rev="hero3|source">US & Canada</a> </div> <a class="block-link__overlay-link" href="/web/20211028065513/https://www.bbc.com/news/world-us-canada-59072616" rev="hero3|overlay" tabindex="-1" aria-hidden="true"> Chinese launch very concerning, says US general </a> </div> </li> <li class="media-list__item media-list__item--4"> <div class="media media--overlay block-link" data-bbc-container="hero" data-bbc-title="Barcelona sack Koeman & Carabao Cup reaction" data-bbc-source="Football" data-bbc-metadata="{"CHD": "card::4" }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20211028065513oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/7890/production/_121246803_gettyimages-1349527319.jpg" data-alt="Ronald Koeman (right)"><img src="https://web.archive.org/web/20211028065513im_/https://ichef.bbc.co.uk/wwhp/144/cpsprodpb/7890/production/_121246803_gettyimages-1349527319.jpg" alt="Ronald Koeman (right)"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20211028065513/https://www.bbc.com/sport/live/football/59074046" rev="hero4|headline"> Barcelona sack Koeman & Carabao Cup reaction </a> </h3> <a class="media__tag tag tag--sport" href="/web/20211028065513/https://www.bbc.com/sport/football" rev="hero4|source">Football</a> </div> <a class="block-link__overlay-link" href="/web/20211028065513/https://www.bbc.com/sport/live/football/59074046" rev="hero4|overlay" tabindex="-1" aria-hidden="true"> Barcelona sack Koeman & Carabao Cup reaction </a> </div> </li> <li class="media-list__item media-list__item--5"> <div class="media media--overlay block-link" data-bbc-container="hero" data-bbc-title="The most shocking film ever made?" data-bbc-source="Culture" data-bbc-metadata="{"CHD": "card::5" }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20211028065513oe_/https://ichef.bbc.co.uk/wwhp/{width}/ibroadcast/images/live/p0/b0/cb/p0b0cb1v.jpg" data-alt="Tadanobu Asano in Ichi the Killer (Credit: Alamy)"><img src="https://web.archive.org/web/20211028065513im_/https://ichef.bbc.co.uk/wwhp/144/ibroadcast/images/live/p0/b0/cb/p0b0cb1v.jpg" alt="Tadanobu Asano in Ichi the Killer (Credit: Alamy)"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="https://web.archive.org/web/20211028065513/https://www.bbc.com/culture/article/20211026-how-ichi-the-killer-brought-ultra-violence-to-the-mainstream" rev="hero5|headline"> The most shocking film ever made? </a> </h3> <a class="media__tag tag tag--culture" href="https://web.archive.org/web/20211028065513/http://www.bbc.com/culture" rev="hero5|source">Culture</a> </div> <a class="block-link__overlay-link" href="https://web.archive.org/web/20211028065513/https://www.bbc.com/culture/article/20211026-how-ichi-the-killer-brought-ultra-violence-to-the-mainstream" rev="hero5|overlay" tabindex="-1" aria-hidden="true"> The most shocking film ever made? </a> </div> </li> </ul> </div> </section> <section class="module module--content-block"> <div class="module__content"> <div class="container module--compound"> <div class="module--column module--mpu"> <div class="runway--wrapper"> <div class="runway--mpu"> <div class="advert advert--mpu"><!-- BBCDOTCOM slot mpu --><div id="bbccom_mpu_1_2_3_4" class="bbccom_slot" aria-hidden="true"><div class="bbccom_advert"><script type="text/javascript">/*<![CDATA[*/(function() {if (window.bbcdotcom && bbcdotcom.slotAsync) {bbcdotcom.slotAsync("mpu", [1,2,3,4]);}})();/*]]>*/</script></div></div></div> </div> </div> </div> <div class="module--column"> <div class="content--block--modules"> <section class="module module--news module--collapse-images"> <h2 class="module__title"> <a class="module__title__link tag tag--news" href="/web/20211028065513/https://www.bbc.com/news" rev="news|header">News</a> </h2> <div class="module__content"> <ul class="media-list media-list--fixed-height"> <li class="media-list__item media-list__item--1"> <div class="media block-link" data-bbc-container="news" data-bbc-title="Neutrino result heralds new chapter in physics" data-bbc-source="Science & Environment" data-bbc-metadata="{"CHD": "card::1" }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20211028065513oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/10AEE/production/_121243386_machine.jpg" data-alt="Microboone"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Microboone"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20211028065513/https://www.bbc.com/news/science-environment-59051779" rev="news|headline"> Neutrino result heralds new chapter in physics </a> </h3> <p class="media__summary"> A new chapter in physics is here, says a team that hunted for a key building block of the Universe. </p> <a class="media__tag tag tag--news" href="/web/20211028065513/https://www.bbc.com/news/science_and_environment" rev="news|source">Science & Environment</a> </div> <a class="block-link__overlay-link" href="/web/20211028065513/https://www.bbc.com/news/science-environment-59051779" rev="news|overlay" tabindex="-1" aria-hidden="true"> Neutrino result heralds new chapter in physics </a> </div> </li> <li class="media-list__item media-list__item--2"> <div class="media block-link" data-bbc-container="news" data-bbc-title="China rations diesel amid fuel shortages" data-bbc-source="Business" data-bbc-metadata="{"CHD": "card::2" }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20211028065513oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/18DC/production/_121246360_whatsappimage2021-10-28at11.03.56am.jpg" data-alt="Woman fills up tank"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Woman fills up tank"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20211028065513/https://www.bbc.com/news/business-59059093" rev="news|headline"> China rations diesel amid fuel shortages </a> </h3> <p class="media__summary"> It is likely to contribute to the global supply chain crisis and inflation, analysts told the BBC. </p> <a class="media__tag tag tag--news" href="/web/20211028065513/https://www.bbc.com/news/business" rev="news|source">Business</a> </div> <a class="block-link__overlay-link" href="/web/20211028065513/https://www.bbc.com/news/business-59059093" rev="news|overlay" tabindex="-1" aria-hidden="true"> China rations diesel amid fuel shortages </a> </div> </li> <li class="media-list__item media-list__item--3"> <div class="media block-link" data-bbc-container="news" data-bbc-title="DeVos 'misled' before $100m health firm investment" data-bbc-source="Business" data-bbc-metadata="{"CHD": "card::3" }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20211028065513oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/0F68/production/_121244930_gettyimages-1255048781.jpg" data-alt="Betsy DeVos, Mike Pence"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Betsy DeVos, Mike Pence"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20211028065513/https://www.bbc.com/news/business-59071205" rev="news|headline"> DeVos 'misled' before $100m health firm investment </a> </h3> <p class="media__summary"> The former US education secretary was convinced Theranos's blood tests were a "game changer". </p> <a class="media__tag tag tag--news" href="/web/20211028065513/https://www.bbc.com/news/business" rev="news|source">Business</a> </div> <a class="block-link__overlay-link" href="/web/20211028065513/https://www.bbc.com/news/business-59071205" rev="news|overlay" tabindex="-1" aria-hidden="true"> DeVos 'misled' before $100m health firm investment </a> </div> </li> </ul> </div> </section> <section class="module module--sport module--collapse-images"> <h2 class="module__title"> <a class="module__title__link tag tag--sport" href="/web/20211028065513/https://www.bbc.com/sport" rev="sport|header">Sport</a> </h2> <div class="module__content"> <ul class="media-list media-list--fixed-height"> <li class="media-list__item media-list__item--1"> <div class="media block-link" data-bbc-container="sport" data-bbc-title="Koeman sacked as Barcelona head coach" data-bbc-source="European Football" data-bbc-metadata="{"CHD": "card::1" }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20211028065513oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/11F52/production/_121245537_gettyimages-1335500511.jpg" data-alt="ronald koeman"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="ronald koeman"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20211028065513/https://www.bbc.com/sport/football/58633405" rev="sport|headline"> Koeman sacked as Barcelona head coach </a> </h3> <p class="media__summary"> Ronald Koeman is sacked as head coach of Barcelona after 14 months in charge at the Nou Camp following a defeat by Rayo Vallecano. </p> <a class="media__tag tag tag--sport" href="/web/20211028065513/https://www.bbc.com/sport/football/european" rev="sport|source">European Football</a> </div> <a class="block-link__overlay-link" href="/web/20211028065513/https://www.bbc.com/sport/football/58633405" rev="sport|overlay" tabindex="-1" aria-hidden="true"> Koeman sacked as Barcelona head coach </a> </div> </li> <li class="media-list__item media-list__item--2"> <div class="media block-link" data-bbc-container="sport" data-bbc-title="Bayern suffer biggest loss since 1978" data-bbc-source="European Football" data-bbc-metadata="{"CHD": "card::2" }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20211028065513oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/5E5A/production/_121245142_dfb.jpg" data-alt="Scoreboard"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Scoreboard"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20211028065513/https://www.bbc.com/sport/football/59070223" rev="sport|headline"> Bayern suffer biggest loss since 1978 </a> </h3> <p class="media__summary"> Bayern Munich suffer their biggest defeat since 1978 as they are thrashed at Borussia Monchengladbach in the German Cup. </p> <a class="media__tag tag tag--sport" href="/web/20211028065513/https://www.bbc.com/sport/football/european" rev="sport|source">European Football</a> </div> <a class="block-link__overlay-link" href="/web/20211028065513/https://www.bbc.com/sport/football/59070223" rev="sport|overlay" tabindex="-1" aria-hidden="true"> Bayern suffer biggest loss since 1978 </a> </div> </li> <li class="media-list__item media-list__item--3"> <div class="media block-link" data-bbc-container="sport" data-bbc-title="Is Ronaldo helping or hindering Man Utd?" data-bbc-source="Football" data-bbc-metadata="{"CHD": "card::3" }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20211028065513oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/CB9C/production/_121242125_ronaldo.png" data-alt="Cristiano Ronaldo"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Cristiano Ronaldo"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20211028065513/https://www.bbc.com/sport/football/59055179" rev="sport|headline"> Is Ronaldo helping or hindering Man Utd? </a> </h3> <p class="media__summary"> Cristiano Ronaldo has scored important goals already for Manchester United but they are not playing well. Is he helping or hindering them? </p> <a class="media__tag tag tag--sport" href="/web/20211028065513/https://www.bbc.com/sport/football" rev="sport|source">Football</a> </div> <a class="block-link__overlay-link" href="/web/20211028065513/https://www.bbc.com/sport/football/59055179" rev="sport|overlay" tabindex="-1" aria-hidden="true"> Is Ronaldo helping or hindering Man Utd? </a> </div> </li> </ul> </div> </section> <!-- Error: (FeaturesAndEvents) Module does not have enough items (1/3) --> <section class="module module--weather" data-wwhp-module="weather"> <div class="weather--content"> <div class="weather"> <div class="weather--head"> <div class="weather--location"> <h2>London Weather</h2> <a class="weather--edit" role="link" href="#">Edit</a> </div> <form class="weather--form" action="/web/20211028065513/https://www.bbc.com/wwhp"> <div class="weather--form--search"> <input class="weather--form--input" placeholder="Enter city, town or region" name="location_term" autocomplete="off"> <button class="weather--form--submit" type="submit" value=""> <span class="icon icon--search"></span> </button> </div> </form> <p class="weather--error"></p> <ul class="weather--results"></ul> </div> <div class="weather--forecasts"> <ul class="weather--forecast--list"> <li class="forecast--1 forecast"> <a class="forecast--link" href="/web/20211028065513/https://www.bbc.com/weather/2643743?day=0" rev="weather|link"> <img class="forecast--image" src="https://web.archive.org/web/20211028065513im_/https://static.bbci.co.uk/weather/0.5.284/images/icons/individual_56_icons/en_on_light_bg/3.gif" alt="Sunny Intervals"> <h3 class="forecast--day">Thu</h3> <p class="forecast--high">17°C</p> <p class="forecast--low">13°C</p> </a> </li> <li class="forecast--2 forecast"> <a class="forecast--link" href="/web/20211028065513/https://www.bbc.com/weather/2643743?day=1" rev="weather|link"> <img class="forecast--image" src="https://web.archive.org/web/20211028065513im_/https://static.bbci.co.uk/weather/0.5.284/images/icons/individual_56_icons/en_on_light_bg/10.gif" alt="Light Rain Showers"> <h3 class="forecast--day">Fri</h3> <p class="forecast--high">15°C</p> <p class="forecast--low">10°C</p> </a> </li> <li class="forecast--3 forecast"> <a class="forecast--link" href="/web/20211028065513/https://www.bbc.com/weather/2643743?day=2" rev="weather|link"> <img class="forecast--image" src="https://web.archive.org/web/20211028065513im_/https://static.bbci.co.uk/weather/0.5.284/images/icons/individual_56_icons/en_on_light_bg/10.gif" alt="Light Rain Showers"> <h3 class="forecast--day">Sat</h3> <p class="forecast--high">14°C</p> <p class="forecast--low">10°C</p> </a> </li> <li class="forecast--4 forecast"> <a class="forecast--link" href="/web/20211028065513/https://www.bbc.com/weather/2643743?day=3" rev="weather|link"> <img class="forecast--image" src="https://web.archive.org/web/20211028065513im_/https://static.bbci.co.uk/weather/0.5.284/images/icons/individual_56_icons/en_on_light_bg/15.gif" alt="Heavy Rain"> <h3 class="forecast--day">Sun</h3> <p class="forecast--high">14°C</p> <p class="forecast--low">9°C</p> </a> </li> </ul> </div> </div> </div> </section> </div> </div> </div> </div> </section> <section class="module module--reel"> <div class="module__content"> <div> <a href="/web/20211028065513/https://www.bbc.com/reel" class="reel--link"> <div> <div class="reel--logos-container"> <div class="reel--reellogo-container"> <svg viewbox="0 0 52.7 15.8" class="reel--reellogo"> <path d="M2.8,9.7v6H0V0h5.4c2,0,3.6,0.4,4.7,1.3c1.1,0.8,1.6,2,1.6,3.6c0,1-0.3,1.9-0.8,2.7c-0.5,0.7-1.3,1.3-2.3,1.7 c0.7,1.1,1.4,2.1,2.1,3.2c0.7,1.1,1.3,2.2,2,3.3H9.5c-0.6-1-1.2-2-1.8-3c-0.6-1-1.2-2-1.8-3c-0.2,0-0.4,0-0.6,0H2.8z M2.8,2.2v5.3 h2.5c1.2,0,2.1-0.2,2.8-0.6c0.6-0.4,0.9-1.1,0.9-2c0-0.9-0.3-1.6-0.9-2C7.4,2.4,6.5,2.2,5.3,2.2H2.8z"/> <path d="M14.9,0h10.6v2.4h-7.7v4.1h6.9v2.4h-6.9v4.6h8.2v2.4h-11V0z"/> <path d="M28.5,0H39v2.4h-7.7v4.1h6.9v2.4h-6.9v4.6h8.2v2.4h-11V0z"/> <path d="M42.1,0h2.8v13.4h7.8v2.4H42.1V0z"/> </svg> </div> </div> <div class="reel--button-container"> <div class="reel--button"> <div class="reel--button-title">Visit Reel</div> <div class="reel--button-icon"> <svg width="24" height="24" viewbox="0 0 24 24" fill="none" stroke="#BBB" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <line x1="4" y1="12" x2="20" y2="12"/> <polyline points="14 6 20 12 14 18"/> </svg> </div> </div> </div> </div> </a> </div> <p>The most amazing videos from the BBC</p> <ul class="media-list media-list--fixed-height"> <li class="media-list__item media-list__item--1"> <div class="media block-link" data-bbc-container="reel" data-bbc-title="The truth of what horror movies do to our brains" data-bbc-source="reel" data-bbc-metadata="{"CHD": "card::1" }"> <a class="reel__link" href="/web/20211028065513/https://www.bbc.com/reel/video/p0b0kms2/what-lies-beneath-our-attraction-to-fear-"> <div class="media__image"> <div class="responsive-image"> <div class="delayed-image-load-reel" data-src="https://web.archive.org/web/20211028065513oe_/https://ychef.files.bbci.co.uk/{width}/p0b0ngnv.jpg" data-alt="The truth of what horror movies do to our brains"> <img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="The truth of what horror movies do to our brains"/> </div> </div> </div> <div class="media__content"> <h3>The truth of what horror movies do to our brains</h3> </div> </a> </div> </li> <li class="media-list__item media-list__item--2"> <div class="media block-link" data-bbc-container="reel" data-bbc-title="India's ancient martial art feared by the British Raj" data-bbc-source="reel" data-bbc-metadata="{"CHD": "card::2" }"> <a class="reel__link" href="/web/20211028065513/https://www.bbc.com/reel/video/p0b08yf2/sanatan-shastar-vidya-the-ancient-indian-battlefield-art"> <div class="media__image"> <div class="responsive-image"> <div class="delayed-image-load-reel" data-src="https://web.archive.org/web/20211028065513oe_/https://ychef.files.bbci.co.uk/{width}/p0b0k02y.jpg" data-alt="India's ancient martial art feared by the British Raj"> <img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="India's ancient martial art feared by the British Raj"/> </div> </div> </div> <div class="media__content"> <h3>India's ancient martial art feared by the British Raj</h3> </div> </a> </div> </li> <li class="media-list__item media-list__item--3"> <div class="media block-link" data-bbc-container="reel" data-bbc-title="Hundreds strip naked by the Dead Sea" data-bbc-source="reel" data-bbc-metadata="{"CHD": "card::3" }"> <a class="reel__link" href="/web/20211028065513/https://www.bbc.com/reel/video/p09yyx0c/israel-hundreds-strip-naked-by-the-dead-sea"> <div class="media__image"> <div class="responsive-image"> <div class="delayed-image-load-reel" data-src="https://web.archive.org/web/20211028065513oe_/https://ychef.files.bbci.co.uk/{width}/p09yz5zy.jpg" data-alt="Hundreds strip naked by the Dead Sea"> <img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Hundreds strip naked by the Dead Sea"/> </div> </div> </div> <div class="media__content"> <h3>Hundreds strip naked by the Dead Sea</h3> </div> </a> </div> </li> </ul> </div> <div class="reel--background"> <div class="delayed-image-load-reel " data-src="https://web.archive.org/web/20211028065513oe_/https://ychef.files.bbci.co.uk/{width}/p08h02kk.jpg"></div> </div> </section> <div class="advert advert--platinum"><!-- BBCDOTCOM slot platinum --><div id="bbccom_platinum_1_2_3_4" class="bbccom_slot" aria-hidden="true"><div class="bbccom_advert"><script type="text/javascript">/*<![CDATA[*/(function() {if (window.bbcdotcom && bbcdotcom.slotAsync) {bbcdotcom.slotAsync("platinum", [1,2,3,4]);}})();/*]]>*/</script></div></div></div> <!-- Error: (null) Module not found or invalid --> <section class="module module--collapse-images module--collapse-images module--highlight module--editors-picks"> <h2 class="module__title"> <span class="module__title__link tag tag--feature">Editor’s Picks</span> </h2> <div class="module__content"> <div class="container"> <div class="editors-picks "> <ul class="media-list media-list--fixed-height layout--featured"> <li class="media-list__item media-list__item--1"> <div class="media media--padded media--primary block-link" data-bbc-container="editors-picks" data-bbc-title="A new look at the eighth World Wonder" data-bbc-source="Travel" data-bbc-metadata="{"CHD": "card::1" }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20211028065513oe_/https://ychef.files.bbci.co.uk/width/790/p09wg23h.jpg" data-alt="New Zealand's Pink and White Terraces lured travellers from across the globe"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="New Zealand's Pink and White Terraces lured travellers from across the globe"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="https://web.archive.org/web/20211028065513/https://www.bbc.com/travel/article/20211024-the-birthplace-of-new-zealand-tourism" rev="editors-picks|headline"> A new look at the eighth World Wonder </a> </h3> <p class="media__summary"> New Zealand's Pink and White Terraces lured travellers from across the globe </p> <a class="media__tag tag tag--travel" href="https://web.archive.org/web/20211028065513/https://www.bbc.com/travel" rev="editors-picks|source">Travel</a> </div> <a class="block-link__overlay-link" href="https://web.archive.org/web/20211028065513/https://www.bbc.com/travel/article/20211024-the-birthplace-of-new-zealand-tourism" rev="editors-picks|overlay" tabindex="-1" aria-hidden="true"> A new look at the eighth World Wonder </a> </div> </li> <li class="media-list__item media-list__item--2"> <div class="media media--padded block-link" data-bbc-container="editors-picks" data-bbc-title="The powerful mystery of Princess Diana" data-bbc-source="Culture" data-bbc-metadata="{"CHD": "card::2" }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20211028065513oe_/https://ychef.files.bbci.co.uk/width/790/p0b0mqml.jpg" data-alt="From Spencer to The Crown, why film and TV can't get enough of the Royal icon"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="From Spencer to The Crown, why film and TV can't get enough of the Royal icon"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="https://web.archive.org/web/20211028065513/https://www.bbc.com/culture/article/20211027-spencer-and-the-ever-transfixing-mystery-of-princess-diana" rev="editors-picks|headline"> The powerful mystery of Princess Diana </a> </h3> <p class="media__summary"> From Spencer to The Crown, why film and TV can't get enough of the Royal icon </p> <a class="media__tag tag tag--culture" href="https://web.archive.org/web/20211028065513/http://www.bbc.com/culture" rev="editors-picks|source">Culture</a> </div> <a class="block-link__overlay-link" href="https://web.archive.org/web/20211028065513/https://www.bbc.com/culture/article/20211027-spencer-and-the-ever-transfixing-mystery-of-princess-diana" rev="editors-picks|overlay" tabindex="-1" aria-hidden="true"> The powerful mystery of Princess Diana </a> </div> </li> <li class="media-list__item media-list__item--3"> <div class="media media--padded block-link" data-bbc-container="editors-picks" data-bbc-title="The lifestyle that emits most CO2" data-bbc-source="Future" data-bbc-metadata="{"CHD": "card::3" }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20211028065513oe_/https://ychef.files.bbci.co.uk/width/790/p0b0krqv.jpg" data-alt="A small section of society has an outsized impact on the climate"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="A small section of society has an outsized impact on the climate"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="https://web.archive.org/web/20211028065513/https://www.bbc.com/future/article/20211025-climate-how-to-make-the-rich-pay-for-their-carbon-emissions" rev="editors-picks|headline"> The lifestyle that emits most CO2 </a> </h3> <p class="media__summary"> A small section of society has an outsized impact on the climate </p> <a class="media__tag tag tag--future" href="https://web.archive.org/web/20211028065513/http://www.bbc.com/future" rev="editors-picks|source">Future</a> </div> <a class="block-link__overlay-link" href="https://web.archive.org/web/20211028065513/https://www.bbc.com/future/article/20211025-climate-how-to-make-the-rich-pay-for-their-carbon-emissions" rev="editors-picks|overlay" tabindex="-1" aria-hidden="true"> The lifestyle that emits most CO2 </a> </div> </li> <li class="media-list__item media-list__item--4"> <div class="media media--padded block-link" data-bbc-container="editors-picks" data-bbc-title="The working-class employees left behind" data-bbc-source="Worklife" data-bbc-metadata="{"CHD": "card::4" }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20211028065513oe_/https://ychef.files.bbci.co.uk/width/790/p0b062cy.jpg" data-alt="Not measuring a company's 'class gap' spells trouble for everyone"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Not measuring a company's 'class gap' spells trouble for everyone"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="https://web.archive.org/web/20211028065513/https://www.bbc.com/worklife/article/20211025-the-employee-class-gap-leaving-workers-behind" rev="editors-picks|headline"> The working-class employees left behind </a> </h3> <p class="media__summary"> Not measuring a company's 'class gap' spells trouble for everyone </p> <a class="media__tag tag tag--worklife" href="https://web.archive.org/web/20211028065513/http://www.bbc.com/worklife" rev="editors-picks|source">Worklife</a> </div> <a class="block-link__overlay-link" href="https://web.archive.org/web/20211028065513/https://www.bbc.com/worklife/article/20211025-the-employee-class-gap-leaving-workers-behind" rev="editors-picks|overlay" tabindex="-1" aria-hidden="true"> The working-class employees left behind </a> </div> </li> <li class="media-list__item media-list__item--5"> <div class="media media--padded block-link" data-bbc-container="editors-picks" data-bbc-title="First glimpse of Buzz Lightyear spin-off film" data-bbc-source="Entertainment & Arts" data-bbc-metadata="{"CHD": "card::5" }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20211028065513oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/14716/production/_121243738_buzz.jpg" data-alt="Buzz Lightyear"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Buzz Lightyear"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="https://web.archive.org/web/20211028065513/https://www.bbc.com/news/entertainment-arts-59035416" rev="editors-picks|headline"> First glimpse of Buzz Lightyear spin-off film </a> </h3> <p class="media__summary"> Chris Evans voices the "real" Buzz Lightyear in the first trailer for the Toy Story origin story </p> <a class="media__tag tag tag--entertainment---arts" href="/web/20211028065513/https://www.bbc.com/news/entertainment_and_arts" rev="editors-picks|source">Entertainment & Arts</a> </div> <a class="block-link__overlay-link" href="https://web.archive.org/web/20211028065513/https://www.bbc.com/news/entertainment-arts-59035416" rev="editors-picks|overlay" tabindex="-1" aria-hidden="true"> First glimpse of Buzz Lightyear spin-off film </a> </div> </li> <li class="media-list__item media-list__item--6"> <div class="media media--padded block-link" data-bbc-container="editors-picks" data-bbc-title="Who is the redhead living in the Tower of London?" data-bbc-source="UK" data-bbc-metadata="{"CHD": "card::6" }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20211028065513oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/AF52/production/_121228844_1meghirez.jpg" data-alt="Megan Clawson"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Megan Clawson"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="https://web.archive.org/web/20211028065513/https://www.bbc.com/news/uk-england-london-58979105" rev="editors-picks|headline"> Who is the redhead living in the Tower of London? </a> </h3> <p class="media__summary"> It's true a Beefeater's daughter lives within the ancient walls </p> <a class="media__tag tag tag--uk" href="/web/20211028065513/https://www.bbc.com/news/england/london" rev="editors-picks|source">UK</a> </div> <a class="block-link__overlay-link" href="https://web.archive.org/web/20211028065513/https://www.bbc.com/news/uk-england-london-58979105" rev="editors-picks|overlay" tabindex="-1" aria-hidden="true"> Who is the redhead living in the Tower of London? </a> </div> </li> <li class="media-list__item media-list__item--7"> <div class="media media--padded block-link" data-bbc-container="editors-picks" data-bbc-title="The singer who chose his faith over Adele tour" data-bbc-source="Entertainment & Arts" data-bbc-metadata="{"CHD": "card::7" }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20211028065513oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/CC3F/production/_121178225_alexxuniversal17-6-21_29003-1photocreditshaifranco-1.jpg" data-alt="Alex Clare"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Alex Clare"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="https://web.archive.org/web/20211028065513/https://www.bbc.com/news/entertainment-arts-59007454" rev="editors-picks|headline"> The singer who chose his faith over Adele tour </a> </h3> <p class="media__summary"> Alex Clare on record label ultimatums and a hopeful return to a kinder music industry </p> <a class="media__tag tag tag--entertainment---arts" href="/web/20211028065513/https://www.bbc.com/news/entertainment_and_arts" rev="editors-picks|source">Entertainment & Arts</a> </div> <a class="block-link__overlay-link" href="https://web.archive.org/web/20211028065513/https://www.bbc.com/news/entertainment-arts-59007454" rev="editors-picks|overlay" tabindex="-1" aria-hidden="true"> The singer who chose his faith over Adele tour </a> </div> </li> </ul> </div> <div class="most-popular"> <div class="top-list"> <h2 class="top-list__heading">Latest Business News</h2> <ul class="top-list__list"> <li class="top-list-item top-list-item__1 top-list-item--ranked top-list-item--odd" data-bbc-container="most-popular" data-bbc-title="Saudi chemical giant to invest in Teesside plant" data-bbc-source="Latest Business News" data-bbc-metadata="{"CHD": "card::1" }"> <a class="top-list-item__link" href="/web/20211028065513/https://www.bbc.com/news/business-59070025" rev="most-popular|link"> <span class="top-list-item__bullet">1</span> <h3 class="top-list-item__headline">Saudi chemical giant to invest in Teesside plant</h3> </a> </li> <li class="top-list-item top-list-item__2 top-list-item--ranked top-list-item--even" data-bbc-container="most-popular" data-bbc-title="Twitter profits slump after settling $809m lawsuit" data-bbc-source="Latest Business News" data-bbc-metadata="{"CHD": "card::2" }"> <a class="top-list-item__link" href="/web/20211028065513/https://www.bbc.com/news/business-59059089" rev="most-popular|link"> <span class="top-list-item__bullet">2</span> <h3 class="top-list-item__headline">Twitter profits slump after settling $809m lawsuit</h3> </a> </li> <li class="top-list-item top-list-item__3 top-list-item--ranked top-list-item--odd" data-bbc-container="most-popular" data-bbc-title="Impact of Brexit on economy 'worse than Covid'" data-bbc-source="Latest Business News" data-bbc-metadata="{"CHD": "card::3" }"> <a class="top-list-item__link" href="/web/20211028065513/https://www.bbc.com/news/business-59070020" rev="most-popular|link"> <span class="top-list-item__bullet">3</span> <h3 class="top-list-item__headline">Impact of Brexit on economy 'worse than Covid'</h3> </a> </li> <li class="top-list-item top-list-item__4 top-list-item--ranked top-list-item--even" data-bbc-container="most-popular" data-bbc-title="How the pandemic made us more adventurous drinkers" data-bbc-source="Latest Business News" data-bbc-metadata="{"CHD": "card::4" }"> <a class="top-list-item__link" href="https://web.archive.org/web/20211028065513/https://www.bbc.co.uk/news/business-58992784" rev="most-popular|link"> <span class="top-list-item__bullet">4</span> <h3 class="top-list-item__headline">How the pandemic made us more adventurous drinkers</h3> </a> </li> <li class="top-list-item top-list-item__5 top-list-item--ranked top-list-item--odd" data-bbc-container="most-popular" data-bbc-title="Universal credit and alcohol tax changes in Sunak's budget" data-bbc-source="Latest Business News" data-bbc-metadata="{"CHD": "card::5" }"> <a class="top-list-item__link" href="/web/20211028065513/https://www.bbc.com/news/live/uk-59035120" rev="most-popular|link"> <span class="top-list-item__bullet">5</span> <h3 class="top-list-item__headline">Universal credit and alcohol tax changes in Sunak's budget</h3> </a> </li> </ul> </div> </div> <div class="advert advert--native"><!-- BBCDOTCOM slot native --><div id="bbccom_native_1_2_3_4" class="bbccom_slot" aria-hidden="true"><div class="bbccom_advert"><script type="text/javascript">/*<![CDATA[*/(function() {if (window.bbcdotcom && bbcdotcom.slotAsync) {bbcdotcom.slotAsync("native", [1,2,3,4]);}})();/*]]>*/</script></div></div></div> </div> </div> </section> <section class="module module--reel module--planet"> <div class="module__content"> <div> <a href="/web/20211028065513/https://www.bbc.com/future/future-planet" class="reel--link"> <div> <div class="reel--logos-container"> <span class="planet--title">Future Planet</span> </div> <div class="reel--button-container planet--button-container"> <div class="reel--button planet--button"> <div class="reel--button-title planet--button-title"></div> <div class="reel--button-icon planet--button-icon"> <svg width="24" height="24" viewbox="0 0 24 24" fill="none" stroke="#BBB" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <line x1="4" y1="12" x2="20" y2="12"/> <polyline points="14 6 20 12 14 18"/> </svg> </div> </div> </div> </div> </a> </div> <p>Solutions for a sustainable world</p> <ul class="media-list media-list--fixed-height"> <li class="media-list__item media-list__item--1"> <div class="media block-link" data-bbc-container="future-planet" data-bbc-title="The ancient Persian way to keep cool" data-bbc-source="future" data-bbc-metadata="{"CHD": "card::1" }"> <a class="reel__link" href="/web/20211028065513/https://www.bbc.com/future/article/20210810-the-ancient-persian-way-to-keep-cool"> <div class="media__image"> <div class="responsive-image"> <div class="delayed-image-load-planet" data-src="https://web.archive.org/web/20211028065513oe_/https://ychef.files.bbci.co.uk/{width}/p09rtttz.jpg" data-alt="The ancient Persian way to keep cool"> <img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="The ancient Persian way to keep cool"/> </div> </div> </div> <div class="media__content"> <h3>The ancient Persian way to keep cool</h3> </div> </a> </div> </li> <li class="media-list__item media-list__item--2"> <div class="media block-link" data-bbc-container="future-planet" data-bbc-title="California's last-chance butterfly lab" data-bbc-source="future" data-bbc-metadata="{"CHD": "card::2" }"> <a class="reel__link" href="/web/20211028065513/https://www.bbc.com/future/article/20211013-the-race-to-save-californias-endangered-butterflies"> <div class="media__image"> <div class="responsive-image"> <div class="delayed-image-load-planet" data-src="https://web.archive.org/web/20211028065513oe_/https://ychef.files.bbci.co.uk/{width}/p09yjvrd.jpg" data-alt="California's last-chance butterfly lab"> <img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="California's last-chance butterfly lab"/> </div> </div> </div> <div class="media__content"> <h3>California's last-chance butterfly lab</h3> </div> </a> </div> </li> <li class="media-list__item media-list__item--3"> <div class="media block-link" data-bbc-container="future-planet" data-bbc-title="The unexpected benefits of tiger sharks" data-bbc-source="future" data-bbc-metadata="{"CHD": "card::3" }"> <a class="reel__link" href="/web/20211028065513/https://www.bbc.com/future/article/20211007-why-sharks-help-fight-climate-change-in-the-oceans"> <div class="media__image"> <div class="responsive-image"> <div class="delayed-image-load-planet" data-src="https://web.archive.org/web/20211028065513oe_/https://ychef.files.bbci.co.uk/{width}/p09y09s7.jpg" data-alt="The unexpected benefits of tiger sharks"> <img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="The unexpected benefits of tiger sharks"/> </div> </div> </div> <div class="media__content"> <h3>The unexpected benefits of tiger sharks</h3> </div> </a> </div> </li> </ul> </div> <div class="reel--background"> <div class="delayed-image-load-planet" data-src="https://web.archive.org/web/20211028065513oe_/https://ychef.files.bbci.co.uk/976x549/p0836dcl.jpg"></div> </div> </section> <section class="module module--collapse-images module--special-features module--primary-special-features"> <div class="module__content"> <ul class="features"> <li class="feature feature--1"> <div class="feature__wrapper"> <h2 class="feature__title"> <a class="feature__link" href="https://web.archive.org/web/20211028065513/https://www.bbc.com/future/carbon-cost" rev="primary-special-features|header"> Carbon Cost </a> </h2> <div class="feature__content"> <div class="media media--primary block-link" data-bbc-container="primary-special-features" data-bbc-title="The great experiment to put a price on nature" data-bbc-source="Future" data-bbc-metadata="{"CHD": "card::1" }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20211028065513oe_/https://ichef.bbc.co.uk/wwhp/{width}/ibroadcast/images/live/p0/9z/s0/p09zs02w.jpg" data-alt="A charming red squirrel perches on an old log (Credit: Getty Images)"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="A charming red squirrel perches on an old log (Credit: Getty Images)"/></div></div> </div> <div class="media__content"> <a class="media__tag tag tag--future" href="https://web.archive.org/web/20211028065513/http://www.bbc.com/future" rev="primary-special-features|source">Future</a> <h3 class="media__title"> <a class="media__link" href="https://web.archive.org/web/20211028065513/https://www.bbc.com/future/article/20211018-scotlands-great-experiment-to-calculate-the-value-of-nature" rev="primary-special-features|headline"> The great experiment to put a price on nature </a> </h3> </div> <a class="block-link__overlay-link" href="https://web.archive.org/web/20211028065513/https://www.bbc.com/future/article/20211018-scotlands-great-experiment-to-calculate-the-value-of-nature" rev="primary-special-features|overlay" tabindex="-1" aria-hidden="true"> The great experiment to put a price on nature </a> </div> </div> <div class="feature__ad"> <div class="advert advert--module_feature-1 advert--sponsor"><!-- BBCDOTCOM slot module_feature-1 --><div id="bbccom_module_feature-1_1_2_3_4" class="bbccom_slot" aria-hidden="true"><div class="bbccom_advert"><script type="text/javascript">/*<![CDATA[*/(function() {if (window.bbcdotcom && bbcdotcom.slotAsync) {bbcdotcom.slotAsync("module_feature-1", [1,2,3,4]);}})();/*]]>*/</script></div></div></div> </div> </div> </li> <li class="feature-ad"> <div class="feature__wrapper"> <h2 class="feature__title"> ADVERTISEMENT </h2> <div class="advert advert--infeed"><!-- BBCDOTCOM slot infeed --><div id="bbccom_infeed_1_2_3_4" class="bbccom_slot" aria-hidden="true"><div class="bbccom_advert"><script type="text/javascript">/*<![CDATA[*/(function() {if (window.bbcdotcom && bbcdotcom.slotAsync) {bbcdotcom.slotAsync("infeed", [1,2,3,4]);}})();/*]]>*/</script></div></div></div> </div> </li> <li class="feature feature--2"> <div class="feature__wrapper"> <h2 class="feature__title"> <a class="feature__link" href="https://web.archive.org/web/20211028065513/https://www.bbc.com/news/business-33712313" rev="primary-special-features|header"> CEO Secrets </a> </h2> <div class="feature__content"> <div class="media media--primary block-link" data-bbc-container="primary-special-features" data-bbc-title="The CEO who burst his climate change 'bubble'" data-bbc-source="Business" data-bbc-metadata="{"CHD": "card::2" }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20211028065513oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/134E9/production/_121218097_p0b064pt.jpg" data-alt="Rich Lesser"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Rich Lesser"/></div></div> </div> <div class="media__content"> <a class="media__tag tag tag--business" href="/web/20211028065513/https://www.bbc.com/news/business" rev="primary-special-features|source">Business</a> <h3 class="media__title"> <a class="media__link" href="https://web.archive.org/web/20211028065513/https://www.bbc.com/news/business-59043478" rev="primary-special-features|headline"> The CEO who burst his climate change 'bubble' </a> </h3> </div> <a class="block-link__overlay-link" href="https://web.archive.org/web/20211028065513/https://www.bbc.com/news/business-59043478" rev="primary-special-features|overlay" tabindex="-1" aria-hidden="true"> The CEO who burst his climate change 'bubble' </a> </div> </div> <div class="feature__ad"> <div class="advert advert--module_feature-2 advert--sponsor"><!-- BBCDOTCOM slot module_feature-2 --><div id="bbccom_module_feature-2_1_2_3_4" class="bbccom_slot" aria-hidden="true"><div class="bbccom_advert"><script type="text/javascript">/*<![CDATA[*/(function() {if (window.bbcdotcom && bbcdotcom.slotAsync) {bbcdotcom.slotAsync("module_feature-2", [1,2,3,4]);}})();/*]]>*/</script></div></div></div> </div> </div> </li> </ul> </div> </section> <section class="module module--collapse-images module--video module--highlight"> <h2 class="module__title"> <span class="module__title__link tag tag--default">Featured video</span> </h2> <div class="module__content"> <div class="video video--noslick" id="video" data-wwhp-module="video"> <div class="video__player"> <div id="player" class="video__smp"></div> <div class="media media--primary media--overlay block-link--no-filter media--icon block-link" data-bbc-container="video" data-bbc-title="Ruth Negga on 'passing as white' movie" data-bbc-source="Entertainment & Arts" data-bbc-metadata="{"CHD": "card::1" }" data-bbc-client-routed> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20211028065513oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/14270/production/_121244528_p0b0q4d4.jpg" data-alt="Ruth Negga in Passing"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Ruth Negga in Passing"/></div></div> </div> <span class="media__icon icon icon--video" aria-hidden="true"></span> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20211028065513/https://www.bbc.com/news/entertainment-arts-59067060" rev="video|headline"> Ruth Negga on 'passing as white' movie </a> </h3> <p class="media__summary"> Based on the 1929 book by Nella Larsen, the film tells the story of childhood friends who meet in later life. </p> <a class="media__tag tag tag--videos" href="/web/20211028065513/https://www.bbc.com/news/entertainment_and_arts" rev="video|source">Entertainment & Arts</a> </div> <a class="block-link__overlay-link" href="/web/20211028065513/https://www.bbc.com/news/entertainment-arts-59067060" rev="video|overlay" tabindex="-1" aria-hidden="true"> Ruth Negga on 'passing as white' movie </a> </div> </div> <div class="video__content"> <ul class="video__tabs"> <li class="video__tab"> <a class="video__tab__link" role="link" data-category="recommended" href="#"> Recommended </a> </li> <li class="video__tab"> <a class="video__tab__link" role="link" data-category="most-watched" href="#"> Most Watched </a> </li> <li class="video__tab"> <a class="video__tab__link" role="link" data-category="latest" href="#"> Latest </a> </li> </ul> <div class="video__viewport"> <ul class="video__items"> <li class="video__item video__item video__item--0 video__item--recommended" data-category="recommended" data-index="0" data-category-index="0" data-video="{"contenttype":"video","num":"10","type":"MAP","title":"Ruth Negga on 'passing as white' movie","url":"\/news\/entertainment-arts-59067060","summary":"Based on the 1929 book by Nella Larsen, the film tells the story of childhood friends who meet in later life.","img":"https:\/\/ichef.bbc.co.uk\/wwhp\/800\/cpsprodpb\/14270\/production\/_121244528_p0b0q4d4.jpg","imgalttext":"Ruth Negga in Passing","pid":"p0b0pk11","pidtype":"Version","sourcename":"Entertainment &amp; Arts","sourceurl":"\/news\/entertainment_and_arts","created":"2021-10-27T23:02:29+00:00","updated":"2021-10-27T23:02:29+00:00","origincode":"cpsprodpb","gelicon":"video","sourceid":"videos","itemtype":"feed","allowadvertising":true,"clippid":"p0b0pk0x","duration":"PT2M16S"}"> <div class="media media--video media--horizontal media--primary media--icon block-link" data-bbc-container="video" data-bbc-title="Ruth Negga on 'passing as white' movie" data-bbc-source="Entertainment & Arts" data-bbc-metadata="{"CHD": "card::1" }" data-bbc-client-routed> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20211028065513oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/14270/production/_121244528_p0b0q4d4.jpg" data-alt="Ruth Negga in Passing"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Ruth Negga in Passing"/></div></div> </div> <span class="media__icon icon icon--video" aria-hidden="true"></span> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20211028065513/https://www.bbc.com/news/entertainment-arts-59067060" rev="video|headline"> Ruth Negga on 'passing as white' movie </a> </h3> <a class="media__tag tag tag--videos" href="/web/20211028065513/https://www.bbc.com/news/entertainment_and_arts" rev="video|source">Entertainment & Arts</a> </div> <a class="block-link__overlay-link" href="/web/20211028065513/https://www.bbc.com/news/entertainment-arts-59067060" rev="video|overlay" tabindex="-1" aria-hidden="true"> Ruth Negga on 'passing as white' movie </a> </div> </li> <li class="video__item video__item video__item--1 video__item--recommended" data-category="recommended" data-index="1" data-category-index="1" data-video="{"contenttype":"video","num":"10","type":"MAP","title":"Afghan baby girl sold for $500 by starving family","url":"\/news\/world-asia-59034650","summary":"The BBC\u2019s Yogita Limaye witnesses first-hand the extreme poverty engulfing millions in Afghanistan.","img":"https:\/\/ichef.bbc.co.uk\/wwhp\/800\/cpsprodpb\/B0F5\/production\/_121210354_p0b049sc.jpg","imgalttext":"Afgan baby","pid":"p0b042hk","pidtype":"Version","sourcename":"Asia","sourceurl":"\/news\/world\/asia","created":"2021-10-25T11:09:39+00:00","updated":"2021-10-25T11:09:39+00:00","origincode":"cpsprodpb","gelicon":"video","sourceid":"videos-must-see","itemtype":"feed","allowadvertising":true,"clippid":"p0b042h7","duration":"PT3M37S"}"> <div class="media media--video media--horizontal media--icon block-link" data-bbc-container="video" data-bbc-title="Afghan baby girl sold for $500 by starving family" data-bbc-source="Asia" data-bbc-metadata="{"CHD": "card::2" }" data-bbc-client-routed> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20211028065513oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/B0F5/production/_121210354_p0b049sc.jpg" data-alt="Afgan baby"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Afgan baby"/></div></div> </div> <span class="media__icon icon icon--video" aria-hidden="true"></span> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20211028065513/https://www.bbc.com/news/world-asia-59034650" rev="video|headline"> Afghan baby girl sold for $500 by starving... </a> </h3> <a class="media__tag tag tag--videos-must-see" href="/web/20211028065513/https://www.bbc.com/news/world/asia" rev="video|source">Asia</a> </div> <a class="block-link__overlay-link" href="/web/20211028065513/https://www.bbc.com/news/world-asia-59034650" rev="video|overlay" tabindex="-1" aria-hidden="true"> Afghan baby girl sold for $500 by starving family </a> </div> </li> <li class="video__item video__item video__item--2 video__item--recommended" data-category="recommended" data-index="2" data-category-index="2" data-video="{"contenttype":"video","num":"10","type":"MAP","title":"Waterspout spectacle off the coast of Cuba","url":"\/news\/world-latin-america-58952380","summary":"Residents in Cienfuegos share footage of a waterspout which formed near the city.","img":"https:\/\/ichef.bbc.co.uk\/wwhp\/800\/cpsprodpb\/5DEA\/production\/_121124042_p09yzrkb.jpg","imgalttext":"A waterspout in Cuba","pid":"p09yznmk","pidtype":"Version","sourcename":"Latin America &amp; Caribbean","sourceurl":"\/news\/world\/latin_america","created":"2021-10-18T10:15:10+00:00","updated":"2021-10-18T10:15:10+00:00","origincode":"cpsprodpb","gelicon":"video","sourceid":"videos-must-see","itemtype":"feed","allowadvertising":true,"clippid":"p09yznmd","duration":"PT43S"}"> <div class="media media--video media--horizontal media--icon block-link" data-bbc-container="video" data-bbc-title="Waterspout spectacle off the coast of Cuba" data-bbc-source="Latin America & Caribbean" data-bbc-metadata="{"CHD": "card::3" }" data-bbc-client-routed> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20211028065513oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/5DEA/production/_121124042_p09yzrkb.jpg" data-alt="A waterspout in Cuba"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="A waterspout in Cuba"/></div></div> </div> <span class="media__icon icon icon--video" aria-hidden="true"></span> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20211028065513/https://www.bbc.com/news/world-latin-america-58952380" rev="video|headline"> Waterspout spectacle off the coast of Cuba </a> </h3> <a class="media__tag tag tag--videos-must-see" href="/web/20211028065513/https://www.bbc.com/news/world/latin_america" rev="video|source">Latin America & Caribbean</a> </div> <a class="block-link__overlay-link" href="/web/20211028065513/https://www.bbc.com/news/world-latin-america-58952380" rev="video|overlay" tabindex="-1" aria-hidden="true"> Waterspout spectacle off the coast of Cuba </a> </div> </li> <li class="video__item video__item video__item--3 video__item--recommended" data-category="recommended" data-index="3" data-category-index="3" data-video="{"contenttype":"video","num":"10","type":"MAP","title":"Cavallo on coming out as gay: 'It's my freedom day'","url":"\/news\/world-australia-59068417","summary":"Josh Cavallo has come out as gay - the only current top level male professional footballer to do so.","img":"https:\/\/ichef.bbc.co.uk\/wwhp\/800\/cpsprodpb\/13316\/production\/_121241687_p0b0np0r.jpg","imgalttext":"Josh Cavallo","pid":"p0b0mcw5","pidtype":"Version","sourcename":"Australia","sourceurl":"\/news\/world\/australia","created":"2021-10-27T15:22:45+00:00","updated":"2021-10-27T15:22:45+00:00","origincode":"cpsprodpb","gelicon":"video","sourceid":"videos","itemtype":"feed","allowadvertising":true,"clippid":"p0b0mcvz","duration":"PT2M38S"}"> <div class="media media--video media--horizontal media--icon block-link" data-bbc-container="video" data-bbc-title="Cavallo on coming out as gay: 'It's my freedom day'" data-bbc-source="Australia" data-bbc-metadata="{"CHD": "card::4" }" data-bbc-client-routed> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20211028065513oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/13316/production/_121241687_p0b0np0r.jpg" data-alt="Josh Cavallo"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Josh Cavallo"/></div></div> </div> <span class="media__icon icon icon--video" aria-hidden="true"></span> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20211028065513/https://www.bbc.com/news/world-australia-59068417" rev="video|headline"> Cavallo on coming out as gay: 'It's my... </a> </h3> <a class="media__tag tag tag--videos" href="/web/20211028065513/https://www.bbc.com/news/world/australia" rev="video|source">Australia</a> </div> <a class="block-link__overlay-link" href="/web/20211028065513/https://www.bbc.com/news/world-australia-59068417" rev="video|overlay" tabindex="-1" aria-hidden="true"> Cavallo on coming out as gay: 'It's my freedom day' </a> </div> </li> <li class="video__item video__item video__item--4 video__item--recommended" data-category="recommended" data-index="4" data-category-index="4" data-video="{"contenttype":"video","num":"10","type":"MAP","title":"Charlize Theron: We have to share Covid vaccines","url":"\/news\/world-africa-59054894","summary":"The actress tells the BBC nations must start sharing jabs to help reach the WHO's vaccination goals.","img":"https:\/\/ichef.bbc.co.uk\/wwhp\/800\/cpsprodpb\/4B17\/production\/_121232291_b302ae4e-9f2e-4c02-b64d-993fdeecd9f2.jpg","imgalttext":"Actress Charlize Theron","pid":"p0b0gswh","pidtype":"Version","sourcename":"Africa","sourceurl":"\/news\/world\/africa","created":"2021-10-26T23:32:36+00:00","updated":"2021-10-26T23:32:36+00:00","origincode":"cpsprodpb","gelicon":"video","sourceid":"videos","itemtype":"feed","allowadvertising":true,"clippid":"p0b0gswc","duration":"PT1M57S"}"> <div class="media media--video media--horizontal media--icon block-link" data-bbc-container="video" data-bbc-title="Charlize Theron: We have to share Covid vaccines" data-bbc-source="Africa" data-bbc-metadata="{"CHD": "card::5" }" data-bbc-client-routed> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20211028065513oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/4B17/production/_121232291_b302ae4e-9f2e-4c02-b64d-993fdeecd9f2.jpg" data-alt="Actress Charlize Theron"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Actress Charlize Theron"/></div></div> </div> <span class="media__icon icon icon--video" aria-hidden="true"></span> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20211028065513/https://www.bbc.com/news/world-africa-59054894" rev="video|headline"> Charlize Theron: We have to share Covid... </a> </h3> <a class="media__tag tag tag--videos" href="/web/20211028065513/https://www.bbc.com/news/world/africa" rev="video|source">Africa</a> </div> <a class="block-link__overlay-link" href="/web/20211028065513/https://www.bbc.com/news/world-africa-59054894" rev="video|overlay" tabindex="-1" aria-hidden="true"> Charlize Theron: We have to share Covid vaccines </a> </div> </li> <li class="video__item video__item video__item--5 video__item--most-watched" data-category="most-watched" data-index="5" data-category-index="0" data-video="{"contenttype":"video","num":"10","title":"Ready for the total solar eclipse?","url":"\/news\/world-us-canada-40362067","img":"https:\/\/ichef.bbc.co.uk\/wwhp\/800\/cpsprodpb\/5EBA\/production\/_96505242_p056l5st.jpg","pid":"p056l52f","pidtype":"Version","sourcename":"US &amp; Canada","sourceurl":"\/news\/world\/us_and_canada","summary":"Nasa scientists are very excited about the eclipse happening in the United States later this summer.","imgalttext":"Solar eclipse to cross North America","origincode":"cpsprodpb","allowadvertising":true,"clippid":"p056l52c","duration":"PT1M5S"}"> <div class="media media--video media--horizontal media--icon block-link" data-bbc-container="video" data-bbc-title="Ready for the total solar eclipse?" data-bbc-source="US & Canada" data-bbc-metadata="{"CHD": "card::6" }" data-bbc-client-routed> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20211028065513oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/5EBA/production/_96505242_p056l5st.jpg" data-alt="Solar eclipse to cross North America"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Solar eclipse to cross North America"/></div></div> </div> <span class="media__icon icon icon--video" aria-hidden="true"></span> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20211028065513/https://www.bbc.com/news/world-us-canada-40362067" rev="video|headline"> Ready for the total solar eclipse? </a> </h3> <a class="media__tag tag tag--" href="/web/20211028065513/https://www.bbc.com/news/world/us_and_canada" rev="video|source">US & Canada</a> </div> <a class="block-link__overlay-link" href="/web/20211028065513/https://www.bbc.com/news/world-us-canada-40362067" rev="video|overlay" tabindex="-1" aria-hidden="true"> Ready for the total solar eclipse? </a> </div> </li> <li class="video__item video__item video__item--6 video__item--most-watched" data-category="most-watched" data-index="6" data-category-index="1" data-video="{"contenttype":"video","num":"10","title":"Great Mosque of al-Nuri destroyed","url":"\/news\/world-middle-east-40369547","img":"https:\/\/ichef.bbc.co.uk\/wwhp\/800\/cpsprodpb\/B305\/production\/_96592854_p056mbh3.jpg","pid":"p056n7yz","pidtype":"Version","sourcename":"Middle East","sourceurl":"\/news\/world\/middle_east","summary":"Blast in Iraq destroys Great Mosque of al-Nuri according to Iraqi forces","imgalttext":"Blast in Iraq destroys Great Mosque of al-Nuri according to Iraqi forces","origincode":"cpsprodpb","allowadvertising":true,"clippid":"p056m7h5","duration":"PT35S"}"> <div class="media media--video media--horizontal media--icon block-link" data-bbc-container="video" data-bbc-title="Great Mosque of al-Nuri destroyed" data-bbc-source="Middle East" data-bbc-metadata="{"CHD": "card::7" }" data-bbc-client-routed> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20211028065513oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/B305/production/_96592854_p056mbh3.jpg" data-alt="Blast in Iraq destroys Great Mosque of al-Nuri according to Iraqi forces"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Blast in Iraq destroys Great Mosque of al-Nuri according to Iraqi forces"/></div></div> </div> <span class="media__icon icon icon--video" aria-hidden="true"></span> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20211028065513/https://www.bbc.com/news/world-middle-east-40369547" rev="video|headline"> Great Mosque of al-Nuri destroyed </a> </h3> <a class="media__tag tag tag--" href="/web/20211028065513/https://www.bbc.com/news/world/middle_east" rev="video|source">Middle East</a> </div> <a class="block-link__overlay-link" href="/web/20211028065513/https://www.bbc.com/news/world-middle-east-40369547" rev="video|overlay" tabindex="-1" aria-hidden="true"> Great Mosque of al-Nuri destroyed </a> </div> </li> <li class="video__item video__item video__item--7 video__item--most-watched" data-category="most-watched" data-index="7" data-category-index="2" data-video="{"contenttype":"video","num":"10","title":"Video 'shows Mosul mosque's destruction'","url":"\/news\/world-middle-east-40366136","img":"https:\/\/ichef.bbc.co.uk\/wwhp\/800\/cpsprodpb\/4C2A\/production\/_96589491_p056m4gs.jpg","pid":"p056lwqx","pidtype":"Version","sourcename":"Middle East","sourceurl":"\/news\/world\/middle_east","summary":"A video purportedly shows the destruction of Mosul's Great Mosque of al-Nuri and its minaret.","imgalttext":"File image of Mosul's Great Mosque of al-Nuri and video purportedly showing it being blown up on 21 June 2017","origincode":"cpsprodpb","allowadvertising":true,"clippid":"p056lwqv","duration":"PT7S"}"> <div class="media media--video media--horizontal media--icon block-link" data-bbc-container="video" data-bbc-title="Video 'shows Mosul mosque's destruction'" data-bbc-source="Middle East" data-bbc-metadata="{"CHD": "card::8" }" data-bbc-client-routed> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20211028065513oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/4C2A/production/_96589491_p056m4gs.jpg" data-alt="File image of Mosul's Great Mosque of al-Nuri and video purportedly showing it being blown up on 21 June 2017"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="File image of Mosul's Great Mosque of al-Nuri and video purportedly showing it being blown up on 21 June 2017"/></div></div> </div> <span class="media__icon icon icon--video" aria-hidden="true"></span> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20211028065513/https://www.bbc.com/news/world-middle-east-40366136" rev="video|headline"> Video 'shows Mosul mosque's destruction' </a> </h3> <a class="media__tag tag tag--" href="/web/20211028065513/https://www.bbc.com/news/world/middle_east" rev="video|source">Middle East</a> </div> <a class="block-link__overlay-link" href="/web/20211028065513/https://www.bbc.com/news/world-middle-east-40366136" rev="video|overlay" tabindex="-1" aria-hidden="true"> Video 'shows Mosul mosque's destruction' </a> </div> </li> <li class="video__item video__item video__item--8 video__item--most-watched" data-category="most-watched" data-index="8" data-category-index="3" data-video="{"contenttype":"video","num":"10","title":"The rise of the female fitness model","url":"\/news\/uk-england-40058866","img":"https:\/\/ichef.bbc.co.uk\/wwhp\/800\/cpsprodpb\/00D4\/production\/_96221200_p0541k0w.jpg","pid":"p0541hdm","pidtype":"Version","sourcename":"England","sourceurl":"\/news\/england","summary":"Why are more women taking up fitness modelling?","imgalttext":"Adrienn Varga","origincode":"cpsprodpb","allowadvertising":true,"clippid":"p0541hdg","duration":"PT1M27S"}"> <div class="media media--video media--horizontal media--icon block-link" data-bbc-container="video" data-bbc-title="The rise of the female fitness model" data-bbc-source="England" data-bbc-metadata="{"CHD": "card::9" }" data-bbc-client-routed> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20211028065513oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/00D4/production/_96221200_p0541k0w.jpg" data-alt="Adrienn Varga"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Adrienn Varga"/></div></div> </div> <span class="media__icon icon icon--video" aria-hidden="true"></span> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20211028065513/https://www.bbc.com/news/uk-england-40058866" rev="video|headline"> The rise of the female fitness model </a> </h3> <a class="media__tag tag tag--" href="/web/20211028065513/https://www.bbc.com/news/england" rev="video|source">England</a> </div> <a class="block-link__overlay-link" href="/web/20211028065513/https://www.bbc.com/news/uk-england-40058866" rev="video|overlay" tabindex="-1" aria-hidden="true"> The rise of the female fitness model </a> </div> </li> <li class="video__item video__item video__item--9 video__item--most-watched" data-category="most-watched" data-index="9" data-category-index="4" data-video="{"contenttype":"video","num":"10","title":"Car burglar caught with his pants down","url":"\/news\/world-us-canada-40360953","img":"https:\/\/ichef.bbc.co.uk\/wwhp\/800\/cpsprodpb\/13536\/production\/_96585197_p056l3n3.jpg","pid":"p056l2v9","pidtype":"Version","sourcename":"US &amp; Canada","sourceurl":"\/news\/world\/us_and_canada","summary":"A Florida car burglar is literally caught with his pants down as a wardrobe malfunction sends him crashing to the floor during a hapless getaway.","imgalttext":"Car thief","origincode":"cpsprodpb","allowadvertising":true,"clippid":"p056l2v6","duration":"PT45S"}"> <div class="media media--video media--horizontal media--icon block-link" data-bbc-container="video" data-bbc-title="Car burglar caught with his pants down" data-bbc-source="US & Canada" data-bbc-metadata="{"CHD": "card::10" }" data-bbc-client-routed> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20211028065513oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/13536/production/_96585197_p056l3n3.jpg" data-alt="Car thief"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Car thief"/></div></div> </div> <span class="media__icon icon icon--video" aria-hidden="true"></span> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20211028065513/https://www.bbc.com/news/world-us-canada-40360953" rev="video|headline"> Car burglar caught with his pants down </a> </h3> <a class="media__tag tag tag--" href="/web/20211028065513/https://www.bbc.com/news/world/us_and_canada" rev="video|source">US & Canada</a> </div> <a class="block-link__overlay-link" href="/web/20211028065513/https://www.bbc.com/news/world-us-canada-40360953" rev="video|overlay" tabindex="-1" aria-hidden="true"> Car burglar caught with his pants down </a> </div> </li> <li class="video__item video__item video__item--10 video__item--latest" data-category="latest" data-index="10" data-category-index="0" data-video="{"contenttype":"video","num":"10","type":"MAP","title":"Ros Atkins on... India's climate challenge","url":"\/news\/world-asia-india-59049691","summary":"A look at how India is trying to balance banishing poverty with meeting its climate commitments.","img":"https:\/\/ichef.bbc.co.uk\/wwhp\/800\/cpsprodpb\/10E53\/production\/_121230296_p0b0fcf1.jpg","imgalttext":"Lumps of coal held in hands","pid":"p0b0d721","pidtype":"Version","sourcename":"India","sourceurl":"\/news\/world\/asia\/india","created":"2021-10-26T23:08:41+00:00","updated":"2021-10-26T23:08:41+00:00","origincode":"cpsprodpb","gelicon":"video","allowadvertising":true,"clippid":"p0b0d71l","duration":"PT5M39S"}"> <div class="media media--video media--horizontal media--icon block-link" data-bbc-container="video" data-bbc-title="Ros Atkins on... India's climate challenge" data-bbc-source="India" data-bbc-metadata="{"CHD": "card::11" }" data-bbc-client-routed> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20211028065513oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/10E53/production/_121230296_p0b0fcf1.jpg" data-alt="Lumps of coal held in hands"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Lumps of coal held in hands"/></div></div> </div> <span class="media__icon icon icon--video" aria-hidden="true"></span> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20211028065513/https://www.bbc.com/news/world-asia-india-59049691" rev="video|headline"> Ros Atkins on... India's climate challenge </a> </h3> <a class="media__tag tag tag--" href="/web/20211028065513/https://www.bbc.com/news/world/asia/india" rev="video|source">India</a> </div> <a class="block-link__overlay-link" href="/web/20211028065513/https://www.bbc.com/news/world-asia-india-59049691" rev="video|overlay" tabindex="-1" aria-hidden="true"> Ros Atkins on... India's climate challenge </a> </div> </li> <li class="video__item video__item video__item--11 video__item--latest" data-category="latest" data-index="11" data-category-index="1" data-video="{"contenttype":"video","num":"10","type":"MAP","title":"Why is Julian Assange's case back in court?","url":"\/news\/uk-59053803","summary":"The US begins its appeal in order to extradite the WikiLeaks founder. We explain how we got here.","img":"https:\/\/ichef.bbc.co.uk\/wwhp\/800\/cpsprodpb\/E937\/production\/_121230795_p0b0gn0g.jpg","imgalttext":"Julian Assange","pid":"p0b0km22","pidtype":"Version","sourcename":"UK","sourceurl":"\/news\/uk","created":"2021-10-26T23:02:18+00:00","updated":"2021-10-26T23:02:18+00:00","origincode":"cpsprodpb","gelicon":"video","allowadvertising":true,"clippid":"p0b0gd84","duration":"PT3M47S"}"> <div class="media media--video media--horizontal media--icon block-link" data-bbc-container="video" data-bbc-title="Why is Julian Assange's case back in court?" data-bbc-source="UK" data-bbc-metadata="{"CHD": "card::12" }" data-bbc-client-routed> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20211028065513oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/E937/production/_121230795_p0b0gn0g.jpg" data-alt="Julian Assange"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Julian Assange"/></div></div> </div> <span class="media__icon icon icon--video" aria-hidden="true"></span> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20211028065513/https://www.bbc.com/news/uk-59053803" rev="video|headline"> Why is Julian Assange's case back in court? </a> </h3> <a class="media__tag tag tag--" href="/web/20211028065513/https://www.bbc.com/news/uk" rev="video|source">UK</a> </div> <a class="block-link__overlay-link" href="/web/20211028065513/https://www.bbc.com/news/uk-59053803" rev="video|overlay" tabindex="-1" aria-hidden="true"> Why is Julian Assange's case back in court? </a> </div> </li> <li class="video__item video__item video__item--12 video__item--latest" data-category="latest" data-index="12" data-category-index="2" data-video="{"contenttype":"video","num":"10","type":"MAP","title":"One-minute World News","url":"\/news\/10462520","summary":"Watch the latest news summary from BBC World News. International news updated 24 hours a day.","img":"https:\/\/ichef.bbc.co.uk\/wwhp\/800\/cpsprodpb\/15C7E\/production\/_90041298_p01tlf61.jpg","imgalttext":"BBC News","pid":"p0b0tshg","duration":"PT1M4S","pidtype":"Version","sourcename":"Video","sourceurl":"\/news\/video_and_audio","created":"2010-07-09T07:56:06+00:00","updated":"2021-10-28T06:13:03+00:00","origincode":"cpsprodpb","gelicon":"video","allowadvertising":true}"> <div class="media media--video media--horizontal media--icon block-link" data-bbc-container="video" data-bbc-title="One-minute World News" data-bbc-source="Video" data-bbc-metadata="{"CHD": "card::13" }" data-bbc-client-routed> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20211028065513oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/15C7E/production/_90041298_p01tlf61.jpg" data-alt="BBC News"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="BBC News"/></div></div> </div> <span class="media__icon icon icon--video" aria-hidden="true"></span> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20211028065513/https://www.bbc.com/news/10462520" rev="video|headline"> One-minute World News </a> </h3> <a class="media__tag tag tag--" href="/web/20211028065513/https://www.bbc.com/news/video_and_audio" rev="video|source">Video</a> </div> <a class="block-link__overlay-link" href="/web/20211028065513/https://www.bbc.com/news/10462520" rev="video|overlay" tabindex="-1" aria-hidden="true"> One-minute World News </a> </div> </li> <li class="video__item video__item video__item--13 video__item--latest" data-category="latest" data-index="13" data-category-index="3" data-video="{"contenttype":"video","num":"10","type":"MAP","title":"'Drink spiking makes us scared of going out again'","url":"\/news\/uk-england-leeds-59053739","summary":"Three women explain how drink spiking has impacted them ahead of a nationwide venue boycott.","img":"https:\/\/ichef.bbc.co.uk\/wwhp\/800\/cpsprodpb\/04EE\/production\/_121226210_compofin.jpg","imgalttext":"Two women on a night out","pid":"p0b0c1qb","pidtype":"Version","sourcename":"Leeds &amp; West Yorkshire","sourceurl":"\/news\/england\/leeds_and_west_yorkshire","created":"2021-10-26T23:04:05+00:00","updated":"2021-10-26T23:04:05+00:00","origincode":"cpsprodpb","gelicon":"video","allowadvertising":true,"clippid":"p0b0c1q4","duration":"PT3M14S"}"> <div class="media media--video media--horizontal media--icon block-link" data-bbc-container="video" data-bbc-title="'Drink spiking makes us scared of going out again'" data-bbc-source="Leeds & West Yorkshire" data-bbc-metadata="{"CHD": "card::14" }" data-bbc-client-routed> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20211028065513oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/04EE/production/_121226210_compofin.jpg" data-alt="Two women on a night out"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Two women on a night out"/></div></div> </div> <span class="media__icon icon icon--video" aria-hidden="true"></span> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20211028065513/https://www.bbc.com/news/uk-england-leeds-59053739" rev="video|headline"> 'Drink spiking makes us scared of going out... </a> </h3> <a class="media__tag tag tag--" href="/web/20211028065513/https://www.bbc.com/news/england/leeds_and_west_yorkshire" rev="video|source">Leeds & West Yorkshire</a> </div> <a class="block-link__overlay-link" href="/web/20211028065513/https://www.bbc.com/news/uk-england-leeds-59053739" rev="video|overlay" tabindex="-1" aria-hidden="true"> 'Drink spiking makes us scared of going out again' </a> </div> </li> <li class="video__item video__item video__item--14 video__item--latest" data-category="latest" data-index="14" data-category-index="4" data-video="{"contenttype":"video","num":"10","type":"MAP","title":"Drone captures sewage pumped into sea for days","url":"\/news\/uk-59050129","summary":"A photographer captures a pipe pumping filtered sewage into Langstone Harbour in Hampshire.","img":"https:\/\/ichef.bbc.co.uk\/wwhp\/800\/cpsprodpb\/B876\/production\/_121222274_p0b0c24y.jpg","imgalttext":"Sewage pipe","pid":"p0b0bky8","pidtype":"Version","sourcename":"UK","sourceurl":"\/news\/uk","created":"2021-10-26T13:38:15+00:00","updated":"2021-10-26T13:38:15+00:00","origincode":"cpsprodpb","gelicon":"video","allowadvertising":true,"clippid":"p0b0bky4","duration":"PT2M51S"}"> <div class="media media--video media--horizontal media--icon block-link" data-bbc-container="video" data-bbc-title="Drone captures sewage pumped into sea for days" data-bbc-source="UK" data-bbc-metadata="{"CHD": "card::15" }" data-bbc-client-routed> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20211028065513oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/B876/production/_121222274_p0b0c24y.jpg" data-alt="Sewage pipe"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Sewage pipe"/></div></div> </div> <span class="media__icon icon icon--video" aria-hidden="true"></span> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20211028065513/https://www.bbc.com/news/uk-59050129" rev="video|headline"> Drone captures sewage pumped into sea for... </a> </h3> <a class="media__tag tag tag--" href="/web/20211028065513/https://www.bbc.com/news/uk" rev="video|source">UK</a> </div> <a class="block-link__overlay-link" href="/web/20211028065513/https://www.bbc.com/news/uk-59050129" rev="video|overlay" tabindex="-1" aria-hidden="true"> Drone captures sewage pumped into sea for days </a> </div> </li> </ul> </div> </div> </div> </div> </section> <!-- Error: (null) Module not found or invalid --> <section class="module module--world-service"> <div class="module__content"> <div class="wsradio"> <h2 class="wsradio__title"> <a class="wsradio__title__link" href="https://web.archive.org/web/20211028065513/http://www.bbc.co.uk/worldserviceradio/" rev="world-service|header">BBC World Service </a> </h2> <div class="wsradio__content"> <i class="wsradio__icon icon icon--audio" aria-hidden="true"></i> <a class="wsradio__programme" href="https://web.archive.org/web/20211028065513/http://www.bbc.co.uk/programmes/p00w940j" rev="world-service|link"> <span class="wsradio__programme__onair">On Air:</span> <span class="wsradio__programme__title">Newsday</span> </a> </div> </div> </div> </section> <div class="advert advert--parallax"><!-- BBCDOTCOM slot parallax --><div id="bbccom_parallax_1_2_3_4" class="bbccom_slot" aria-hidden="true"><div class="bbccom_advert"><script type="text/javascript">/*<![CDATA[*/(function() {if (window.bbcdotcom && bbcdotcom.slotAsync) {bbcdotcom.slotAsync("parallax", [1,2,3,4]);}})();/*]]>*/</script></div></div></div> <section class="module module--collapse-images module--highlight module--more-bbc"> <h2 class="module__title"> <span class="module__title__link tag tag--feature">More around the BBC</span> </h2> <div class="module__content"> <div class="container"> <div class="more-bbc "> <ul class="media-list media-list--fixed-height layout--featured"> <li class="media-list__item media-list__item--1"> <div class="media media--padded media--primary block-link" data-bbc-container="more-bbc" data-bbc-title="Breakfast radio shows lost listeners in pandemic" data-bbc-source="Entertainment & Arts" data-bbc-metadata="{"CHD": "card::1" }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20211028065513oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/168D5/production/_121237329_zoeballbbc.jpg" data-alt="Zoe Ball"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Zoe Ball"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20211028065513/https://www.bbc.com/news/entertainment-arts-59062312" rev="more-bbc|headline"> Breakfast radio shows lost listeners in pandemic </a> </h3> <p class="media__summary"> Many DJs lose audiences as the ratings body unveils the first figures under a new measurement... </p> <a class="media__tag tag tag--entertainment" href="/web/20211028065513/https://www.bbc.com/news/entertainment_and_arts" rev="more-bbc|source">Entertainment & Arts</a> </div> <a class="block-link__overlay-link" href="/web/20211028065513/https://www.bbc.com/news/entertainment-arts-59062312" rev="more-bbc|overlay" tabindex="-1" aria-hidden="true"> Breakfast radio shows lost listeners in pandemic </a> </div> </li> <li class="media-list__item media-list__item--2"> <div class="media media--padded block-link" data-bbc-container="more-bbc" data-bbc-title="How the pandemic made us more adventurous drinkers" data-bbc-source="Business" data-bbc-metadata="{"CHD": "card::2" }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20211028065513oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/10925/production/_121177876_gettyimages-580749957.jpg" data-alt="Rum cocktails"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Rum cocktails"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="https://web.archive.org/web/20211028065513/https://www.bbc.co.uk/news/business-58992784" rev="more-bbc|headline"> How the pandemic made us more adventurous drinkers </a> </h3> <a class="media__tag tag tag--business" href="https://web.archive.org/web/20211028065513/http://www.bbc.com/news/business/" rev="more-bbc|source">Business</a> </div> <a class="block-link__overlay-link" href="https://web.archive.org/web/20211028065513/https://www.bbc.co.uk/news/business-58992784" rev="more-bbc|overlay" tabindex="-1" aria-hidden="true"> How the pandemic made us more adventurous drinkers </a> </div> </li> <li class="media-list__item media-list__item--3"> <div class="media media--padded block-link" data-bbc-container="more-bbc" data-bbc-title="Attenborough polar ship makes her London debut" data-bbc-source="Science & Environment" data-bbc-metadata="{"CHD": "card::3" }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20211028065513oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/1265A/production/_121245357_sda-london-06.jpg" data-alt="RRS Sir David Attenborough"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="RRS Sir David Attenborough"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20211028065513/https://www.bbc.com/news/science-environment-59022676" rev="more-bbc|headline"> Attenborough polar ship makes her London debut </a> </h3> <a class="media__tag tag tag--science" href="/web/20211028065513/https://www.bbc.com/news/science_and_environment" rev="more-bbc|source">Science & Environment</a> </div> <a class="block-link__overlay-link" href="/web/20211028065513/https://www.bbc.com/news/science-environment-59022676" rev="more-bbc|overlay" tabindex="-1" aria-hidden="true"> Attenborough polar ship makes her London debut </a> </div> </li> <li class="media-list__item media-list__item--4"> <div class="media media--padded block-link" data-bbc-container="more-bbc" data-bbc-title="Facebook's response to child abuse 'inadequate'" data-bbc-source="Technology" data-bbc-metadata="{"CHD": "card::4" }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20211028065513oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/0658/production/_121242610_facebook.png" data-alt="Facebook logo blurred"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Facebook logo blurred"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20211028065513/https://www.bbc.com/news/technology-59063768" rev="more-bbc|headline"> Facebook's response to child abuse 'inadequate' </a> </h3> <a class="media__tag tag tag--technology" href="/web/20211028065513/https://www.bbc.com/news/technology" rev="more-bbc|source">Technology</a> </div> <a class="block-link__overlay-link" href="/web/20211028065513/https://www.bbc.com/news/technology-59063768" rev="more-bbc|overlay" tabindex="-1" aria-hidden="true"> Facebook's response to child abuse 'inadequate' </a> </div> </li> <li class="media-list__item media-list__item--5"> <div class="media media--padded block-link" data-bbc-container="more-bbc" data-bbc-title="US panel approves Covid jabs for children 5 and up" data-bbc-source="US & Canada" data-bbc-metadata="{"CHD": "card::5" }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20211028065513oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/A1AF/production/_121219314_gettyimages-1278800250.jpg" data-alt="A child receives a vaccine"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="A child receives a vaccine"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20211028065513/https://www.bbc.com/news/world-us-canada-59044853" rev="more-bbc|headline"> US panel approves Covid jabs for children 5 and up </a> </h3> <a class="media__tag tag tag--health" href="/web/20211028065513/https://www.bbc.com/news/world/us_and_canada" rev="more-bbc|source">US & Canada</a> </div> <a class="block-link__overlay-link" href="/web/20211028065513/https://www.bbc.com/news/world-us-canada-59044853" rev="more-bbc|overlay" tabindex="-1" aria-hidden="true"> US panel approves Covid jabs for children 5 and up </a> </div> </li> <li class="media-list__item media-list__item--6"> <div class="media media--padded block-link" data-bbc-container="more-bbc" data-bbc-title="Poll shows rising demand for climate action" data-bbc-source="Science & Environment" data-bbc-metadata="{"CHD": "card::6" }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20211028065513oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/104F4/production/_121240866_gettyimages-1344773047.jpg" data-alt="young protest"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="young protest"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20211028065513/https://www.bbc.com/news/science-environment-59067471" rev="more-bbc|headline"> Poll shows rising demand for climate action </a> </h3> <a class="media__tag tag tag--science" href="/web/20211028065513/https://www.bbc.com/news/science_and_environment" rev="more-bbc|source">Science & Environment</a> </div> <a class="block-link__overlay-link" href="/web/20211028065513/https://www.bbc.com/news/science-environment-59067471" rev="more-bbc|overlay" tabindex="-1" aria-hidden="true"> Poll shows rising demand for climate action </a> </div> </li> <li class="media-list__item media-list__item--7"> <div class="media media--padded block-link" data-bbc-container="more-bbc" data-bbc-title="Joy Division: Capturing Manchester's post-punk icons" data-bbc-source="Entertainment & Arts" data-bbc-metadata="{"CHD": "card::7" }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20211028065513oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/804B/production/_121234823_iancurtisportraitresize.jpg" data-alt="Ian Curtis portrait"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Ian Curtis portrait"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20211028065513/https://www.bbc.com/news/entertainment-arts-59010115" rev="more-bbc|headline"> Joy Division: Capturing Manchester's post-punk icons </a> </h3> <a class="media__tag tag tag--entertainment" href="/web/20211028065513/https://www.bbc.com/news/entertainment_and_arts" rev="more-bbc|source">Entertainment & Arts</a> </div> <a class="block-link__overlay-link" href="/web/20211028065513/https://www.bbc.com/news/entertainment-arts-59010115" rev="more-bbc|overlay" tabindex="-1" aria-hidden="true"> Joy Division: Capturing Manchester's post-punk icons </a> </div> </li> </ul> </div> <div class="correspondent-headlines"> <div class="top-list"> <h2 class="top-list__heading"><span class="top-list__heading__intro">From Our </span>Correspondents</h2> <ul class="top-list__list"> <li class="top-list-item top-list-item__1 top-list-item--avatar top-list-item--odd"> <a class="top-list-item__link" href="https://web.archive.org/web/20211028065513/https://www.bbc.com/news/science-environment-59041851" rev="correspondents|link" data-bbc-container="correspondent-headlines" data-bbc-title="UK research frozen out because of Brexit delay" data-bbc-source="Pallab Ghosh" data-bbc-metadata="{"CHD": "card::1" }"> <div class="top-list-item__bullet"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20211028065513oe_/https://ichef.bbc.co.uk/wwhp/{width}/ibroadcast/images/live/p0/6b/pc/p06bpc5n.jpg" data-alt=""><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt=""/></div></div> </div> <h3 class="top-list-item__headline"> UK research frozen out because of Brexit delay <span class="top-list-item__byline">By Pallab Ghosh</span> </h3> </a> </li> <li class="top-list-item top-list-item__2 top-list-item--avatar top-list-item--even"> <a class="top-list-item__link" href="https://web.archive.org/web/20211028065513/https://www.bbc.com/news/uk-59003085" rev="correspondents|link" data-bbc-container="correspondent-headlines" data-bbc-title="PM warned over aid cuts ahead of climate summit" data-bbc-source="James Landale" data-bbc-metadata="{"CHD": "card::2" }"> <div class="top-list-item__bullet"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20211028065513oe_/https://ichef.bbc.co.uk/wwhp/{width}/ibroadcast/images/live/p0/3z/mn/p03zmnw2.jpg" data-alt=""><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt=""/></div></div> </div> <h3 class="top-list-item__headline"> PM warned over aid cuts ahead of climate summit <span class="top-list-item__byline">By James Landale</span> </h3> </a> </li> <li class="top-list-item top-list-item__3 top-list-item--avatar top-list-item--odd"> <a class="top-list-item__link" href="https://web.archive.org/web/20211028065513/https://www.bbc.com/news/business-58981507" rev="correspondents|link" data-bbc-container="correspondent-headlines" data-bbc-title="Morocco bans UK flights due to Covid cases rising" data-bbc-source="Caroline Davies" data-bbc-metadata="{"CHD": "card::3" }"> <div class="top-list-item__bullet"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20211028065513oe_/https://ichef.bbc.co.uk/wwhp/{width}/ibroadcast/images/live/p0/99/8j/p0998jrk.jpg" data-alt=""><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt=""/></div></div> </div> <h3 class="top-list-item__headline"> Morocco bans UK flights due to Covid cases rising <span class="top-list-item__byline">By Caroline Davies</span> </h3> </a> </li> <li class="top-list-item top-list-item__4 top-list-item--avatar top-list-item--even"> <a class="top-list-item__link" href="https://web.archive.org/web/20211028065513/https://www.bbc.com/news/uk-politics-58958244" rev="correspondents|link" data-bbc-container="correspondent-headlines" data-bbc-title="Can new law tackle social media abuse of MPs?" data-bbc-source="Jennifer Scott" data-bbc-metadata="{"CHD": "card::4" }"> <div class="top-list-item__bullet"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20211028065513oe_/https://ichef.bbc.co.uk/wwhp/{width}/ibroadcast/images/live/p0/96/1f/p0961fmq.jpg" data-alt=""><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt=""/></div></div> </div> <h3 class="top-list-item__headline"> Can new law tackle social media abuse of MPs? <span class="top-list-item__byline">By Jennifer Scott</span> </h3> </a> </li> <li class="top-list-item top-list-item__5 top-list-item--avatar top-list-item--odd"> <a class="top-list-item__link" href="https://web.archive.org/web/20211028065513/https://www.bbc.com/news/uk-scotland-scotland-business-58952309" rev="correspondents|link" data-bbc-container="correspondent-headlines" data-bbc-title="The future of the office" data-bbc-source="Douglas Fraser" data-bbc-metadata="{"CHD": "card::5" }"> <div class="top-list-item__bullet"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20211028065513oe_/https://ichef.bbc.co.uk/wwhp/{width}/ibroadcast/images/live/p0/6j/0b/p06j0bb3.jpg" data-alt=""><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt=""/></div></div> </div> <h3 class="top-list-item__headline"> The future of the office <span class="top-list-item__byline">By Douglas Fraser</span> </h3> </a> </li> <li class="top-list-item top-list-item__6 top-list-item--avatar top-list-item--even"> <a class="top-list-item__link" href="https://web.archive.org/web/20211028065513/https://www.bbc.com/news/science-environment-58960575" rev="correspondents|link" data-bbc-container="correspondent-headlines" data-bbc-title="$10bn James Webb telescope unpacked in Kourou" data-bbc-source="Jonathan Amos" data-bbc-metadata="{"CHD": "card::6" }"> <div class="top-list-item__bullet"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20211028065513oe_/https://ichef.bbc.co.uk/wwhp/{width}/ibroadcast/images/live/p0/2x/w2/p02xw2hl.jpg" data-alt=""><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt=""/></div></div> </div> <h3 class="top-list-item__headline"> $10bn James Webb telescope unpacked in Kourou <span class="top-list-item__byline">By Jonathan Amos</span> </h3> </a> </li> <li class="top-list-item top-list-item__7 top-list-item--avatar top-list-item--odd"> <a class="top-list-item__link" href="https://web.archive.org/web/20211028065513/https://www.bbc.com/news/technology-58921230" rev="correspondents|link" data-bbc-container="correspondent-headlines" data-bbc-title="Apple takes down Koran app in China" data-bbc-source="James Clayton" data-bbc-metadata="{"CHD": "card::7" }"> <div class="top-list-item__bullet"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20211028065513oe_/https://ichef.bbc.co.uk/wwhp/{width}/ibroadcast/images/live/p0/8k/34/p08k34x5.jpg" data-alt=""><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt=""/></div></div> </div> <h3 class="top-list-item__headline"> Apple takes down Koran app in China <span class="top-list-item__byline">By James Clayton</span> </h3> </a> </li> <li class="top-list-item top-list-item__8 top-list-item--avatar top-list-item--even"> <a class="top-list-item__link" href="https://web.archive.org/web/20211028065513/https://www.bbc.com/news/world-us-canada-58904507" rev="correspondents|link" data-bbc-container="correspondent-headlines" data-bbc-title="Is Trump's power over Republicans starting to slip?" data-bbc-source="Anthony Zurcher" data-bbc-metadata="{"CHD": "card::8" }"> <div class="top-list-item__bullet"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20211028065513oe_/https://ichef.bbc.co.uk/wwhp/{width}/ibroadcast/images/live/p0/2z/b2/p02zb2rl.jpg" data-alt=""><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt=""/></div></div> </div> <h3 class="top-list-item__headline"> Is Trump's power over Republicans starting to slip? <span class="top-list-item__byline">By Anthony Zurcher</span> </h3> </a> </li> </ul> </div> </div> </div> </div> </section> <section class="module module--collapse-images module--special-features module--secondary-special-features"> <div class="module__content"> <ul class="features"> <li class="feature feature--1"> <div class="feature__wrapper"> <h2 class="feature__title"> <a class="feature__link" href="https://web.archive.org/web/20211028065513/https://www.bbc.com/news/business-11428889" rev="secondary-special-features|header"> Technology of Business </a> </h2> <div class="feature__content"> <div class="media media--overlay media--primary block-link" data-bbc-container="secondary-special-features" data-bbc-title="The African tech firm hoping to power space missions" data-bbc-source="Business" data-bbc-metadata="{"CHD": "card::1" }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20211028065513oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/114B0/production/_120723807_jpegpia23132.jpg" data-alt="Artist's concept shows a view from above the Lunar Flashlight spacecraft, a six-unit CubeSat"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Artist's concept shows a view from above the Lunar Flashlight spacecraft, a six-unit CubeSat"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="https://web.archive.org/web/20211028065513/https://www.bbc.com/news/business-58724195" rev="secondary-special-features|headline"> The African tech firm hoping to power space missions </a> </h3> <a class="media__tag tag tag--business" href="/web/20211028065513/https://www.bbc.com/news/business" rev="secondary-special-features|source">Business</a> </div> <a class="block-link__overlay-link" href="https://web.archive.org/web/20211028065513/https://www.bbc.com/news/business-58724195" rev="secondary-special-features|overlay" tabindex="-1" aria-hidden="true"> The African tech firm hoping to power space missions </a> </div> </div> </div> </li> <li class="feature-ad"> <div class="advert advert--mpu_bottom"><!-- BBCDOTCOM slot mpu_bottom --><div id="bbccom_mpu_bottom_1_2_3_4" class="bbccom_slot" aria-hidden="true"><div class="bbccom_advert"><script type="text/javascript">/*<![CDATA[*/(function() {if (window.bbcdotcom && bbcdotcom.slotAsync) {bbcdotcom.slotAsync("mpu_bottom", [1,2,3,4]);}})();/*]]>*/</script></div></div></div> </li> <li class="feature feature--2"> <div class="feature__wrapper"> <h2 class="feature__title"> <a class="feature__link" href="https://web.archive.org/web/20211028065513/https://www.bbc.com/future/towards-net-zero" rev="secondary-special-features|header"> Towards Net Zero </a> </h2> <div class="feature__content"> <div class="media media--overlay media--primary block-link" data-bbc-container="secondary-special-features" data-bbc-title="The end of America's 'big car' culture?" data-bbc-source="Future" data-bbc-metadata="{"CHD": "card::2" }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20211028065513oe_/https://ichef.bbc.co.uk/wwhp/{width}/ibroadcast/images/live/p0/9z/6p/p09z6p75.jpg" data-alt="A row of cars is viewed in a wing mirror (Credit: Getty Images)"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="A row of cars is viewed in a wing mirror (Credit: Getty Images)"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="https://web.archive.org/web/20211028065513/https://www.bbc.com/future/article/20211019-climate-change-how-the-us-can-drive-less" rev="secondary-special-features|headline"> The end of America's 'big car' culture? </a> </h3> <a class="media__tag tag tag--future" href="https://web.archive.org/web/20211028065513/http://www.bbc.com/future" rev="secondary-special-features|source">Future</a> </div> <a class="block-link__overlay-link" href="https://web.archive.org/web/20211028065513/https://www.bbc.com/future/article/20211019-climate-change-how-the-us-can-drive-less" rev="secondary-special-features|overlay" tabindex="-1" aria-hidden="true"> The end of America's 'big car' culture? </a> </div> </div> </div> </li> </ul> </div> </section> <section class="module module--world-in-pictures module--highlight"> <div class="module__title__container"> <div class="module__ad"> </div> <h2 class="module__title"> <a class="module__title__link tag tag--feature" href="/web/20211028065513/https://www.bbc.com/news/in_pictures" rev="world-in-pictures|header">World in pictures</a> </h2> </div> <div class="module__content"> <ul class="media-list media-list--fixed-height"> <li class="media-list__item media-list__item--1"> <div class="media media--padded media--primary media--icon block-link" data-bbc-container="world-in-pictures" data-bbc-title="Dad stubs out smoking habit for photography" data-bbc-source="Somerset" data-bbc-metadata="{"CHD": "card::1" }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20211028065513oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/17D6B/production/_121234679_daveshaw2021.jpg" data-alt="Dave Shaw"><img src="https://web.archive.org/web/20211028065513im_/https://ichef.bbc.co.uk/wwhp/144/cpsprodpb/17D6B/production/_121234679_daveshaw2021.jpg" alt="Dave Shaw"/></div></div> </div> <span class="media__icon icon icon--gallery" aria-hidden="true"></span> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20211028065513/https://www.bbc.com/news/uk-england-somerset-59041286" rev="world-in-pictures1|headline"> Dad stubs out smoking habit for photography </a> </h3> <a class="media__tag tag tag--in-pictures" href="/web/20211028065513/https://www.bbc.com/news/england/somerset" rev="world-in-pictures1|source">Somerset</a> </div> <a class="block-link__overlay-link" href="/web/20211028065513/https://www.bbc.com/news/uk-england-somerset-59041286" rev="world-in-pictures1|overlay" tabindex="-1" aria-hidden="true"> Dad stubs out smoking habit for photography </a> </div> </li> <li class="media-list__item media-list__item--2"> <div class="media media--padded media--icon block-link" data-bbc-container="world-in-pictures" data-bbc-title="Your pictures on the theme of 'minimalism'" data-bbc-source="In Pictures" data-bbc-metadata="{"CHD": "card::2" }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20211028065513oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/A1B4/production/_121169314_01.jpg" data-alt="Bird in flight"><img src="https://web.archive.org/web/20211028065513im_/https://ichef.bbc.co.uk/wwhp/144/cpsprodpb/A1B4/production/_121169314_01.jpg" alt="Bird in flight"/></div></div> </div> <span class="media__icon icon icon--gallery" aria-hidden="true"></span> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20211028065513/https://www.bbc.com/news/in-pictures-58999674" rev="world-in-pictures2|headline"> Your pictures on the theme of 'minimalism' </a> </h3> <a class="media__tag tag tag--in-pictures" href="/web/20211028065513/https://www.bbc.com/news/in_pictures" rev="world-in-pictures2|source">In Pictures</a> </div> <a class="block-link__overlay-link" href="/web/20211028065513/https://www.bbc.com/news/in-pictures-58999674" rev="world-in-pictures2|overlay" tabindex="-1" aria-hidden="true"> Your pictures on the theme of 'minimalism' </a> </div> </li> <li class="media-list__item media-list__item--3"> <div class="media media--padded media--icon block-link" data-bbc-container="world-in-pictures" data-bbc-title="In pictures: The Queen's busy October" data-bbc-source="UK" data-bbc-metadata="{"CHD": "card::3" }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20211028065513oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/FD09/production/_121177746_gettyimages-1345473576.jpg" data-alt="Queen Elizabeth II attends the launch of The Queen's Baton Relay for Birmingham 2022, the XXII Commonwealth Games at Buckingham Palace on October 07, 2021"><img src="https://web.archive.org/web/20211028065513im_/https://ichef.bbc.co.uk/wwhp/144/cpsprodpb/FD09/production/_121177746_gettyimages-1345473576.jpg" alt="Queen Elizabeth II attends the launch of The Queen's Baton Relay for Birmingham 2022, the XXII Commonwealth Games at Buckingham Palace on October 07, 2021"/></div></div> </div> <span class="media__icon icon icon--gallery" aria-hidden="true"></span> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20211028065513/https://www.bbc.com/news/uk-59007340" rev="world-in-pictures3|headline"> In pictures: The Queen's busy October </a> </h3> <a class="media__tag tag tag--in-pictures" href="/web/20211028065513/https://www.bbc.com/news/uk" rev="world-in-pictures3|source">UK</a> </div> <a class="block-link__overlay-link" href="/web/20211028065513/https://www.bbc.com/news/uk-59007340" rev="world-in-pictures3|overlay" tabindex="-1" aria-hidden="true"> In pictures: The Queen's busy October </a> </div> </li> <li class="media-list__item media-list__item--4"> <div class="media media--padded media--icon block-link" data-bbc-container="world-in-pictures" data-bbc-title="Africa's top shots: Poise, paint and protests" data-bbc-source="Africa" data-bbc-metadata="{"CHD": "card::4" }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20211028065513oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/149C1/production/_121171448_gettyimages-1235923264.jpg" data-alt="A model gets ready in the backstage area during the third edition of East Africa International Fashion Week in Nairobi, on October 16, 2021. - The annual fashion event created by a former Kenyan model attracts fashion enthusiasts and buyers to see six different collections by designers from Kenya, Uganda and Tanzania."><img src="https://web.archive.org/web/20211028065513im_/https://ichef.bbc.co.uk/wwhp/144/cpsprodpb/149C1/production/_121171448_gettyimages-1235923264.jpg" alt="A model gets ready in the backstage area during the third edition of East Africa International Fashion Week in Nairobi, on October 16, 2021. - The annual fashion event created by a former Kenyan model attracts fashion enthusiasts and buyers to see six different collections by designers from Kenya, Uganda and Tanzania."/></div></div> </div> <span class="media__icon icon icon--gallery" aria-hidden="true"></span> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20211028065513/https://www.bbc.com/news/world-africa-58994122" rev="world-in-pictures4|headline"> Africa's top shots: Poise, paint and protests </a> </h3> <a class="media__tag tag tag--in-pictures" href="/web/20211028065513/https://www.bbc.com/news/world/africa" rev="world-in-pictures4|source">Africa</a> </div> <a class="block-link__overlay-link" href="/web/20211028065513/https://www.bbc.com/news/world-africa-58994122" rev="world-in-pictures4|overlay" tabindex="-1" aria-hidden="true"> Africa's top shots: Poise, paint and protests </a> </div> </li> <li class="media-list__item media-list__item--5"> <div class="media media--padded media--icon block-link" data-bbc-container="world-in-pictures" data-bbc-title="New Bergerac photographs mark show's 40th birthday" data-bbc-source="Jersey" data-bbc-metadata="{"CHD": "card::5" }"> <div class="media__image"> <div class="responsive-image"><div class="delayed-image-load" data-src="https://web.archive.org/web/20211028065513oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/6DEF/production/_121134182_hi070964867_rescan.jpg" data-alt="John Nettles as Jim Bergerac"><img src="https://web.archive.org/web/20211028065513im_/https://ichef.bbc.co.uk/wwhp/144/cpsprodpb/6DEF/production/_121134182_hi070964867_rescan.jpg" alt="John Nettles as Jim Bergerac"/></div></div> </div> <span class="media__icon icon icon--gallery" aria-hidden="true"></span> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20211028065513/https://www.bbc.com/news/world-europe-jersey-58834378" rev="world-in-pictures5|headline"> New Bergerac photographs mark show's 40th birthday </a> </h3> <a class="media__tag tag tag--in-pictures" href="/web/20211028065513/https://www.bbc.com/news/world/europe/jersey" rev="world-in-pictures5|source">Jersey</a> </div> <a class="block-link__overlay-link" href="/web/20211028065513/https://www.bbc.com/news/world-europe-jersey-58834378" rev="world-in-pictures5|overlay" tabindex="-1" aria-hidden="true"> New Bergerac photographs mark show's 40th birthday </a> </div> </li> </ul> </div> </section> <section class="module module--highlight module--languages"> <h2 class="module__title"> <a class="module__title__link" href="/web/20211028065513/https://www.bbc.com/worldserviceradio" rev="languages|header">BBC in other languages</a> </h2> <div class="module__content"> <div class="ws"> <div class="ws-headlines"> <ul class="ws-headlines__list"> <li class="ws-headline ws-headline--persian"> <h3 class="ws-headline__language"> <a class="ws-headline__language-link" title="Persian" href="/web/20211028065513/https://www.bbc.com/persian/" rev="languages|link"> Persian </a> </h3> <p class="ws-headline__title" dir="rtl"> <a class="ws-headline__title-link" title="ژنرال میلی: آزمایش اخیر چین 'خیلی نگران کننده است'" href="/web/20211028065513/https://www.bbc.com/persian/world-59072183" rev="languages|headline"> ژنرال میلی: آزمایش اخیر چین 'خیلی نگران کننده است' </a> </p> </li> <li class="ws-headline ws-headline--spanish"> <h3 class="ws-headline__language"> <a class="ws-headline__language-link" title="Spanish" href="/web/20211028065513/https://www.bbc.com/mundo/" rev="languages|link"> Spanish </a> </h3> <p class="ws-headline__title" dir="ltr"> <a class="ws-headline__title-link" title="3 desastres medioambientales que casi hemos solucionado (y qué lecciones podemos aprender para la lucha contra el cambio climático)" href="/web/20211028065513/https://www.bbc.com/mundo/noticias-59040775" rev="languages|headline"> 3 desastres medioambientales que casi hemos solucionado (y qué lecciones podemos aprender para la lucha contra el cambio climático) </a> </p> </li> <li class="ws-headline ws-headline--urdu"> <h3 class="ws-headline__language"> <a class="ws-headline__language-link" title="Urdu" href="/web/20211028065513/https://www.bbc.com/urdu/" rev="languages|link"> Urdu </a> </h3> <p class="ws-headline__title" dir="rtl"> <a class="ws-headline__title-link" title="تحریکِ لبیک کا لانگ مارچ: رینجرز کے ذریعے ٹی ایل پی سے نمٹنے کے کیا اثرات ہو سکتے ہیں؟" href="/web/20211028065513/https://www.bbc.com/urdu/pakistan-59071743" rev="languages|headline"> تحریکِ لبیک کا لانگ مارچ: رینجرز کے ذریعے ٹی ایل پی سے نمٹنے کے کیا اثرات ہو سکتے ہیں؟ </a> </p> </li> <li class="ws-headline ws-headline--vietnamese"> <h3 class="ws-headline__language"> <a class="ws-headline__language-link" title="Vietnamese" href="/web/20211028065513/https://www.bbc.com/vietnamese/" rev="languages|link"> Vietnamese </a> </h3> <p class="ws-headline__title" dir="ltr"> <a class="ws-headline__title-link" title="Biden thề sát cánh cùng châu Á" href="/web/20211028065513/https://www.bbc.com/vietnamese/world-59073098" rev="languages|headline"> Biden thề sát cánh cùng châu Á </a> </p> </li> </ul> </div> <div class="ws-languages"> <h2 class="ws-languages__title"> <a href="/web/20211028065513/https://www.bbc.com/ws/languages" class="ws-languages__link" rev="languages|header"> More Languages </a> </h2> <ul class="ws-languages__list"> <li class="ws-language ws-language--ar"> <a class="ws-language__link" href="/web/20211028065513/https://www.bbc.com/arabic/" title="Arabic service" rev="languages|link"> <span class="ws-language__english">Arabic</span> <span class="ws-language__native"> عربي </span> </a> </li> <li class="ws-language ws-language--as"> <a class="ws-language__link" href="/web/20211028065513/https://www.bbc.com/azeri/" title="Azeri service" rev="languages|link"> <span class="ws-language__english">Azeri</span> <span class="ws-language__native"> AZƏRBAYCAN </span> </a> </li> <li class="ws-language ws-language--bn"> <a class="ws-language__link" href="/web/20211028065513/https://www.bbc.com/bengali/" title="Bangla service" rev="languages|link"> <span class="ws-language__english">Bangla</span> <span class="ws-language__native"> বাংলা </span> </a> </li> <li class="ws-language ws-language--my"> <a class="ws-language__link" href="/web/20211028065513/https://www.bbc.com/burmese/" title="Burmese service" rev="languages|link"> <span class="ws-language__english">Burmese</span> <span class="ws-language__native"> မြန်မာ </span> </a> </li> <li class="ws-language ws-language--zh"> <a class="ws-language__link" href="/web/20211028065513/https://www.bbc.com/zhongwen/simp/" title="Chinese service" rev="languages|link"> <span class="ws-language__english">Chinese</span> <span class="ws-language__native"> 中文网 </span> </a> </li> <li class="ws-language ws-language--fr"> <a class="ws-language__link" href="/web/20211028065513/https://www.bbc.com/afrique/" title="French (for Africa) service" rev="languages|link"> <span class="ws-language__english">French</span> <span class="ws-language__native"> AFRIQUE </span> </a> </li> <li class="ws-language ws-language--ha"> <a class="ws-language__link" href="/web/20211028065513/https://www.bbc.com/hausa/" title="Hausa service" rev="languages|link"> <span class="ws-language__english">Hausa</span> <span class="ws-language__native"> HAUSA </span> </a> </li> <li class="ws-language ws-language--hi"> <a class="ws-language__link" href="/web/20211028065513/https://www.bbc.com/hindi/" title="Hindi service" rev="languages|link"> <span class="ws-language__english">Hindi</span> <span class="ws-language__native"> हिन्दी </span> </a> </li> <li class="ws-language ws-language--id"> <a class="ws-language__link" href="/web/20211028065513/https://www.bbc.com/indonesia/" title="Indonesian service" rev="languages|link"> <span class="ws-language__english">Indonesian</span> <span class="ws-language__native"> INDONESIA </span> </a> </li> <li class="ws-language ws-language--jp"> <a class="ws-language__link" href="/web/20211028065513/https://www.bbc.com/japanese/" title="Japanese service" rev="languages|link"> <span class="ws-language__english">Japanese</span> <span class="ws-language__native"> 日本語 </span> </a> </li> <li class="ws-language ws-language--rw"> <a class="ws-language__link" href="/web/20211028065513/https://www.bbc.com/gahuza/" title="Kirundi service" rev="languages|link"> <span class="ws-language__english">Kinyarwanda</span> <span class="ws-language__native"> GAHUZA </span> </a> </li> <li class="ws-language ws-language--rn"> <a class="ws-language__link" href="/web/20211028065513/https://www.bbc.com/gahuza/" title="Kirundi service" rev="languages|link"> <span class="ws-language__english">Kirundi</span> <span class="ws-language__native"> KIRUNDI </span> </a> </li> <li class="ws-language ws-language--ky"> <a class="ws-language__link" href="/web/20211028065513/https://www.bbc.com/kyrgyz/" title="Kyrgyz service" rev="languages|link"> <span class="ws-language__english">Kyrgyz</span> <span class="ws-language__native"> Кыргыз </span> </a> </li> <li class="ws-language ws-language--mr"> <a class="ws-language__link" href="/web/20211028065513/https://www.bbc.com/marathi/" title="Marathi service" rev="languages|link"> <span class="ws-language__english">Marathi</span> <span class="ws-language__native"> मराठी </span> </a> </li> <li class="ws-language ws-language--ne"> <a class="ws-language__link" href="/web/20211028065513/https://www.bbc.com/nepali/" title="Nepali service" rev="languages|link"> <span class="ws-language__english">Nepali</span> <span class="ws-language__native"> नेपाली </span> </a> </li> <li class="ws-language ws-language--ps"> <a class="ws-language__link" href="/web/20211028065513/https://www.bbc.com/pashto/" title="Pashto service" rev="languages|link"> <span class="ws-language__english">Pashto</span> <span class="ws-language__native"> پښتو </span> </a> </li> <li class="ws-language ws-language--fa"> <a class="ws-language__link" href="/web/20211028065513/https://www.bbc.com/persian/" title="Persian service" rev="languages|link"> <span class="ws-language__english">Persian</span> <span class="ws-language__native"> فارسی </span> </a> </li> <li class="ws-language ws-language--pt-BR"> <a class="ws-language__link" href="/web/20211028065513/https://www.bbc.com/portuguese/" title="Portuguese (for Brazil) service" rev="languages|link"> <span class="ws-language__english">Portuguese</span> <span class="ws-language__native"> BRASIL </span> </a> </li> <li class="ws-language ws-language--ru"> <a class="ws-language__link" href="/web/20211028065513/https://www.bbc.com/russian/" title="Russian service" rev="languages|link"> <span class="ws-language__english">Russian</span> <span class="ws-language__native"> НА РУССКОМ </span> </a> </li> <li class="ws-language ws-language--si"> <a class="ws-language__link" href="/web/20211028065513/https://www.bbc.com/sinhala/" title="Sinhala service" rev="languages|link"> <span class="ws-language__english">Sinhala</span> <span class="ws-language__native"> සිංහල </span> </a> </li> <li class="ws-language ws-language--so"> <a class="ws-language__link" href="/web/20211028065513/https://www.bbc.com/somali/" title="Somali service" rev="languages|link"> <span class="ws-language__english">Somali</span> <span class="ws-language__native"> SOMALI </span> </a> </li> <li class="ws-language ws-language--es"> <a class="ws-language__link" href="/web/20211028065513/https://www.bbc.com/mundo/" title="Spanish service" rev="languages|link"> <span class="ws-language__english">Spanish</span> <span class="ws-language__native"> MUNDO </span> </a> </li> <li class="ws-language ws-language--sw"> <a class="ws-language__link" href="/web/20211028065513/https://www.bbc.com/swahili/" title="Swahili service" rev="languages|link"> <span class="ws-language__english">Swahili</span> <span class="ws-language__native"> SWAHILI </span> </a> </li> <li class="ws-language ws-language--ta"> <a class="ws-language__link" href="/web/20211028065513/https://www.bbc.com/tamil/" title="Tamil service" rev="languages|link"> <span class="ws-language__english">Tamil</span> <span class="ws-language__native"> தமிழ் </span> </a> </li> <li class="ws-language ws-language--tr"> <a class="ws-language__link" href="/web/20211028065513/https://www.bbc.com/turkce/" title="Turkish service" rev="languages|link"> <span class="ws-language__english">Turkish</span> <span class="ws-language__native"> TÜRKÇE </span> </a> </li> <li class="ws-language ws-language--uk"> <a class="ws-language__link" href="/web/20211028065513/https://www.bbc.com/ukrainian/" title="Ukrainian service" rev="languages|link"> <span class="ws-language__english">Ukrainian</span> <span class="ws-language__native"> УКРАЇНСЬКA </span> </a> </li> <li class="ws-language ws-language--ur"> <a class="ws-language__link" href="/web/20211028065513/https://www.bbc.com/urdu/" title="Urdu service" rev="languages|link"> <span class="ws-language__english">Urdu</span> <span class="ws-language__native"> اردو </span> </a> </li> <li class="ws-language ws-language--uz"> <a class="ws-language__link" href="/web/20211028065513/https://www.bbc.com/uzbek/" title="Uzbek service" rev="languages|link"> <span class="ws-language__english">Uzbek</span> <span class="ws-language__native"> O'ZBEK </span> </a> </li> <li class="ws-language ws-language--vi"> <a class="ws-language__link" href="/web/20211028065513/https://www.bbc.com/vietnamese/" title="Vietnamese service" rev="languages|link"> <span class="ws-language__english">Vietnamese</span> <span class="ws-language__native"> TIẾNG VIỆT </span> </a> </li> </ul> </div> </div> </div> </section> </div> <!-- BBCCOM-9606: add bbc select to nav in US/CA --> <script type="text/javascript"> (function(){ function updateNavBar(){ var navEl = document.createElement("li"), aEl = document.createElement("a"), orbNav = document.querySelectorAll(".orb-panel-content ul")[0], orbNavWeather = document.querySelectorAll(".orb-panel-content .orb-nav-weather")[0]; navEl.setAttribute("class", "orb-nav-bbcselect orb-nav-hide"); aEl.setAttribute("href", "https://web.archive.org/web/20211028065513/https://www.bbcselect.com"); aEl.innerHTML = "BBC Select"; navEl.appendChild(aEl); try { if(typeof orbNav !== "undefined" && typeof orbNavWeather !== "undefined") { orbNav.insertBefore(navEl, orbNavWeather); if (window.bbcuser && window.bbcuser.getCountry && typeof (window.bbcuser.getCountry) === 'function') { window.bbcuser.getCountry().then(function (countryCode) { var isValid = countryCode && ['US', 'CA'].indexOf(countryCode.toUpperCase()) !== -1; /*if no countryCode return, we default to the edition css to show-hide */ if (countryCode && !isValid) { document.getElementsByClassName('orb-nav-bbcselect')[0].remove(); } if (countryCode && countryCode.toUpperCase() === 'CA') { aEl.setAttribute("href", "https://web.archive.org/web/20211028065513/https://www.bbcselect.com/ca/") } }); } clearInterval(window.isNavBarReadyInterval); } } catch(e) {} } window.isNavBarReadyInterval = setInterval(updateNavBar, 500); setTimeout(function (){ clearInterval(window.isNavBarReadyInterval); }, 5000); })(); </script> <script type="text/javascript"> (function(){ function loadChartbeat() { window._sf_endpt=(new Date()).getTime(); var e = document.createElement("script"); e.setAttribute("language", "javascript"); e.setAttribute("type", "text/javascript"); e.setAttribute('src', '//web.archive.org/web/20211028065513/https://static.chartbeat.com/js/chartbeat.js'); document.body.appendChild(e); } var oldonload = window.onload; window.onload = (typeof window.onload != "function") ? loadChartbeat : function() { oldonload(); loadChartbeat(); }; }()); </script> </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-home"><a href="https://web.archive.org/web/20211028065513/https://www.bbc.co.uk/">Home</a></li><li class="orb-nav-news"><a href="https://web.archive.org/web/20211028065513/https://www.bbc.co.uk/news">News</a></li><li class="orb-nav-sport"><a href="https://web.archive.org/web/20211028065513/https://www.bbc.co.uk/sport">Sport</a></li><li class="orb-nav-weather"><a href="https://web.archive.org/web/20211028065513/https://www.bbc.co.uk/weather">Weather</a></li><li class="orb-nav-iplayer"><a href="https://web.archive.org/web/20211028065513/https://www.bbc.co.uk/iplayer">iPlayer</a></li><li class="orb-nav-sounds"><a href="https://web.archive.org/web/20211028065513/https://www.bbc.co.uk/sounds">Sounds</a></li><li class="orb-nav-cbbc"><a href="https://web.archive.org/web/20211028065513/https://www.bbc.co.uk/cbbc">CBBC</a></li><li class="orb-nav-cbeebies"><a href="https://web.archive.org/web/20211028065513/https://www.bbc.co.uk/cbeebies">CBeebies</a></li><li class="orb-nav-food"><a href="https://web.archive.org/web/20211028065513/https://www.bbc.co.uk/food">Food</a></li><li class="orb-nav-bitesize"><a href="https://web.archive.org/web/20211028065513/https://www.bbc.co.uk/bitesize">Bitesize</a></li><li class="orb-nav-arts"><a href="https://web.archive.org/web/20211028065513/https://www.bbc.co.uk/arts">Arts</a></li><li class="orb-nav-taster"><a href="https://web.archive.org/web/20211028065513/https://www.bbc.co.uk/taster">Taster</a></li><li class="orb-nav-local"><a href="https://web.archive.org/web/20211028065513/https://www.bbc.co.uk/news/localnews">Local</a></li><li class="orb-nav-three"><a href="https://web.archive.org/web/20211028065513/https://www.bbc.co.uk/bbcthree">Three</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/20211028065513/https://www.bbcglobalnews.com/">Advertise with us<' + '/a><' + '/li><li class="orb-footer-adchoices"><a href="https://web.archive.org/web/20211028065513/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/20211028065513/https://www.bbc.co.uk/usingthebbc/terms/">Terms of Use</a></li><li class="orb-footer-about"><a href="https://web.archive.org/web/20211028065513/https://www.bbc.co.uk/aboutthebbc">About the BBC</a></li><li class="orb-footer-privacy"><a href="https://web.archive.org/web/20211028065513/https://www.bbc.co.uk/usingthebbc/privacy/">Privacy Policy</a></li><li class="orb-footer-cookies"><a href="https://web.archive.org/web/20211028065513/https://www.bbc.co.uk/usingthebbc/cookies/">Cookies</a></li><li class="orb-footer-accessibility"><a href="https://web.archive.org/web/20211028065513/https://www.bbc.co.uk/accessibility/">Accessibility Help</a></li><li class="orb-footer-parental"><a href="https://web.archive.org/web/20211028065513/https://www.bbc.co.uk/guidance">Parental Guidance</a></li><li class="orb-footer-contact"><a href="https://web.archive.org/web/20211028065513/https://www.bbc.co.uk/contact">Contact the BBC</a></li><li class="orb-footer-newsletter"><a href="https://web.archive.org/web/20211028065513/https://www.bbc.co.uk/bbcnewsletter">Get Personalised Newsletters</a></li></ul><small><em class="orb-hilight">Copyright © 2021 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/20211028065513/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/20211028065513/https://static.files.bbci.co.uk/orbit/c2cacae46aac94e6bf2a24e94cb6efe1/js/drawer-api.bundle.js","bbccookies":"https://web.archive.org/web/20211028065513/https://static.files.bbci.co.uk/cookies/6868f40b6841deedfcf9895de775e1ab/cookie-banner/cookie-library.module.js"}}</script><script type="module" src="https://web.archive.org/web/20211028065513jm_/https://static.files.bbci.co.uk/orbit/c2cacae46aac94e6bf2a24e94cb6efe1/js/orbit.js" async=""></script><script type="text/javascript" src="https://web.archive.org/web/20211028065513js_/https://static.files.bbci.co.uk/orbit/c2cacae46aac94e6bf2a24e94cb6efe1/js/redirect.bundle.js" async=""></script><script type="text/javascript" src="https://web.archive.org/web/20211028065513js_/https://static.files.bbci.co.uk/orbit/c2cacae46aac94e6bf2a24e94cb6efe1/js/performance.bundle.js" data-release="3.0.0-1714.f397d719" data-ux="orb" async=""></script><script id="orb-js-script" data-assetpath="https://static.files.bbci.co.uk/orbit/c2cacae46aac94e6bf2a24e94cb6efe1/" src="https://web.archive.org/web/20211028065513js_/https://static.files.bbci.co.uk/orbit/c2cacae46aac94e6bf2a24e94cb6efe1/js/orb.min.js"></script> <script type="text/javascript">/*<![CDATA[*/ require(['orb/nav'], function(nav) { window.bbcuser.isUKCombined().then(function(isUK) { if (isUK) { nav.loadJs('https://web.archive.org/web/20211028065513/https://static.files.bbci.co.uk/orbit/c2cacae46aac94e6bf2a24e94cb6efe1/js/edr.min.js'); } }); }); /*]]>*/</script> <script type="text/javascript">require.config({ paths: { "mybbc/templates": '//web.archive.org/web/20211028065513/https://mybbc.files.bbci.co.uk/notification-ui/4.3.7/templates', "mybbc/notifications": '//web.archive.org/web/20211028065513/https://mybbc.files.bbci.co.uk/notification-ui/4.3.7/js' } }); require(['mybbc/notifications/NotificationsMain', 'idcta/idcta-1'], function (NotificationsMain, idcta) { var loadNotifications = function (isUK) { if (isUK) { window.bbcpage.loadCSS('//web.archive.org/web/20211028065513/https://mybbc.files.bbci.co.uk/notification-ui/4.3.7/css/main.min.css').then(function() { NotificationsMain.run(idcta, '//web.archive.org/web/20211028065513/https://mybbc.files.bbci.co.uk/notification-ui/4.3.7/'); }); } }; window.bbcuser.isUKCombined().then(function(isUK) { loadNotifications(isUK); }); });</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/20211028065513/https://nav.files.bbci.co.uk/searchbox/d3c099a283f4be8102b8b0bba5796dd7//js/old-search-suggest.js'; script.async = true; script.setAttribute('data-static-prefix', 'https://web.archive.org/web/20211028065513/https://nav.files.bbci.co.uk/searchbox/d3c099a283f4be8102b8b0bba5796dd7/'); script.setAttribute('data-variant', 'default'); document.head.appendChild(script); } else { import('https://web.archive.org/web/20211028065513/https://nav.files.bbci.co.uk/searchbox/d3c099a283f4be8102b8b0bba5796dd7//js/search-suggest.js').then(drawer => { drawer.setupSearchDrawer({ searchboxAppStaticPrefix: 'https://web.archive.org/web/20211028065513/https://nav.files.bbci.co.uk/searchbox/d3c099a283f4be8102b8b0bba5796dd7/', variant: 'default', }); }); } } }); }</script> <script type="text/javascript" src="https://web.archive.org/web/20211028065513js_/https://nav.files.bbci.co.uk/navpromo/34f98a4c8573fabed16dc8acea28feb8/js/footerpromo.js" data-base="https://navpromo.api.bbci.co.uk" data-variant="" async=""></script> <script type="text/javascript">window.COOKIES_STATIC_HOST="https://web.archive.org/web/20211028065513/https://static.files.bbci.co.uk/cookies/6868f40b6841deedfcf9895de775e1ab/cookie-banner/cookie-prompt/"</script><script src="https://web.archive.org/web/20211028065513js_/https://static.files.bbci.co.uk/cookies/6868f40b6841deedfcf9895de775e1ab/cookie-banner/cookie-banners.bundle.js" async=""></script> <script src="https://web.archive.org/web/20211028065513js_/https://nav.files.bbci.co.uk//user-activity-helper/5a08eeec4b85ac14cd5e09e2fab845eb/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><noscript><img src="https://web.archive.org/web/20211028065513im_/https://sb.scorecardresearch.com/p?c1=2&c2=17986528&cs_ucfr=0&cv=2.0&cj=1"></noscript> </body> </html> <!-- FILE ARCHIVED ON 06:55:13 Oct 28, 2021 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 04:15:43 Nov 26, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.666 exclusion.robots: 0.027 exclusion.robots.policy: 0.017 esindex: 0.011 cdx.remote: 37.845 LoadShardBlock: 534.032 (6) PetaboxLoader3.datanode: 545.81 (7) load_resource: 264.086 PetaboxLoader3.resolve: 156.714 -->