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="https://web-static.archive.org/_static/js/bundle-playback.js?v=7YQSqjSh" charset="utf-8"></script> <script type="text/javascript" src="https://web-static.archive.org/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="https://web-static.archive.org/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("https://www.bbc.com/","20210907084444","https://web.archive.org/","web","https://web-static.archive.org/_static/", "1631004284"); </script> <link rel="stylesheet" type="text/css" href="https://web-static.archive.org/_static/css/banner-styles.css?v=p7PEIJWi" /> <link rel="stylesheet" type="text/css" href="https://web-static.archive.org/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <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: 20210621-1346-9144af9173f4d0c427a321d53978bb7d2ed2652e --> <!-- 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/20210907084444/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/20210907084444im_/https://gn-web-assets.api.bbc.com/wwhp/20210621-1346-9144af9173f4d0c427a321d53978bb7d2ed2652e/responsive/img/apple-touch/apple-touch-180.jpg"> <script src="https://web.archive.org/web/20210907084444js_/https://static.files.bbci.co.uk/orbit/1d65dcf3d4bb1b5ff745e126c9176e0e//js/require.min.js"></script> <link rel="stylesheet" href="https://web.archive.org/web/20210907084444cs_/https://static.files.bbci.co.uk/orbit/1d65dcf3d4bb1b5ff745e126c9176e0e//css/orb-ltr.min.css"> <!-- Orbit: 3.0.0-1575.714bf9cf --> <!-- Environment: live --> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <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.partialCookieOvenUrl = 'https://web.archive.org/web/20210907084444/https://cookie-oven.api.bbc'; window.orbitData.userProfileUrl = "https://web.archive.org/web/20210907084444/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; window.orb = { worldwideNavlinks: '<li class="orb-nav-homedotcom"><a href="https://web.archive.org/web/20210907084444/https://www.bbc.com/">Home</a></li><li class="orb-nav-newsdotcom"><a href="https://web.archive.org/web/20210907084444/https://www.bbc.com/news">News</a></li><li class="orb-nav-sport"><a href="https://web.archive.org/web/20210907084444/https://www.bbc.com/sport">Sport</a></li><li class="orb-nav-reeldotcom"><a href="https://web.archive.org/web/20210907084444/https://www.bbc.com/reel">Reel</a></li><li class="orb-nav-worklife"><a href="https://web.archive.org/web/20210907084444/https://www.bbc.com/worklife">Worklife</a></li><li class="orb-nav-traveldotcom"><a href="https://web.archive.org/web/20210907084444/https://www.bbc.com/travel">Travel</a></li><li class="orb-nav-future"><a href="https://web.archive.org/web/20210907084444/https://www.bbc.com/future">Future</a></li><li class="orb-nav-culture"><a href="https://web.archive.org/web/20210907084444/https://www.bbc.com/culture">Culture</a></li><li class="orb-nav-music"><a href="https://web.archive.org/web/20210907084444/https://www.bbc.com/culture/music">Music</a></li><li class="orb-nav-tv"><a href="https://web.archive.org/web/20210907084444/https://www.bbc.co.uk/schedules/p00fzl9m">TV</a></li><li class="orb-nav-weather"><a href="https://web.archive.org/web/20210907084444/https://www.bbc.com/weather">Weather</a></li><li class="orb-nav-sounds"><a href="https://web.archive.org/web/20210907084444/https://www.bbc.co.uk/sounds">Sounds</a></li>', } !function(){var t={1391:function(t){function e(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function r(t){for(var r=1;r<arguments.length;r++){var o=null!=arguments[r]?arguments[r]:{};r%2?e(Object(o),!0).forEach((function(e){n(t,e,o[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(o)):e(Object(o)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(o,e))}))}return t}function n(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var o=r({},window.page);document.addEventListener("bbc-page-reset",(function(t){var e;t.detail&&t.detail.page&&(e=t.detail.page,o=Object.assign(o,e)),document.dispatchEvent(new Event("bbc-page-updated"))}));var i={getName:function(){return Promise.resolve(o.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(o.language)},getDestination:function(){return Promise.resolve(o.destination)},getProducer:function(){return Promise.resolve(o.producer)},getSection:function(){return Promise.resolve(o.section)},getContentType:function(){return Promise.resolve(o.contentType)},getContentId:function(){return Promise.resolve(o.contentId)},getReferrer:function(){return Promise.resolve(window.orb&&null!==window.orb.referrer&&void 0!==window.orb.referrer?window.orb.referrer:document.referrer)},getAdditionalProperties:function(){return Promise.resolve(r({},o.additionalProperties))},loadCSS:function(t){return new Promise((function(e,r){var n=document.createElement("link");n.type="text/css",n.rel="stylesheet",n.onload=function(){e()},n.href=t,document.getElementsByTagName("head")[0].appendChild(n)}))},isModal:function(){return Promise.resolve(o.modal)}};window.bbcpage=i,t.exports={bbcpage:i}},9135:function(t){function e(t){return(e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function r(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,r){return!r||"object"!==e(r)&&"function"!=typeof r?function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t):r}function o(t){var e="function"==typeof Map?new Map:void 0;return(o=function(t){if(null===t||(r=t,-1===Function.toString.call(r).indexOf("[native code]")))return t;var r;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,n)}function n(){return i(t,arguments,c(this).constructor)}return n.prototype=Object.create(t.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),u(n,t)})(t)}function i(t,e,r){return(i=a()?Reflect.construct:function(t,e,r){var n=[null];n.push.apply(n,e);var o=new(Function.bind.apply(t,n));return r&&u(o,r.prototype),o}).apply(null,arguments)}function a(){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 u(t,e){return(u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function c(t){return(c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}var s=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var e,o,i=(e=s,o=a(),function(){var t,r=c(e);if(o){var i=c(this).constructor;t=Reflect.construct(r,arguments,i)}else t=r.apply(this,arguments);return n(this,t)});function s(){return r(this,s),i.apply(this,arguments)}return s}(o(Error));function f(t){return new Promise((function(e,r){window.require(t,(function(){e.apply(this,arguments)}),(function(t){r(t)}))}))}var l,p=null;function h(){if(window.orbitData&&window.orbitData.user&&["X-Country","X-Ip_is_advertise_combined","X-Ip_is_uk_combined"].every((function(t){return!!window.orbitData.user[t]})))return Promise.resolve(window.orbitData.user);if(!p){var t=window.location.hostname.endsWith(".com")?"com":"co.uk";p=fetch("https://web.archive.org/web/20210907084444/https://www.bbc.".concat(t,"/userinfo")).then((function(t){return t.json()}))}return p}function d(t){if(t.status>=200&&t.status<300)return t;var e=new Error(t.statusText);throw e.response=t,e}function v(t){return t.json()}function y(){if(window.orbitData.user&&window.orbitData.user.ageBand)return Promise.resolve(window.orbitData.user);if(!l){if("undefined"==typeof XMLHttpRequest||!("withCredentials"in new XMLHttpRequest))return Promise.resolve(window.orbitData.user);l=f(["idcta-v2/idcta-1"]).then((function(t){return t.initiateTokenRefresh().then((function(){return window.fetch(window.orbitData.userProfileUrl,{credentials:"include"}).then(d).then(v).then((function(t){return void 0===window.orbitData.user?window.orbitData.user=t:Object.assign(window.orbitData.user,t),window.orbitData.user}))}))}))}return l}var g={getHashedId:function(){return f(["idcta-v2/idcta-1"]).then((function(t){return t.getCookieInstance().getHidFromCookie()}))},isSignedIn:function(){return f(["idcta-v2/idcta-1"]).then((function(t){return t&&t.getCookieInstance().hasCookie()}))},getCountry:function(){return h().then((function(t){return t["X-Country"]||"gb"}))},isUKCombined:function(){return h().then((function(t){if(!t["X-Ip_is_uk_combined"])throw new s("missing isUKCombined from userinfo response");return"yes"===t["X-Ip_is_uk_combined"].toLowerCase()}))},canSeeAdverts:function(){return h().then((function(t){if(!t["X-Ip_is_advertise_combined"])throw new s("missing canSeeAdverts from userinfo response");return"yes"===t["X-Ip_is_advertise_combined"].toLowerCase()}))},getAgeBand:function(){return h().then((function(t){return t["X-Age-Band"]?Promise.resolve(t["X-Age-Band"]):g.isSignedIn().then((function(e){if(e)return y().then((function(e){return t["X-Age-Band"]=e["X-Age-Band"],t["X-Age-Band"]||void 0})).catch((function(){return t["X-Age-Band"]||void 0}))}))}))},allowsPerformanceCookies:function(){return f(["orb/cookies"]).then((function(t){return!!t.cookiesEnabled()&&!!t.readPolicy("performance")}))},allowsFunctionalCookies:function(){return f(["orb/cookies"]).then((function(t){return!!t.cookiesEnabled()&&!!t.readPolicy("personalisation")}))},getCookieValue:function(t){return f(["orb/cookies"]).then((function(e){return e.get(t)}))}};window.bbcuser=g,t.exports={bbcuser:g,BBCUserError:s}},7633:function(t,e,r){r(9170),r(6992),r(1539),r(8674),r(7922),r(4668),r(7727),r(8783);var n=r(857);t.exports=n.Promise},1111:function(t,e,r){r(1539),r(4916),r(4953),r(8992),r(9841),r(4506),r(7852),r(2023),r(4723),r(6373),r(6528),r(3112),r(2481),r(5306),r(8757),r(4765),r(3123),r(3157),r(3650),r(3210),r(5674),r(8702),r(8783),r(5218),r(4475),r(7929),r(915),r(9253),r(2125),r(8830),r(8734),r(9254),r(7268),r(7397),r(86),r(623);var n=r(857);t.exports=n.String},3099:function(t){t.exports=function(t){if("function"!=typeof t)throw TypeError(String(t)+" is not a function");return t}},6077:function(t,e,r){var n=r(111);t.exports=function(t){if(!n(t)&&null!==t)throw TypeError("Can't set "+String(t)+" as a prototype");return t}},1223:function(t,e,r){var n=r(5112),o=r(30),i=r(3070),a=n("unscopables"),u=Array.prototype;null==u[a]&&i.f(u,a,{configurable:!0,value:o(null)}),t.exports=function(t){u[a][t]=!0}},1530:function(t,e,r){"use strict";var n=r(8710).charAt;t.exports=function(t,e,r){return e+(r?n(t,e).length:1)}},5787:function(t){t.exports=function(t,e,r){if(!(t instanceof e))throw TypeError("Incorrect "+(r?r+" ":"")+"invocation");return t}},9670:function(t,e,r){var n=r(111);t.exports=function(t){if(!n(t))throw TypeError(String(t)+" is not an object");return t}},1318:function(t,e,r){var n=r(5656),o=r(7466),i=r(1400),a=function(t){return function(e,r,a){var u,c=n(e),s=o(c.length),f=i(a,s);if(t&&r!=r){for(;s>f;)if((u=c[f++])!=u)return!0}else for(;s>f;f++)if((t||f in c)&&c[f]===r)return t||f||0;return!t&&-1}};t.exports={includes:a(!0),indexOf:a(!1)}},7072:function(t,e,r){var n=r(5112)("iterator"),o=!1;try{var i=0,a={next:function(){return{done:!!i++}},return:function(){o=!0}};a[n]=function(){return this},Array.from(a,(function(){throw 2}))}catch(t){}t.exports=function(t,e){if(!e&&!o)return!1;var r=!1;try{var i={};i[n]=function(){return{next:function(){return{done:r=!0}}}},t(i)}catch(t){}return r}},4326:function(t){var e={}.toString;t.exports=function(t){return e.call(t).slice(8,-1)}},648:function(t,e,r){var n=r(1694),o=r(4326),i=r(5112)("toStringTag"),a="Arguments"==o(function(){return arguments}());t.exports=n?o:function(t){var e,r,n;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(r=function(t,e){try{return t[e]}catch(t){}}(e=Object(t),i))?r:a?o(e):"Object"==(n=o(e))&&"function"==typeof e.callee?"Arguments":n}},9920:function(t,e,r){var n=r(6656),o=r(3887),i=r(1236),a=r(3070);t.exports=function(t,e){for(var r=o(e),u=a.f,c=i.f,s=0;s<r.length;s++){var f=r[s];n(t,f)||u(t,f,c(e,f))}}},4964:function(t,e,r){var n=r(5112)("match");t.exports=function(t){var e=/./;try{"/./"[t](e)}catch(r){try{return e[n]=!1,"/./"[t](e)}catch(t){}}return!1}},8544:function(t,e,r){var n=r(7293);t.exports=!n((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype}))},4230:function(t,e,r){var n=r(4488),o=r(1340),i=/"/g;t.exports=function(t,e,r,a){var u=o(n(t)),c="<"+e;return""!==r&&(c+=" "+r+'="'+o(a).replace(i,""")+'"'),c+">"+u+"</"+e+">"}},4994:function(t,e,r){"use strict";var n=r(3383).IteratorPrototype,o=r(30),i=r(9114),a=r(8003),u=r(7497),c=function(){return this};t.exports=function(t,e,r){var s=e+" Iterator";return t.prototype=o(n,{next:i(1,r)}),a(t,s,!1,!0),u[s]=c,t}},8880:function(t,e,r){var n=r(9781),o=r(3070),i=r(9114);t.exports=n?function(t,e,r){return o.f(t,e,i(1,r))}:function(t,e,r){return t[e]=r,t}},9114:function(t){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},654:function(t,e,r){"use strict";var n=r(2109),o=r(4994),i=r(9518),a=r(7674),u=r(8003),c=r(8880),s=r(1320),f=r(5112),l=r(1913),p=r(7497),h=r(3383),d=h.IteratorPrototype,v=h.BUGGY_SAFARI_ITERATORS,y=f("iterator"),g="keys",b="values",m="entries",x=function(){return this};t.exports=function(t,e,r,f,h,w,E){o(r,e,f);var S,O,j,P=function(t){if(t===h&&R)return R;if(!v&&t in A)return A[t];switch(t){case g:case b:case m:return function(){return new r(this,t)}}return function(){return new r(this)}},T=e+" Iterator",_=!1,A=t.prototype,I=A[y]||A["@@iterator"]||h&&A[h],R=!v&&I||P(h),L="Array"==e&&A.entries||I;if(L&&(S=i(L.call(new t)),d!==Object.prototype&&S.next&&(l||i(S)===d||(a?a(S,d):"function"!=typeof S[y]&&c(S,y,x)),u(S,T,!0,!0),l&&(p[T]=x))),h==b&&I&&I.name!==b&&(_=!0,R=function(){return I.call(this)}),l&&!E||A[y]===R||c(A,y,R),p[e]=R,h)if(O={values:P(b),keys:w?R:P(g),entries:P(m)},E)for(j in O)(v||_||!(j in A))&&s(A,j,O[j]);else n({target:e,proto:!0,forced:v||_},O);return O}},9781:function(t,e,r){var n=r(7293);t.exports=!n((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},317:function(t,e,r){var n=r(7854),o=r(111),i=n.document,a=o(i)&&o(i.createElement);t.exports=function(t){return a?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}},7871:function(t){t.exports="object"==typeof window},1528:function(t,e,r){var n=r(8113),o=r(7854);t.exports=/ipad|iphone|ipod/i.test(n)&&void 0!==o.Pebble},6833:function(t,e,r){var n=r(8113);t.exports=/(?:ipad|iphone|ipod).*applewebkit/i.test(n)},5268:function(t,e,r){var n=r(4326),o=r(7854);t.exports="process"==n(o.process)},1036:function(t,e,r){var n=r(8113);t.exports=/web0s(?!.*chrome)/i.test(n)},8113:function(t,e,r){var n=r(5005);t.exports=n("navigator","userAgent")||""},7392:function(t,e,r){var n,o,i=r(7854),a=r(8113),u=i.process,c=i.Deno,s=u&&u.versions||c&&c.version,f=s&&s.v8;f?o=(n=f.split("."))[0]<4?1:n[0]+n[1]:a&&(!(n=a.match(/Edge\/(\d+)/))||n[1]>=74)&&(n=a.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,e,r){var n=r(7854),o=r(1236).f,i=r(8880),a=r(1320),u=r(3505),c=r(9920),s=r(4705);t.exports=function(t,e){var r,f,l,p,h,d=t.target,v=t.global,y=t.stat;if(r=v?n:y?n[d]||u(d,{}):(n[d]||{}).prototype)for(f in e){if(p=e[f],l=t.noTargetGet?(h=o(r,f))&&h.value:r[f],!s(v?f:d+(y?".":"#")+f,t.forced)&&void 0!==l){if(typeof p==typeof l)continue;c(p,l)}(t.sham||l&&l.sham)&&i(p,"sham",!0),a(r,f,p,t)}}},7293:function(t){t.exports=function(t){try{return!!t()}catch(t){return!0}}},7007:function(t,e,r){"use strict";r(4916);var n=r(1320),o=r(2261),i=r(7293),a=r(5112),u=r(8880),c=a("species"),s=RegExp.prototype;t.exports=function(t,e,r,f){var l=a(t),p=!i((function(){var e={};return e[l]=function(){return 7},7!=""[t](e)})),h=p&&!i((function(){var e=!1,r=/a/;return"split"===t&&((r={}).constructor={},r.constructor[c]=function(){return r},r.flags="",r[l]=/./[l]),r.exec=function(){return e=!0,null},r[l](""),!e}));if(!p||!h||r){var d=/./[l],v=e(l,""[t],(function(t,e,r,n,i){var a=e.exec;return a===o||a===s.exec?p&&!i?{done:!0,value:d.call(e,r,n)}:{done:!0,value:t.call(r,e,n)}:{done:!1}}));n(String.prototype,t,v[0]),n(s,l,v[1])}f&&u(s[l],"sham",!0)}},9974:function(t,e,r){var n=r(3099);t.exports=function(t,e,r){if(n(t),void 0===e)return t;switch(r){case 0:return function(){return t.call(e)};case 1:return function(r){return t.call(e,r)};case 2:return function(r,n){return t.call(e,r,n)};case 3:return function(r,n,o){return t.call(e,r,n,o)}}return function(){return t.apply(e,arguments)}}},5005:function(t,e,r){var n=r(7854),o=function(t){return"function"==typeof t?t:void 0};t.exports=function(t,e){return arguments.length<2?o(n[t]):n[t]&&n[t][e]}},1246:function(t,e,r){var n=r(648),o=r(7497),i=r(5112)("iterator");t.exports=function(t){if(null!=t)return t[i]||t["@@iterator"]||o[n(t)]}},8554:function(t,e,r){var n=r(9670),o=r(1246);t.exports=function(t,e){var r=arguments.length<2?o(t):e;if("function"!=typeof r)throw TypeError(String(t)+" is not iterable");return n(r.call(t))}},647:function(t,e,r){var n=r(7908),o=Math.floor,i="".replace,a=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,u=/\$([$&'`]|\d{1,2})/g;t.exports=function(t,e,r,c,s,f){var l=r+t.length,p=c.length,h=u;return void 0!==s&&(s=n(s),h=a),i.call(f,h,(function(n,i){var a;switch(i.charAt(0)){case"$":return"$";case"&":return t;case"`":return e.slice(0,r);case"'":return e.slice(l);case"<":a=s[i.slice(1,-1)];break;default:var u=+i;if(0===u)return n;if(u>p){var f=o(u/10);return 0===f?n:f<=p?void 0===c[f-1]?i.charAt(1):c[f-1]+i.charAt(1):n}a=c[u-1]}return void 0===a?"":a}))}},7854:function(t,e,r){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 r.g&&r.g)||function(){return this}()||Function("return this")()},6656:function(t,e,r){var n=r(7908),o={}.hasOwnProperty;t.exports=Object.hasOwn||function(t,e){return o.call(n(t),e)}},3501:function(t){t.exports={}},842:function(t,e,r){var n=r(7854);t.exports=function(t,e){var r=n.console;r&&r.error&&(1===arguments.length?r.error(t):r.error(t,e))}},490:function(t,e,r){var n=r(5005);t.exports=n("document","documentElement")},4664:function(t,e,r){var n=r(9781),o=r(7293),i=r(317);t.exports=!n&&!o((function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},8361:function(t,e,r){var n=r(7293),o=r(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,e,r){var n=r(5465),o=Function.toString;"function"!=typeof n.inspectSource&&(n.inspectSource=function(t){return o.call(t)}),t.exports=n.inspectSource},9909:function(t,e,r){var n,o,i,a=r(8536),u=r(7854),c=r(111),s=r(8880),f=r(6656),l=r(5465),p=r(6200),h=r(3501),d="Object already initialized",v=u.WeakMap;if(a||l.state){var y=l.state||(l.state=new v),g=y.get,b=y.has,m=y.set;n=function(t,e){if(b.call(y,t))throw new TypeError(d);return e.facade=t,m.call(y,t,e),e},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,e){if(f(t,x))throw new TypeError(d);return e.facade=t,s(t,x,e),e},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(e){var r;if(!c(e)||(r=o(e)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return r}}}},7659:function(t,e,r){var n=r(5112),o=r(7497),i=n("iterator"),a=Array.prototype;t.exports=function(t){return void 0!==t&&(o.Array===t||a[i]===t)}},4705:function(t,e,r){var n=r(7293),o=/#|\.prototype\./,i=function(t,e){var r=u[a(t)];return r==s||r!=c&&("function"==typeof e?n(e):!!e)},a=i.normalize=function(t){return String(t).replace(o,".").toLowerCase()},u=i.data={},c=i.NATIVE="N",s=i.POLYFILL="P";t.exports=i},111:function(t){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},1913:function(t){t.exports=!1},7850:function(t,e,r){var n=r(111),o=r(4326),i=r(5112)("match");t.exports=function(t){var e;return n(t)&&(void 0!==(e=t[i])?!!e:"RegExp"==o(t))}},2190:function(t,e,r){var n=r(5005),o=r(3307);t.exports=o?function(t){return"symbol"==typeof t}:function(t){var e=n("Symbol");return"function"==typeof e&&Object(t)instanceof e}},408:function(t,e,r){var n=r(9670),o=r(7659),i=r(7466),a=r(9974),u=r(8554),c=r(1246),s=r(9212),f=function(t,e){this.stopped=t,this.result=e};t.exports=function(t,e,r){var l,p,h,d,v,y,g,b=r&&r.that,m=!(!r||!r.AS_ENTRIES),x=!(!r||!r.IS_ITERATOR),w=!(!r||!r.INTERRUPTED),E=a(e,b,1+m+w),S=function(t){return l&&s(l,"normal",t),new f(!0,t)},O=function(t){return m?(n(t),w?E(t[0],t[1],S):E(t[0],t[1])):w?E(t,S):E(t)};if(x)l=t;else{if("function"!=typeof(p=c(t)))throw TypeError("Target is not iterable");if(o(p)){for(h=0,d=i(t.length);d>h;h++)if((v=O(t[h]))&&v instanceof f)return v;return new f(!1)}l=u(t,p)}for(y=l.next;!(g=y.call(l)).done;){try{v=O(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,e,r){var n=r(9670);t.exports=function(t,e,r){var o,i;n(t);try{if(void 0===(o=t.return)){if("throw"===e)throw r;return r}o=o.call(t)}catch(t){i=!0,o=t}if("throw"===e)throw r;if(i)throw o;return n(o),r}},3383:function(t,e,r){"use strict";var n,o,i,a=r(7293),u=r(9518),c=r(8880),s=r(6656),f=r(5112),l=r(1913),p=f("iterator"),h=!1;[].keys&&("next"in(i=[].keys())?(o=u(u(i)))!==Object.prototype&&(n=o):h=!0);var d=null==n||a((function(){var t={};return n[p].call(t)!==t}));d&&(n={}),l&&!d||s(n,p)||c(n,p,(function(){return this})),t.exports={IteratorPrototype:n,BUGGY_SAFARI_ITERATORS:h}},7497:function(t){t.exports={}},5948:function(t,e,r){var n,o,i,a,u,c,s,f,l=r(7854),p=r(1236).f,h=r(261).set,d=r(6833),v=r(1528),y=r(1036),g=r(5268),b=l.MutationObserver||l.WebKitMutationObserver,m=l.document,x=l.process,w=l.Promise,E=p(l,"queueMicrotask"),S=E&&E.value;S||(n=function(){var t,e;for(g&&(t=x.domain)&&t.exit();o;){e=o.fn,o=o.next;try{e()}catch(t){throw o?a():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,a=function(){f.call(s,n)}):a=g?function(){x.nextTick(n)}:function(){h.call(l,n)}:(u=!0,c=m.createTextNode(""),new b(n).observe(c,{characterData:!0}),a=function(){c.data=u=!u})),t.exports=S||function(t){var e={fn:t,next:void 0};i&&(i.next=e),o||(o=e,a()),i=e}},3366:function(t,e,r){var n=r(7854);t.exports=n.Promise},133:function(t,e,r){var n=r(7392),o=r(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,e,r){var n=r(7854),o=r(2788),i=n.WeakMap;t.exports="function"==typeof i&&/native code/.test(o(i))},8523:function(t,e,r){"use strict";var n=r(3099),o=function(t){var e,r;this.promise=new t((function(t,n){if(void 0!==e||void 0!==r)throw TypeError("Bad Promise constructor");e=t,r=n})),this.resolve=n(e),this.reject=n(r)};t.exports.f=function(t){return new o(t)}},3929:function(t,e,r){var n=r(7850);t.exports=function(t){if(n(t))throw TypeError("The method doesn't accept regular expressions");return t}},30:function(t,e,r){var n,o=r(9670),i=r(6048),a=r(748),u=r(3501),c=r(490),s=r(317),f=r(6200),l=f("IE_PROTO"),p=function(){},h=function(t){return"<script>"+t+"</"+"script>"},d=function(t){t.write(h("")),t.close();var e=t.parentWindow.Object;return t=null,e},v=function(){try{n=new ActiveXObject("htmlfile")}catch(t){}var t,e;v="undefined"!=typeof document?document.domain&&n?d(n):((e=s("iframe")).style.display="none",c.appendChild(e),e.src=String("javascript:"),(t=e.contentWindow.document).open(),t.write(h("document.F=Object")),t.close(),t.F):d(n);for(var r=a.length;r--;)delete v.prototype[a[r]];return v()};u[l]=!0,t.exports=Object.create||function(t,e){var r;return null!==t?(p.prototype=o(t),r=new p,p.prototype=null,r[l]=t):r=v(),void 0===e?r:i(r,e)}},6048:function(t,e,r){var n=r(9781),o=r(3070),i=r(9670),a=r(1956);t.exports=n?Object.defineProperties:function(t,e){i(t);for(var r,n=a(e),u=n.length,c=0;u>c;)o.f(t,r=n[c++],e[r]);return t}},3070:function(t,e,r){var n=r(9781),o=r(4664),i=r(9670),a=r(4948),u=Object.defineProperty;e.f=n?u:function(t,e,r){if(i(t),e=a(e),i(r),o)try{return u(t,e,r)}catch(t){}if("get"in r||"set"in r)throw TypeError("Accessors not supported");return"value"in r&&(t[e]=r.value),t}},1236:function(t,e,r){var n=r(9781),o=r(5296),i=r(9114),a=r(5656),u=r(4948),c=r(6656),s=r(4664),f=Object.getOwnPropertyDescriptor;e.f=n?f:function(t,e){if(t=a(t),e=u(e),s)try{return f(t,e)}catch(t){}if(c(t,e))return i(!o.f.call(t,e),t[e])}},8006:function(t,e,r){var n=r(6324),o=r(748).concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return n(t,o)}},5181:function(t,e){e.f=Object.getOwnPropertySymbols},9518:function(t,e,r){var n=r(6656),o=r(7908),i=r(6200),a=r(8544),u=i("IE_PROTO"),c=Object.prototype;t.exports=a?Object.getPrototypeOf:function(t){return t=o(t),n(t,u)?t[u]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?c:null}},6324:function(t,e,r){var n=r(6656),o=r(5656),i=r(1318).indexOf,a=r(3501);t.exports=function(t,e){var r,u=o(t),c=0,s=[];for(r in u)!n(a,r)&&n(u,r)&&s.push(r);for(;e.length>c;)n(u,r=e[c++])&&(~i(s,r)||s.push(r));return s}},1956:function(t,e,r){var n=r(6324),o=r(748);t.exports=Object.keys||function(t){return n(t,o)}},5296:function(t,e){"use strict";var r={}.propertyIsEnumerable,n=Object.getOwnPropertyDescriptor,o=n&&!r.call({1:2},1);e.f=o?function(t){var e=n(this,t);return!!e&&e.enumerable}:r},7674:function(t,e,r){var n=r(9670),o=r(6077);t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,r={};try{(t=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set).call(r,[]),e=r instanceof Array}catch(t){}return function(r,i){return n(r),o(i),e?t.call(r,i):r.__proto__=i,r}}():void 0)},288:function(t,e,r){"use strict";var n=r(1694),o=r(648);t.exports=n?{}.toString:function(){return"[object "+o(this)+"]"}},2140:function(t,e,r){var n=r(111);t.exports=function(t,e){var r,o;if("string"===e&&"function"==typeof(r=t.toString)&&!n(o=r.call(t)))return o;if("function"==typeof(r=t.valueOf)&&!n(o=r.call(t)))return o;if("string"!==e&&"function"==typeof(r=t.toString)&&!n(o=r.call(t)))return o;throw TypeError("Can't convert object to primitive value")}},3887:function(t,e,r){var n=r(5005),o=r(8006),i=r(5181),a=r(9670);t.exports=n("Reflect","ownKeys")||function(t){var e=o.f(a(t)),r=i.f;return r?e.concat(r(t)):e}},857:function(t,e,r){var n=r(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,e,r){var n=r(9670),o=r(111),i=r(8523);t.exports=function(t,e){if(n(t),o(e)&&e.constructor===t)return e;var r=i.f(t);return(0,r.resolve)(e),r.promise}},2248:function(t,e,r){var n=r(1320);t.exports=function(t,e,r){for(var o in e)n(t,o,e[o],r);return t}},1320:function(t,e,r){var n=r(7854),o=r(8880),i=r(6656),a=r(3505),u=r(2788),c=r(9909),s=c.get,f=c.enforce,l=String(String).split("String");(t.exports=function(t,e,r,u){var c,s=!!u&&!!u.unsafe,p=!!u&&!!u.enumerable,h=!!u&&!!u.noTargetGet;"function"==typeof r&&("string"!=typeof e||i(r,"name")||o(r,"name",e),(c=f(r)).source||(c.source=l.join("string"==typeof e?e:""))),t!==n?(s?!h&&t[e]&&(p=!0):delete t[e],p?t[e]=r:o(t,e,r)):p?t[e]=r:a(e,r)})(Function.prototype,"toString",(function(){return"function"==typeof this&&s(this).source||u(this)}))},7651:function(t,e,r){var n=r(4326),o=r(2261);t.exports=function(t,e){var r=t.exec;if("function"==typeof r){var i=r.call(t,e);if("object"!=typeof i)throw TypeError("RegExp exec method returned something other than an Object or null");return i}if("RegExp"!==n(t))throw TypeError("RegExp#exec called on incompatible receiver");return o.call(t,e)}},2261:function(t,e,r){"use strict";var n,o,i=r(1340),a=r(7066),u=r(2999),c=r(2309),s=r(30),f=r(9909).get,l=r(9441),p=r(8173),h=RegExp.prototype.exec,d=c("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=u.UNSUPPORTED_Y||u.BROKEN_CARET,b=void 0!==/()??/.exec("")[1];(y||b||g||l||p)&&(v=function(t){var e,r,n,o,u,c,l,p=this,m=f(p),x=i(t),w=m.raw;if(w)return w.lastIndex=p.lastIndex,e=v.call(w,x),p.lastIndex=w.lastIndex,e;var E=m.groups,S=g&&p.sticky,O=a.call(p),j=p.source,P=0,T=x;if(S&&(-1===(O=O.replace("y","")).indexOf("g")&&(O+="g"),T=x.slice(p.lastIndex),p.lastIndex>0&&(!p.multiline||p.multiline&&"\n"!==x.charAt(p.lastIndex-1))&&(j="(?: "+j+")",T=" "+T,P++),r=new RegExp("^(?:"+j+")",O)),b&&(r=new RegExp("^"+j+"$(?!\\s)",O)),y&&(n=p.lastIndex),o=h.call(S?r:p,T),S?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],r,(function(){for(u=1;u<arguments.length-2;u++)void 0===arguments[u]&&(o[u]=void 0)})),o&&E)for(o.groups=c=s(null),u=0;u<E.length;u++)c[(l=E[u])[0]]=o[l[1]];return o}),t.exports=v},7066:function(t,e,r){"use strict";var n=r(9670);t.exports=function(){var t=n(this),e="";return t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.dotAll&&(e+="s"),t.unicode&&(e+="u"),t.sticky&&(e+="y"),e}},2999:function(t,e,r){var n=r(7293),o=r(7854).RegExp;e.UNSUPPORTED_Y=n((function(){var t=o("a","y");return t.lastIndex=2,null!=t.exec("abcd")})),e.BROKEN_CARET=n((function(){var t=o("^r","gy");return t.lastIndex=2,null!=t.exec("str")}))},9441:function(t,e,r){var n=r(7293),o=r(7854).RegExp;t.exports=n((function(){var t=o(".","s");return!(t.dotAll&&t.exec("\n")&&"s"===t.flags)}))},8173:function(t,e,r){var n=r(7293),o=r(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,e){return t===e?0!==t||1/t==1/e:t!=t&&e!=e}},3505:function(t,e,r){var n=r(7854);t.exports=function(t,e){try{Object.defineProperty(n,t,{value:e,configurable:!0,writable:!0})}catch(r){n[t]=e}return e}},6340:function(t,e,r){"use strict";var n=r(5005),o=r(3070),i=r(5112),a=r(9781),u=i("species");t.exports=function(t){var e=n(t),r=o.f;a&&e&&!e[u]&&r(e,u,{configurable:!0,get:function(){return this}})}},8003:function(t,e,r){var n=r(3070).f,o=r(6656),i=r(5112)("toStringTag");t.exports=function(t,e,r){t&&!o(t=r?t:t.prototype,i)&&n(t,i,{configurable:!0,value:e})}},6200:function(t,e,r){var n=r(2309),o=r(9711),i=n("keys");t.exports=function(t){return i[t]||(i[t]=o(t))}},5465:function(t,e,r){var n=r(7854),o=r(3505),i="__core-js_shared__",a=n[i]||o(i,{});t.exports=a},2309:function(t,e,r){var n=r(1913),o=r(5465);(t.exports=function(t,e){return o[t]||(o[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.17.1",mode:n?"pure":"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})},6707:function(t,e,r){var n=r(9670),o=r(3099),i=r(5112)("species");t.exports=function(t,e){var r,a=n(t).constructor;return void 0===a||null==(r=n(a)[i])?e:o(r)}},3429:function(t,e,r){var n=r(7293);t.exports=function(t){return n((function(){var e=""[t]('"');return e!==e.toLowerCase()||e.split('"').length>3}))}},8710:function(t,e,r){var n=r(9958),o=r(1340),i=r(4488),a=function(t){return function(e,r){var a,u,c=o(i(e)),s=n(r),f=c.length;return s<0||s>=f?t?"":void 0:(a=c.charCodeAt(s))<55296||a>56319||s+1===f||(u=c.charCodeAt(s+1))<56320||u>57343?t?c.charAt(s):a:t?c.slice(s,s+2):u-56320+(a-55296<<10)+65536}};t.exports={codeAt:a(!1),charAt:a(!0)}},4986:function(t,e,r){var n=r(8113);t.exports=/Version\/10(?:\.\d+){1,2}(?: [\w./]+)?(?: Mobile\/\w+)? Safari\//.test(n)},6650:function(t,e,r){var n=r(7466),o=r(1340),i=r(8415),a=r(4488),u=Math.ceil,c=function(t){return function(e,r,c){var s,f,l=o(a(e)),p=l.length,h=void 0===c?" ":o(c),d=n(r);return d<=p||""==h?l:(s=d-p,(f=i.call(h,u(s/h.length))).length>s&&(f=f.slice(0,s)),t?l+f:f+l)}};t.exports={start:c(!1),end:c(!0)}},8415:function(t,e,r){"use strict";var n=r(9958),o=r(1340),i=r(4488);t.exports=function(t){var e=o(i(this)),r="",a=n(t);if(a<0||a==1/0)throw RangeError("Wrong number of repetitions");for(;a>0;(a>>>=1)&&(e+=e))1&a&&(r+=e);return r}},6091:function(t,e,r){var n=r(7293),o=r(1361);t.exports=function(t){return n((function(){return!!o[t]()||" "!=" "[t]()||o[t].name!==t}))}},3111:function(t,e,r){var n=r(4488),o=r(1340),i="["+r(1361)+"]",a=RegExp("^"+i+i+"*"),u=RegExp(i+i+"*$"),c=function(t){return function(e){var r=o(n(e));return 1&t&&(r=r.replace(a,"")),2&t&&(r=r.replace(u,"")),r}};t.exports={start:c(1),end:c(2),trim:c(3)}},261:function(t,e,r){var n,o,i,a,u=r(7854),c=r(7293),s=r(9974),f=r(490),l=r(317),p=r(6833),h=r(5268),d=u.setImmediate,v=u.clearImmediate,y=u.process,g=u.MessageChannel,b=u.Dispatch,m=0,x={},w="onreadystatechange";try{n=u.location}catch(t){}var E=function(t){if(x.hasOwnProperty(t)){var e=x[t];delete x[t],e()}},S=function(t){return function(){E(t)}},O=function(t){E(t.data)},j=function(t){u.postMessage(String(t),n.protocol+"//"+n.host)};d&&v||(d=function(t){for(var e=[],r=arguments.length,n=1;r>n;)e.push(arguments[n++]);return x[++m]=function(){("function"==typeof t?t:Function(t)).apply(void 0,e)},o(m),m},v=function(t){delete x[t]},h?o=function(t){y.nextTick(S(t))}:b&&b.now?o=function(t){b.now(S(t))}:g&&!p?(a=(i=new g).port2,i.port1.onmessage=O,o=s(a.postMessage,a,1)):u.addEventListener&&"function"==typeof postMessage&&!u.importScripts&&n&&"file:"!==n.protocol&&!c(j)?(o=j,u.addEventListener("message",O,!1)):o=w in l("script")?function(t){f.appendChild(l("script")).onreadystatechange=function(){f.removeChild(this),E(t)}}:function(t){setTimeout(S(t),0)}),t.exports={set:d,clear:v}},1400:function(t,e,r){var n=r(9958),o=Math.max,i=Math.min;t.exports=function(t,e){var r=n(t);return r<0?o(r+e,0):i(r,e)}},5656:function(t,e,r){var n=r(8361),o=r(4488);t.exports=function(t){return n(o(t))}},9958:function(t){var e=Math.ceil,r=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?r:e)(t)}},7466:function(t,e,r){var n=r(9958),o=Math.min;t.exports=function(t){return t>0?o(n(t),9007199254740991):0}},7908:function(t,e,r){var n=r(4488);t.exports=function(t){return Object(n(t))}},7593:function(t,e,r){var n=r(111),o=r(2190),i=r(2140),a=r(5112)("toPrimitive");t.exports=function(t,e){if(!n(t)||o(t))return t;var r,u=t[a];if(void 0!==u){if(void 0===e&&(e="default"),r=u.call(t,e),!n(r)||o(r))return r;throw TypeError("Can't convert object to primitive value")}return void 0===e&&(e="number"),i(t,e)}},4948:function(t,e,r){var n=r(7593),o=r(2190);t.exports=function(t){var e=n(t,"string");return o(e)?e:String(e)}},1694:function(t,e,r){var n={};n[r(5112)("toStringTag")]="z",t.exports="[object z]"===String(n)},1340:function(t,e,r){var n=r(2190);t.exports=function(t){if(n(t))throw TypeError("Cannot convert a Symbol value to a string");return String(t)}},9711:function(t){var e=0,r=Math.random();t.exports=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++e+r).toString(36)}},3307:function(t,e,r){var n=r(133);t.exports=n&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},5112:function(t,e,r){var n=r(7854),o=r(2309),i=r(6656),a=r(9711),u=r(133),c=r(3307),s=o("wks"),f=n.Symbol,l=c?f:f&&f.withoutSetter||a;t.exports=function(t){return i(s,t)&&(u||"string"==typeof s[t])||(u&&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,e,r){"use strict";var n=r(2109),o=r(9518),i=r(7674),a=r(30),u=r(8880),c=r(9114),s=r(408),f=r(1340),l=function(t,e){var r=this;if(!(r instanceof l))return new l(t,e);i&&(r=i(new Error(void 0),o(r))),void 0!==e&&u(r,"message",f(e));var n=[];return s(t,n.push,{that:n}),u(r,"errors",n),r};l.prototype=a(Error.prototype,{constructor:c(5,l),message:c(5,""),name:c(5,"AggregateError")}),n({global:!0},{AggregateError:l})},6992:function(t,e,r){"use strict";var n=r(5656),o=r(1223),i=r(7497),a=r(9909),u=r(654),c="Array Iterator",s=a.set,f=a.getterFor(c);t.exports=u(Array,"Array",(function(t,e){s(this,{type:c,target:n(t),index:0,kind:e})}),(function(){var t=f(this),e=t.target,r=t.kind,n=t.index++;return!e||n>=e.length?(t.target=void 0,{value:void 0,done:!0}):"keys"==r?{value:n,done:!1}:"values"==r?{value:e[n],done:!1}:{value:[n,e[n]],done:!1}}),"values"),i.Arguments=i.Array,o("keys"),o("values"),o("entries")},1539:function(t,e,r){var n=r(1694),o=r(1320),i=r(288);n||o(Object.prototype,"toString",i,{unsafe:!0})},7922:function(t,e,r){"use strict";var n=r(2109),o=r(3099),i=r(8523),a=r(2534),u=r(408);n({target:"Promise",stat:!0},{allSettled:function(t){var e=this,r=i.f(e),n=r.resolve,c=r.reject,s=a((function(){var r=o(e.resolve),i=[],a=0,c=1;u(t,(function(t){var o=a++,u=!1;i.push(void 0),c++,r.call(e,t).then((function(t){u||(u=!0,i[o]={status:"fulfilled",value:t},--c||n(i))}),(function(t){u||(u=!0,i[o]={status:"rejected",reason:t},--c||n(i))}))})),--c||n(i)}));return s.error&&c(s.value),r.promise}})},4668:function(t,e,r){"use strict";var n=r(2109),o=r(3099),i=r(5005),a=r(8523),u=r(2534),c=r(408),s="No one promise resolved";n({target:"Promise",stat:!0},{any:function(t){var e=this,r=a.f(e),n=r.resolve,f=r.reject,l=u((function(){var r=o(e.resolve),a=[],u=0,l=1,p=!1;c(t,(function(t){var o=u++,c=!1;a.push(void 0),l++,r.call(e,t).then((function(t){c||p||(p=!0,n(t))}),(function(t){c||p||(c=!0,a[o]=t,--l||f(new(i("AggregateError"))(a,s)))}))})),--l||f(new(i("AggregateError"))(a,s))}));return l.error&&f(l.value),r.promise}})},7727:function(t,e,r){"use strict";var n=r(2109),o=r(1913),i=r(3366),a=r(7293),u=r(5005),c=r(6707),s=r(9478),f=r(1320);if(n({target:"Promise",proto:!0,real:!0,forced:!!i&&a((function(){i.prototype.finally.call({then:function(){}},(function(){}))}))},{finally:function(t){var e=c(this,u("Promise")),r="function"==typeof t;return this.then(r?function(r){return s(e,t()).then((function(){return r}))}:t,r?function(r){return s(e,t()).then((function(){throw r}))}:t)}}),!o&&"function"==typeof i){var l=u("Promise").prototype.finally;i.prototype.finally!==l&&f(i.prototype,"finally",l,{unsafe:!0})}},8674:function(t,e,r){"use strict";var n,o,i,a,u=r(2109),c=r(1913),s=r(7854),f=r(5005),l=r(3366),p=r(1320),h=r(2248),d=r(7674),v=r(8003),y=r(6340),g=r(111),b=r(3099),m=r(5787),x=r(2788),w=r(408),E=r(7072),S=r(6707),O=r(261).set,j=r(5948),P=r(9478),T=r(842),_=r(8523),A=r(2534),I=r(9909),R=r(4705),L=r(5112),k=r(7871),C=r(5268),B=r(7392),D=L("species"),M="Promise",F=I.get,U=I.set,N=I.getterFor(M),G=l&&l.prototype,X=l,$=G,H=s.TypeError,q=s.document,W=s.process,V=_.f,z=V,Y=!!(q&&q.createEvent&&s.dispatchEvent),K="function"==typeof PromiseRejectionEvent,J="unhandledrejection",Q=!1,Z=R(M,(function(){var t=x(X),e=t!==String(X);if(!e&&66===B)return!0;if(c&&!$.finally)return!0;if(B>=51&&/native code/.test(t))return!1;var r=new X((function(t){t(1)})),n=function(t){t((function(){}),(function(){}))};return(r.constructor={})[D]=n,!(Q=r.then((function(){}))instanceof n)||!e&&k&&!K})),tt=Z||!E((function(t){X.all(t).catch((function(){}))})),et=function(t){var e;return!(!g(t)||"function"!=typeof(e=t.then))&&e},rt=function(t,e){if(!t.notified){t.notified=!0;var r=t.reactions;j((function(){for(var n=t.value,o=1==t.state,i=0;r.length>i;){var a,u,c,s=r[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?a=n:(h&&h.enter(),a=f(n),h&&(h.exit(),c=!0)),a===s.promise?p(H("Promise-chain cycle")):(u=et(a))?u.call(a,l,p):l(a)):p(n)}catch(t){h&&!c&&h.exit(),p(t)}}t.reactions=[],t.notified=!1,e&&!t.rejection&&ot(t)}))}},nt=function(t,e,r){var n,o;Y?((n=q.createEvent("Event")).promise=e,n.reason=r,n.initEvent(t,!1,!0),s.dispatchEvent(n)):n={promise:e,reason:r},!K&&(o=s["on"+t])?o(n):t===J&&T("Unhandled promise rejection",r)},ot=function(t){O.call(s,(function(){var e,r=t.facade,n=t.value;if(it(t)&&(e=A((function(){C?W.emit("unhandledRejection",n,r):nt(J,r,n)})),t.rejection=C||it(t)?2:1,e.error))throw e.value}))},it=function(t){return 1!==t.rejection&&!t.parent},at=function(t){O.call(s,(function(){var e=t.facade;C?W.emit("rejectionHandled",e):nt("rejectionhandled",e,t.value)}))},ut=function(t,e,r){return function(n){t(e,n,r)}},ct=function(t,e,r){t.done||(t.done=!0,r&&(t=r),t.value=e,t.state=2,rt(t,!0))},st=function(t,e,r){if(!t.done){t.done=!0,r&&(t=r);try{if(t.facade===e)throw H("Promise can't be resolved itself");var n=et(e);n?j((function(){var r={done:!1};try{n.call(e,ut(st,r,t),ut(ct,r,t))}catch(e){ct(r,e,t)}})):(t.value=e,t.state=1,rt(t,!1))}catch(e){ct({done:!1},e,t)}}};if(Z&&($=(X=function(t){m(this,X,M),b(t),n.call(this);var e=F(this);try{t(ut(st,e),ut(ct,e))}catch(t){ct(e,t)}}).prototype,(n=function(t){U(this,{type:M,done:!1,notified:!1,parent:!1,reactions:[],rejection:!1,state:0,value:void 0})}).prototype=h($,{then:function(t,e){var r=N(this),n=V(S(this,X));return n.ok="function"!=typeof t||t,n.fail="function"==typeof e&&e,n.domain=C?W.domain:void 0,r.parent=!0,r.reactions.push(n),0!=r.state&&rt(r,!1),n.promise},catch:function(t){return this.then(void 0,t)}}),o=function(){var t=new n,e=F(t);this.promise=t,this.resolve=ut(st,e),this.reject=ut(ct,e)},_.f=V=function(t){return t===X||t===i?new o(t):z(t)},!c&&"function"==typeof l&&G!==Object.prototype)){a=G.then,Q||(p(G,"then",(function(t,e){var r=this;return new X((function(t,e){a.call(r,t,e)})).then(t,e)}),{unsafe:!0}),p(G,"catch",$.catch,{unsafe:!0}));try{delete G.constructor}catch(t){}d&&d(G,$)}u({global:!0,wrap:!0,forced:Z},{Promise:X}),v(X,M,!1,!0),y(M),i=f(M),u({target:M,stat:!0,forced:Z},{reject:function(t){var e=V(this);return e.reject.call(void 0,t),e.promise}}),u({target:M,stat:!0,forced:c||Z},{resolve:function(t){return P(c&&this===i?X:this,t)}}),u({target:M,stat:!0,forced:tt},{all:function(t){var e=this,r=V(e),n=r.resolve,o=r.reject,i=A((function(){var r=b(e.resolve),i=[],a=0,u=1;w(t,(function(t){var c=a++,s=!1;i.push(void 0),u++,r.call(e,t).then((function(t){s||(s=!0,i[c]=t,--u||n(i))}),o)})),--u||n(i)}));return i.error&&o(i.value),r.promise},race:function(t){var e=this,r=V(e),n=r.reject,o=A((function(){var o=b(e.resolve);w(t,(function(t){o.call(e,t).then(r.resolve,n)}))}));return o.error&&n(o.value),r.promise}})},4916:function(t,e,r){"use strict";var n=r(2109),o=r(2261);n({target:"RegExp",proto:!0,forced:/./.exec!==o},{exec:o})},5218:function(t,e,r){"use strict";var n=r(2109),o=r(4230);n({target:"String",proto:!0,forced:r(3429)("anchor")},{anchor:function(t){return o(this,"a","name",t)}})},4506:function(t,e,r){"use strict";var n=r(2109),o=r(4488),i=r(9958),a=r(7466),u=r(1340);n({target:"String",proto:!0,forced:r(7293)((function(){return"\ud842"!=="𠮷".at(0)}))},{at:function(t){var e=u(o(this)),r=a(e.length),n=i(t),c=n>=0?n:r+n;return c<0||c>=r?void 0:e.charAt(c)}})},4475:function(t,e,r){"use strict";var n=r(2109),o=r(4230);n({target:"String",proto:!0,forced:r(3429)("big")},{big:function(){return o(this,"big","","")}})},7929:function(t,e,r){"use strict";var n=r(2109),o=r(4230);n({target:"String",proto:!0,forced:r(3429)("blink")},{blink:function(){return o(this,"blink","","")}})},915:function(t,e,r){"use strict";var n=r(2109),o=r(4230);n({target:"String",proto:!0,forced:r(3429)("bold")},{bold:function(){return o(this,"b","","")}})},9841:function(t,e,r){"use strict";var n=r(2109),o=r(8710).codeAt;n({target:"String",proto:!0},{codePointAt:function(t){return o(this,t)}})},7852:function(t,e,r){"use strict";var n,o=r(2109),i=r(1236).f,a=r(7466),u=r(1340),c=r(3929),s=r(4488),f=r(4964),l=r(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 e=u(s(this));c(t);var r=arguments.length>1?arguments[1]:void 0,n=a(e.length),o=void 0===r?n:h(a(r),n),i=u(t);return p?p.call(e,i,o):e.slice(o-i.length,o)===i}})},9253:function(t,e,r){"use strict";var n=r(2109),o=r(4230);n({target:"String",proto:!0,forced:r(3429)("fixed")},{fixed:function(){return o(this,"tt","","")}})},2125:function(t,e,r){"use strict";var n=r(2109),o=r(4230);n({target:"String",proto:!0,forced:r(3429)("fontcolor")},{fontcolor:function(t){return o(this,"font","color",t)}})},8830:function(t,e,r){"use strict";var n=r(2109),o=r(4230);n({target:"String",proto:!0,forced:r(3429)("fontsize")},{fontsize:function(t){return o(this,"font","size",t)}})},4953:function(t,e,r){var n=r(2109),o=r(1400),i=String.fromCharCode,a=String.fromCodePoint;n({target:"String",stat:!0,forced:!!a&&1!=a.length},{fromCodePoint:function(t){for(var e,r=[],n=arguments.length,a=0;n>a;){if(e=+arguments[a++],o(e,1114111)!==e)throw RangeError(e+" is not a valid code point");r.push(e<65536?i(e):i(55296+((e-=65536)>>10),e%1024+56320))}return r.join("")}})},2023:function(t,e,r){"use strict";var n=r(2109),o=r(3929),i=r(4488),a=r(1340);n({target:"String",proto:!0,forced:!r(4964)("includes")},{includes:function(t){return!!~a(i(this)).indexOf(a(o(t)),arguments.length>1?arguments[1]:void 0)}})},8734:function(t,e,r){"use strict";var n=r(2109),o=r(4230);n({target:"String",proto:!0,forced:r(3429)("italics")},{italics:function(){return o(this,"i","","")}})},8783:function(t,e,r){"use strict";var n=r(8710).charAt,o=r(1340),i=r(9909),a=r(654),u="String Iterator",c=i.set,s=i.getterFor(u);a(String,"String",(function(t){c(this,{type:u,string:o(t),index:0})}),(function(){var t,e=s(this),r=e.string,o=e.index;return o>=r.length?{value:void 0,done:!0}:(t=n(r,o),e.index+=t.length,{value:t,done:!1})}))},9254:function(t,e,r){"use strict";var n=r(2109),o=r(4230);n({target:"String",proto:!0,forced:r(3429)("link")},{link:function(t){return o(this,"a","href",t)}})},6373:function(t,e,r){"use strict";var n=r(2109),o=r(4994),i=r(4488),a=r(7466),u=r(1340),c=r(3099),s=r(9670),f=r(4326),l=r(7850),p=r(7066),h=r(8880),d=r(7293),v=r(5112),y=r(6707),g=r(1530),b=r(9909),m=r(1913),x=v("matchAll"),w="RegExp String",E="RegExp String Iterator",S=b.set,O=b.getterFor(E),j=RegExp.prototype,P=j.exec,T="".matchAll,_=!!T&&!d((function(){"a".matchAll(/./)})),A=o((function(t,e,r,n){S(this,{type:E,regexp:t,string:e,global:r,unicode:n,done:!1})}),w,(function(){var t=O(this);if(t.done)return{value:void 0,done:!0};var e=t.regexp,r=t.string,n=function(t,e){var r,n=t.exec;if("function"==typeof n){if("object"!=typeof(r=n.call(t,e)))throw TypeError("Incorrect exec result");return r}return P.call(t,e)}(e,r);return null===n?{value:void 0,done:t.done=!0}:t.global?(""===u(n[0])&&(e.lastIndex=g(r,a(e.lastIndex),t.unicode)),{value:n,done:!1}):(t.done=!0,{value:n,done:!1})})),I=function(t){var e,r,n,o,i,c,f=s(this),l=u(t);return e=y(f,RegExp),void 0===(r=f.flags)&&f instanceof RegExp&&!("flags"in j)&&(r=p.call(f)),n=void 0===r?"":u(r),o=new e(e===RegExp?f.source:f,n),i=!!~n.indexOf("g"),c=!!~n.indexOf("u"),o.lastIndex=a(f.lastIndex),new A(o,l,i,c)};n({target:"String",proto:!0,forced:_},{matchAll:function(t){var e,r,n,o=i(this);if(null!=t){if(l(t)&&!~u(i("flags"in j?t.flags:p.call(t))).indexOf("g"))throw TypeError("`.matchAll` does not allow non-global regexes");if(_)return T.apply(o,arguments);if(void 0===(r=t[x])&&m&&"RegExp"==f(t)&&(r=I),null!=r)return c(r).call(t,o)}else if(_)return T.apply(o,arguments);return e=u(o),n=new RegExp(t,"g"),m?I.call(n,e):n[x](e)}}),m||x in j||h(j,x,I)},4723:function(t,e,r){"use strict";var n=r(7007),o=r(9670),i=r(7466),a=r(1340),u=r(4488),c=r(1530),s=r(7651);n("match",(function(t,e,r){return[function(e){var r=u(this),n=null==e?void 0:e[t];return void 0!==n?n.call(e,r):new RegExp(e)[t](a(r))},function(t){var n=o(this),u=a(t),f=r(e,n,u);if(f.done)return f.value;if(!n.global)return s(n,u);var l=n.unicode;n.lastIndex=0;for(var p,h=[],d=0;null!==(p=s(n,u));){var v=a(p[0]);h[d]=v,""===v&&(n.lastIndex=c(u,i(n.lastIndex),l)),d++}return 0===d?null:h}]}))},6528:function(t,e,r){"use strict";var n=r(2109),o=r(6650).end;n({target:"String",proto:!0,forced:r(4986)},{padEnd:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},3112:function(t,e,r){"use strict";var n=r(2109),o=r(6650).start;n({target:"String",proto:!0,forced:r(4986)},{padStart:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},8992:function(t,e,r){var n=r(2109),o=r(5656),i=r(7466),a=r(1340);n({target:"String",stat:!0},{raw:function(t){for(var e=o(t.raw),r=i(e.length),n=arguments.length,u=[],c=0;r>c;)u.push(a(e[c++])),c<n&&u.push(a(arguments[c]));return u.join("")}})},2481:function(t,e,r){r(2109)({target:"String",proto:!0},{repeat:r(8415)})},8757:function(t,e,r){"use strict";var n=r(2109),o=r(4488),i=r(7850),a=r(1340),u=r(7066),c=r(647),s=r(5112),f=r(1913),l=s("replace"),p=RegExp.prototype,h=Math.max,d=function(t,e,r){return r>t.length?-1:""===e?r:t.indexOf(e,r)};n({target:"String",proto:!0},{replaceAll:function(t,e){var r,n,s,v,y,g,b,m,x=o(this),w=0,E=0,S="";if(null!=t){if((r=i(t))&&!~a(o("flags"in p?t.flags:u.call(t))).indexOf("g"))throw TypeError("`.replaceAll` does not allow non-global regexes");if(void 0!==(n=t[l]))return n.call(t,x,e);if(f&&r)return a(x).replace(t,e)}for(s=a(x),v=a(t),(y="function"==typeof e)||(e=a(e)),g=v.length,b=h(1,g),w=d(s,v,0);-1!==w;)m=y?a(e(v,w,s)):c(v,s,w,[],void 0,e),S+=s.slice(E,w)+m,E=w+g,w=d(s,v,w+b);return E<s.length&&(S+=s.slice(E)),S}})},5306:function(t,e,r){"use strict";var n=r(7007),o=r(7293),i=r(9670),a=r(9958),u=r(7466),c=r(1340),s=r(4488),f=r(1530),l=r(647),p=r(7651),h=r(5112)("replace"),d=Math.max,v=Math.min,y="$0"==="a".replace(/./,"$0"),g=!!/./[h]&&""===/./[h]("a","$0");n("replace",(function(t,e,r){var n=g?"$":"$0";return[function(t,r){var n=s(this),o=null==t?void 0:t[h];return void 0!==o?o.call(t,n,r):e.call(c(n),t,r)},function(t,o){var s=i(this),h=c(t);if("string"==typeof o&&-1===o.indexOf(n)&&-1===o.indexOf("$<")){var y=r(e,s,h,o);if(y.done)return y.value}var g="function"==typeof o;g||(o=c(o));var b=s.global;if(b){var m=s.unicode;s.lastIndex=0}for(var x=[];;){var w=p(s,h);if(null===w)break;if(x.push(w),!b)break;""===c(w[0])&&(s.lastIndex=f(h,u(s.lastIndex),m))}for(var E,S="",O=0,j=0;j<x.length;j++){w=x[j];for(var P=c(w[0]),T=d(v(a(w.index),h.length),0),_=[],A=1;A<w.length;A++)_.push(void 0===(E=w[A])?E:String(E));var I=w.groups;if(g){var R=[P].concat(_,T,h);void 0!==I&&R.push(I);var L=c(o.apply(void 0,R))}else L=l(P,h,T,_,I,o);T>=O&&(S+=h.slice(O,T)+L,O=T+P.length)}return S+h.slice(O)}]}),!!o((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$<a>")}))||!y||g)},4765:function(t,e,r){"use strict";var n=r(7007),o=r(9670),i=r(4488),a=r(6029),u=r(1340),c=r(7651);n("search",(function(t,e,r){return[function(e){var r=i(this),n=null==e?void 0:e[t];return void 0!==n?n.call(e,r):new RegExp(e)[t](u(r))},function(t){var n=o(this),i=u(t),s=r(e,n,i);if(s.done)return s.value;var f=n.lastIndex;a(f,0)||(n.lastIndex=0);var l=c(n,i);return a(n.lastIndex,f)||(n.lastIndex=f),null===l?-1:l.index}]}))},7268:function(t,e,r){"use strict";var n=r(2109),o=r(4230);n({target:"String",proto:!0,forced:r(3429)("small")},{small:function(){return o(this,"small","","")}})},3123:function(t,e,r){"use strict";var n=r(7007),o=r(7850),i=r(9670),a=r(4488),u=r(6707),c=r(1530),s=r(7466),f=r(1340),l=r(7651),p=r(2261),h=r(2999),d=r(7293),v=h.UNSUPPORTED_Y,y=[].push,g=Math.min,b=4294967295;n("split",(function(t,e,r){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,r){var n=f(a(this)),i=void 0===r?b:r>>>0;if(0===i)return[];if(void 0===t)return[n];if(!o(t))return e.call(n,t,i);for(var u,c,s,l=[],h=(t.ignoreCase?"i":"")+(t.multiline?"m":"")+(t.unicode?"u":"")+(t.sticky?"y":""),d=0,v=new RegExp(t.source,h+"g");(u=p.call(v,n))&&!((c=v.lastIndex)>d&&(l.push(n.slice(d,u.index)),u.length>1&&u.index<n.length&&y.apply(l,u.slice(1)),s=u[0].length,d=c,l.length>=i));)v.lastIndex===u.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,r){return void 0===t&&0===r?[]:e.call(this,t,r)}:e,[function(e,r){var o=a(this),i=null==e?void 0:e[t];return void 0!==i?i.call(e,o,r):n.call(f(o),e,r)},function(t,o){var a=i(this),p=f(t),h=r(n,a,p,o,n!==e);if(h.done)return h.value;var d=u(a,RegExp),y=a.unicode,m=(a.ignoreCase?"i":"")+(a.multiline?"m":"")+(a.unicode?"u":"")+(v?"g":"y"),x=new d(v?"^(?:"+a.source+")":a,m),w=void 0===o?b:o>>>0;if(0===w)return[];if(0===p.length)return null===l(x,p)?[p]:[];for(var E=0,S=0,O=[];S<p.length;){x.lastIndex=v?0:S;var j,P=l(x,v?p.slice(S):p);if(null===P||(j=g(s(x.lastIndex+(v?S:0)),p.length))===E)S=c(p,S,y);else{if(O.push(p.slice(E,S)),O.length===w)return O;for(var T=1;T<=P.length-1;T++)if(O.push(P[T]),O.length===w)return O;S=E=j}}return O.push(p.slice(E)),O}]}),!!d((function(){var t=/(?:)/,e=t.exec;t.exec=function(){return e.apply(this,arguments)};var r="ab".split(t);return 2!==r.length||"a"!==r[0]||"b"!==r[1]})),v)},3157:function(t,e,r){"use strict";var n,o=r(2109),i=r(1236).f,a=r(7466),u=r(1340),c=r(3929),s=r(4488),f=r(4964),l=r(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 e=u(s(this));c(t);var r=a(h(arguments.length>1?arguments[1]:void 0,e.length)),n=u(t);return p?p.call(e,n,r):e.slice(r,r+n.length)===n}})},7397:function(t,e,r){"use strict";var n=r(2109),o=r(4230);n({target:"String",proto:!0,forced:r(3429)("strike")},{strike:function(){return o(this,"strike","","")}})},86:function(t,e,r){"use strict";var n=r(2109),o=r(4230);n({target:"String",proto:!0,forced:r(3429)("sub")},{sub:function(){return o(this,"sub","","")}})},3650:function(t,e,r){"use strict";var n=r(2109),o=r(4488),i=r(9958),a=r(1340),u="".slice,c=Math.max,s=Math.min;n({target:"String",proto:!0},{substr:function(t,e){var r,n,f=a(o(this)),l=f.length,p=i(t);return p===1/0&&(p=0),p<0&&(p=c(l+p,0)),(r=void 0===e?l:i(e))<=0||r===1/0||p>=(n=s(p+r,l))?"":u.call(f,p,n)}})},623:function(t,e,r){"use strict";var n=r(2109),o=r(4230);n({target:"String",proto:!0,forced:r(3429)("sup")},{sup:function(){return o(this,"sup","","")}})},8702:function(t,e,r){"use strict";var n=r(2109),o=r(3111).end,i=r(6091)("trimEnd"),a=i?function(){return o(this)}:"".trimEnd;n({target:"String",proto:!0,forced:i},{trimEnd:a,trimRight:a})},5674:function(t,e,r){"use strict";var n=r(2109),o=r(3111).start,i=r(6091)("trimStart"),a=i?function(){return o(this)}:"".trimStart;n({target:"String",proto:!0,forced:i},{trimStart:a,trimLeft:a})},3210:function(t,e,r){"use strict";var n=r(2109),o=r(3111).trim;n({target:"String",proto:!0,forced:r(6091)("trim")},{trim:function(){return o(this)}})},3948:function(t,e,r){var n=r(7854),o=r(8324),i=r(6992),a=r(8880),u=r(5112),c=u("iterator"),s=u("toStringTag"),f=i.values;for(var l in o){var p=n[l],h=p&&p.prototype;if(h){if(h[c]!==f)try{a(h,c,f)}catch(t){h[c]=f}if(h[s]||a(h,s,l),o[l])for(var d in i)if(h[d]!==i[d])try{a(h,d,i[d])}catch(t){h[d]=i[d]}}}},1150:function(t,e,r){var n=r(7633);r(3948),t.exports=n},9712:function(t,e,r){var n=r(1111);t.exports=n},5666:function(t){var e=function(t){"use strict";var e,r=Object.prototype,n=r.hasOwnProperty,o="function"==typeof Symbol?Symbol:{},i=o.iterator||"@@iterator",a=o.asyncIterator||"@@asyncIterator",u=o.toStringTag||"@@toStringTag";function c(t,e,r){return Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{c({},"")}catch(t){c=function(t,e,r){return t[e]=r}}function s(t,e,r,n){var o=e&&e.prototype instanceof y?e:y,i=Object.create(o.prototype),a=new _(n||[]);return i._invoke=function(t,e,r){var n=l;return function(o,i){if(n===h)throw new Error("Generator is already running");if(n===d){if("throw"===o)throw i;return I()}for(r.method=o,r.arg=i;;){var a=r.delegate;if(a){var u=j(a,r);if(u){if(u===v)continue;return u}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if(n===l)throw n=d,r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);n=h;var c=f(t,e,r);if("normal"===c.type){if(n=r.done?d:p,c.arg===v)continue;return{value:c.arg,done:r.done}}"throw"===c.type&&(n=d,r.method="throw",r.arg=c.arg)}}}(t,r,a),i}function f(t,e,r){try{return{type:"normal",arg:t.call(e,r)}}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(A([])));w&&w!==r&&n.call(w,i)&&(m=w);var E=b.prototype=y.prototype=Object.create(m);function S(t){["next","throw","return"].forEach((function(e){c(t,e,(function(t){return this._invoke(e,t)}))}))}function O(t,e){function r(o,i,a,u){var c=f(t[o],t,i);if("throw"!==c.type){var s=c.arg,l=s.value;return l&&"object"==typeof l&&n.call(l,"__await")?e.resolve(l.__await).then((function(t){r("next",t,a,u)}),(function(t){r("throw",t,a,u)})):e.resolve(l).then((function(t){s.value=t,a(s)}),(function(t){return r("throw",t,a,u)}))}u(c.arg)}var o;this._invoke=function(t,n){function i(){return new e((function(e,o){r(t,n,e,o)}))}return o=o?o.then(i,i):i()}}function j(t,r){var n=t.iterator[r.method];if(n===e){if(r.delegate=null,"throw"===r.method){if(t.iterator.return&&(r.method="return",r.arg=e,j(t,r),"throw"===r.method))return v;r.method="throw",r.arg=new TypeError("The iterator does not provide a 'throw' method")}return v}var o=f(n,t.iterator,r.arg);if("throw"===o.type)return r.method="throw",r.arg=o.arg,r.delegate=null,v;var i=o.arg;return i?i.done?(r[t.resultName]=i.value,r.next=t.nextLoc,"return"!==r.method&&(r.method="next",r.arg=e),r.delegate=null,v):i:(r.method="throw",r.arg=new TypeError("iterator result is not an object"),r.delegate=null,v)}function P(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function T(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function _(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(P,this),this.reset(!0)}function A(t){if(t){var r=t[i];if(r)return r.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var o=-1,a=function r(){for(;++o<t.length;)if(n.call(t,o))return r.value=t[o],r.done=!1,r;return r.value=e,r.done=!0,r};return a.next=a}}return{next:I}}function I(){return{value:e,done:!0}}return g.prototype=E.constructor=b,b.constructor=g,g.displayName=c(b,u,"GeneratorFunction"),t.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===g||"GeneratorFunction"===(e.displayName||e.name))},t.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,b):(t.__proto__=b,c(t,u,"GeneratorFunction")),t.prototype=Object.create(E),t},t.awrap=function(t){return{__await:t}},S(O.prototype),O.prototype[a]=function(){return this},t.AsyncIterator=O,t.async=function(e,r,n,o,i){void 0===i&&(i=Promise);var a=new O(s(e,r,n,o),i);return t.isGeneratorFunction(r)?a:a.next().then((function(t){return t.done?t.value:a.next()}))},S(E),c(E,u,"Generator"),E[i]=function(){return this},E.toString=function(){return"[object Generator]"},t.keys=function(t){var e=[];for(var r in t)e.push(r);return e.reverse(),function r(){for(;e.length;){var n=e.pop();if(n in t)return r.value=n,r.done=!1,r}return r.done=!0,r}},t.values=A,_.prototype={constructor:_,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=e,this.done=!1,this.delegate=null,this.method="next",this.arg=e,this.tryEntries.forEach(T),!t)for(var r in this)"t"===r.charAt(0)&&n.call(this,r)&&!isNaN(+r.slice(1))&&(this[r]=e)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var r=this;function o(n,o){return u.type="throw",u.arg=t,r.next=n,o&&(r.method="next",r.arg=e),!!o}for(var i=this.tryEntries.length-1;i>=0;--i){var a=this.tryEntries[i],u=a.completion;if("root"===a.tryLoc)return o("end");if(a.tryLoc<=this.prev){var c=n.call(a,"catchLoc"),s=n.call(a,"finallyLoc");if(c&&s){if(this.prev<a.catchLoc)return o(a.catchLoc,!0);if(this.prev<a.finallyLoc)return o(a.finallyLoc)}else if(c){if(this.prev<a.catchLoc)return o(a.catchLoc,!0)}else{if(!s)throw new Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return o(a.finallyLoc)}}}},abrupt:function(t,e){for(var r=this.tryEntries.length-1;r>=0;--r){var o=this.tryEntries[r];if(o.tryLoc<=this.prev&&n.call(o,"finallyLoc")&&this.prev<o.finallyLoc){var i=o;break}}i&&("break"===t||"continue"===t)&&i.tryLoc<=e&&e<=i.finallyLoc&&(i=null);var a=i?i.completion:{};return a.type=t,a.arg=e,i?(this.method="next",this.next=i.finallyLoc,v):this.complete(a)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),v},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.finallyLoc===t)return this.complete(r.completion,r.afterLoc),T(r),v}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.tryLoc===t){var n=r.completion;if("throw"===n.type){var o=n.arg;T(r)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(t,r,n){return this.delegate={iterator:A(t),resultName:r,nextLoc:n},"next"===this.method&&(this.arg=e),v}},t}(t.exports);try{regeneratorRuntime=e}catch(t){Function("r","regeneratorRuntime = r")(e)}},7147:function(t,e,r){"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,a="FileReader"in n&&"Blob"in n&&function(){try{return new Blob,!0}catch(t){return!1}}(),u="FormData"in n,c="ArrayBuffer"in n;if(c)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 e={next:function(){var e=t.shift();return{done:void 0===e,value:e}}};return i&&(e[Symbol.iterator]=function(){return e}),e}function d(t){this.map={},t instanceof d?t.forEach((function(t,e){this.append(e,t)}),this):Array.isArray(t)?t.forEach((function(t){this.append(t[0],t[1])}),this):t&&Object.getOwnPropertyNames(t).forEach((function(e){this.append(e,t[e])}),this)}function v(t){if(t.bodyUsed)return Promise.reject(new TypeError("Already read"));t.bodyUsed=!0}function y(t){return new Promise((function(e,r){t.onload=function(){e(t.result)},t.onerror=function(){r(t.error)}}))}function g(t){var e=new FileReader,r=y(e);return e.readAsArrayBuffer(t),r}function b(t){if(t.slice)return t.slice(0);var e=new Uint8Array(t.byteLength);return e.set(new Uint8Array(t)),e.buffer}function m(){return this.bodyUsed=!1,this._initBody=function(t){var e;this.bodyUsed=this.bodyUsed,this._bodyInit=t,t?"string"==typeof t?this._bodyText=t:a&&Blob.prototype.isPrototypeOf(t)?this._bodyBlob=t:u&&FormData.prototype.isPrototypeOf(t)?this._bodyFormData=t:o&&URLSearchParams.prototype.isPrototypeOf(t)?this._bodyText=t.toString():c&&a&&((e=t)&&DataView.prototype.isPrototypeOf(e))?(this._bodyArrayBuffer=b(t.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):c&&(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"))},a&&(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,e,r,n=v(this);if(n)return n;if(this._bodyBlob)return t=this._bodyBlob,e=new FileReader,r=y(e),e.readAsText(t),r;if(this._bodyArrayBuffer)return Promise.resolve(function(t){for(var e=new Uint8Array(t),r=new Array(e.length),n=0;n<e.length;n++)r[n]=String.fromCharCode(e[n]);return r.join("")}(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},u&&(this.formData=function(){return this.text().then(E)}),this.json=function(){return this.text().then(JSON.parse)},this}d.prototype.append=function(t,e){t=l(t),e=p(e);var r=this.map[t];this.map[t]=r?r+", "+e:e},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,e){this.map[l(t)]=p(e)},d.prototype.forEach=function(t,e){for(var r in this.map)this.map.hasOwnProperty(r)&&t.call(e,this.map[r],r,this)},d.prototype.keys=function(){var t=[];return this.forEach((function(e,r){t.push(r)})),h(t)},d.prototype.values=function(){var t=[];return this.forEach((function(e){t.push(e)})),h(t)},d.prototype.entries=function(){var t=[];return this.forEach((function(e,r){t.push([r,e])})),h(t)},i&&(d.prototype[Symbol.iterator]=d.prototype.entries);var x=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function w(t,e){if(!(this instanceof w))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');var r,n,o=(e=e||{}).body;if(t instanceof w){if(t.bodyUsed)throw new TypeError("Already read");this.url=t.url,this.credentials=t.credentials,e.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=e.credentials||this.credentials||"same-origin",!e.headers&&this.headers||(this.headers=new d(e.headers)),this.method=(r=e.method||this.method||"GET",n=r.toUpperCase(),x.indexOf(n)>-1?n:r),this.mode=e.mode||this.mode||null,this.signal=e.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"!==e.cache&&"no-cache"!==e.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 E(t){var e=new FormData;return t.trim().split("&").forEach((function(t){if(t){var r=t.split("="),n=r.shift().replace(/\+/g," "),o=r.join("=").replace(/\+/g," ");e.append(decodeURIComponent(n),decodeURIComponent(o))}})),e}function S(t,e){if(!(this instanceof S))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');e||(e={}),this.type="default",this.status=void 0===e.status?200:e.status,this.ok=this.status>=200&&this.status<300,this.statusText=void 0===e.statusText?"":""+e.statusText,this.headers=new d(e.headers),this.url=e.url||"",this._initBody(t)}w.prototype.clone=function(){return new w(this,{body:this._bodyInit})},m.call(w.prototype),m.call(S.prototype),S.prototype.clone=function(){return new S(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new d(this.headers),url:this.url})},S.error=function(){var t=new S(null,{status:0,statusText:""});return t.type="error",t};var O=[301,302,303,307,308];S.redirect=function(t,e){if(-1===O.indexOf(e))throw new RangeError("Invalid status code");return new S(null,{status:e,headers:{location:t}})};var j=n.DOMException;try{new j}catch(t){(j=function(t,e){this.message=t,this.name=e;var r=Error(t);this.stack=r.stack}).prototype=Object.create(Error.prototype),j.prototype.constructor=j}function P(t,e){return new Promise((function(r,o){var i=new w(t,e);if(i.signal&&i.signal.aborted)return o(new j("Aborted","AbortError"));var u=new XMLHttpRequest;function s(){u.abort()}u.onload=function(){var t,e,n={status:u.status,statusText:u.statusText,headers:(t=u.getAllResponseHeaders()||"",e=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 r=t.split(":"),n=r.shift().trim();if(n){var o=r.join(":").trim();e.append(n,o)}})),e)};n.url="responseURL"in u?u.responseURL:n.headers.get("X-Request-URL");var o="response"in u?u.response:u.responseText;setTimeout((function(){r(new S(o,n))}),0)},u.onerror=function(){setTimeout((function(){o(new TypeError("Network request failed"))}),0)},u.ontimeout=function(){setTimeout((function(){o(new TypeError("Network request failed"))}),0)},u.onabort=function(){setTimeout((function(){o(new j("Aborted","AbortError"))}),0)},u.open(i.method,function(t){try{return""===t&&n.location.href?n.location.href:t}catch(e){return t}}(i.url),!0),"include"===i.credentials?u.withCredentials=!0:"omit"===i.credentials&&(u.withCredentials=!1),"responseType"in u&&(a?u.responseType="blob":c&&i.headers.get("Content-Type")&&-1!==i.headers.get("Content-Type").indexOf("application/octet-stream")&&(u.responseType="arraybuffer")),!e||"object"!=typeof e.headers||e.headers instanceof d?i.headers.forEach((function(t,e){u.setRequestHeader(e,t)})):Object.getOwnPropertyNames(e.headers).forEach((function(t){u.setRequestHeader(t,p(e.headers[t]))})),i.signal&&(i.signal.addEventListener("abort",s),u.onreadystatechange=function(){4===u.readyState&&i.signal.removeEventListener("abort",s)}),u.send(void 0===i._bodyInit?null:i._bodyInit)}))}P.polyfill=!0,n.fetch||(n.fetch=P,n.Headers=d,n.Request=w,n.Response=S)}},e={};function r(n){var o=e[n];if(void 0!==o)return o.exports;var i=e[n]={exports:{}};return t[n](i,i.exports,r),i.exports}r.d=function(t,e){for(var n in e)r.o(e,n)&&!r.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),r.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},r(5666),r(1150),r(9712),r(7147),r(1391);r(9135)}(); window.page = undefined; </script> <link rel="preload" href="https://web.archive.org/web/20210907084444/https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_Rg.woff2" as="font" type="font/woff2" crossorigin> <script src="https://web.archive.org/web/20210907084444js_/https://static.files.bbci.co.uk/orbit/1d65dcf3d4bb1b5ff745e126c9176e0e//js/api-forge-free.min.js"></script> <!-- navid Web Module: 0.2.0-79.bc5da8d --> <!-- searchbox Web Module: 3.0.0-328.789b5bc --> <!-- navpromo Web Module: 3.0.0-262.e9df726 --> <!-- cookies Web Module: 0.0.3-658.b2702db --> <!-- useractivityhelper Web Module: 1.0.0-196.4c3873f --> <!-- reverb Web Module: 3.2.0 --> <!-- ads Web Module: 20210817-165412-f6d80c1fa-4.52.3 --> <link rel="stylesheet" href="https://web.archive.org/web/20210907084444cs_/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/20210907084444/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/20210907084444/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/20210907084444/https://static.files.bbci.co.uk/account/id-cta/1.8.2/modules/idcta';map['idcta-v2/idcta-1'] = 'https://web.archive.org/web/20210907084444/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/20210907084444/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/20210907084444cs_/https://nav.files.bbci.co.uk/searchbox/a12660e4e2e9ba9542f95f956e6dbf0c/css/box.css"> <script src="https://web.archive.org/web/20210907084444js_/https://static.files.bbci.co.uk/cookies/5fd5880410e68d69e119dc73567d206e/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/20210907084444/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/20210907084444js_/https://mybbc-analytics.files.bbci.co.uk/reverb-client-js/reverb-3.2.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/20210907084444/https://gn-web-assets.api.bbc.com/bbcdotcom/assets/20210817-165412-f6d80c1fa-4.52.3/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/20210907084444/https://gn-flagpoles.test.api.bbci.co.uk/gnlops":"https://web.archive.org/web/20210907084444/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/20210907084444/https://gn-flagpoles.test.api.bbci.co.uk/bbcdotcom":"https://web.archive.org/web/20210907084444/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"}].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/20210907084444/https://gn-web-assets.api.bbc.com/bbcdotcom/assets/20210817-165412-f6d80c1fa-4.52.3/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/20210907084444/https://gn-web-assets.api.bbc.com/bbcdotcom/assets/20210817-165412-f6d80c1fa-4.52.3/script/bbcdotcom.js",o.onload=function(){window.bbcuser.getCountry().then(function(o){e.data.country=o,e.assetPrefix="https://web.archive.org/web/20210907084444/https://gn-web-assets.api.bbc.com/bbcdotcom/assets/20210817-165412-f6d80c1fa-4.52.3/",bbcdotcomConfig={assetPrefix:"https://web.archive.org/web/20210907084444/https://gn-web-assets.api.bbc.com/bbcdotcom/assets/20210817-165412-f6d80c1fa-4.52.3/",staticVersion:"20210817-165412-f6d80c1fa-4.52.3",staticPrefix:"https://web.archive.org/web/20210907084444/https://gn-web-assets.api.bbc.com/bbcdotcom/assets/20210817-165412-f6d80c1fa-4.52.3/"},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/20210907084444/https://secure-us.imrworldwide.com/"),o("//web.archive.org/web/20210907084444/https://me-cdn.effectivemeasure.net/")),e.flag.a&&(o("//web.archive.org/web/20210907084444/https://www.googletagservices.com/"),o("//web.archive.org/web/20210907084444/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/20210907084444/https://bbc.gscontxt.net/?url="+encodeURIComponent(n)})),bbcdotcomScripts.push({src:"https://web.archive.org/web/20210907084444/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/20210907084444/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/20210907084444/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/20210907084444/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/20210907084444cs_/https://gn-web-assets.api.bbc.com/wwhp/20210621-1346-9144af9173f4d0c427a321d53978bb7d2ed2652e/responsive/css/wwhp.min.css" rel="stylesheet"/> <!--<![endif]--> <!--[if (lt IE 9) & (!IEMobile)]> <link href="https://gn-web-assets.api.bbc.com/wwhp/20210621-1346-9144af9173f4d0c427a321d53978bb7d2ed2652e/responsive/css/old-ie.min.css" rel="stylesheet" /> <![endif]--> <script src="https://web.archive.org/web/20210907084444js_/https://gn-web-assets.api.bbc.com/wwhp/20210621-1346-9144af9173f4d0c427a321d53978bb7d2ed2652e/modules/vendor/bower/modernizr/modernizr.js"></script> <script> (function () { require.config({ baseUrl: 'https://web.archive.org/web/20210907084444/https://gn-web-assets.api.bbc.com/wwhp/20210621-1346-9144af9173f4d0c427a321d53978bb7d2ed2652e/modules', paths: { 'bump-3': 'https://web.archive.org/web/20210907084444/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/20210907084444/https://gn-web-assets.api.bbc.com/wwhp/20210621-1346-9144af9173f4d0c427a321d53978bb7d2ed2652e/', 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/20210907084444/https://cdn.optimizely.com/public/4621041136/s/bbccom_sandbox.js"; if(window.location.hostname === 'www.bbc.com') { optimizelyURL = "https://web.archive.org/web/20210907084444/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/20210907084444im_/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.2.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"><a href="https://web.archive.org/web/20210907084444/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/20210907084444/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/20210907084444/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/20210907084444/https://www.bbc.co.uk/">Home</a></li><li class="orb-nav-news"><a href="https://web.archive.org/web/20210907084444/https://www.bbc.co.uk/news">News</a></li><li class="orb-nav-sport"><a href="https://web.archive.org/web/20210907084444/https://www.bbc.co.uk/sport">Sport</a></li><li class="orb-nav-weather"><a href="https://web.archive.org/web/20210907084444/https://www.bbc.co.uk/weather">Weather</a></li><li class="orb-nav-iplayer"><a href="https://web.archive.org/web/20210907084444/https://www.bbc.co.uk/iplayer">iPlayer</a></li><li class="orb-nav-sounds"><a href="https://web.archive.org/web/20210907084444/https://www.bbc.co.uk/sounds">Sounds</a></li><li class="orb-nav-cbbc"><a href="https://web.archive.org/web/20210907084444/https://www.bbc.co.uk/cbbc">CBBC</a></li><li class="orb-nav-cbeebies"><a href="https://web.archive.org/web/20210907084444/https://www.bbc.co.uk/cbeebies">CBeebies</a></li><li class="orb-nav-food"><a href="https://web.archive.org/web/20210907084444/https://www.bbc.co.uk/food">Food</a></li><li class="orb-nav-bitesize"><a href="https://web.archive.org/web/20210907084444/https://www.bbc.co.uk/bitesize">Bitesize</a></li><li class="orb-nav-arts"><a href="https://web.archive.org/web/20210907084444/https://www.bbc.co.uk/arts">Arts</a></li><li class="orb-nav-taster"><a href="https://web.archive.org/web/20210907084444/https://www.bbc.co.uk/taster">Taster</a></li><li class="orb-nav-local"><a href="https://web.archive.org/web/20210907084444/https://www.bbc.co.uk/news/localnews">Local</a></li><li class="orb-nav-three"><a href="https://web.archive.org/web/20210907084444/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/20210907084444/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/20210907084444/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> </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="Taliban raise flag over resistance stronghold" data-bbc-source="Asia" 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/20210907084444oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/77E2/production/_120409603_p09v5myq.jpg" data-alt="Taliban share video of group's flag being raised in Panjshir"><img src="https://web.archive.org/web/20210907084444im_/https://ichef.bbc.co.uk/wwhp/144/cpsprodpb/77E2/production/_120409603_p09v5myq.jpg" alt="Taliban share video of group's flag being raised in Panjshir"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20210907084444/https://www.bbc.com/news/world-asia-58466647" rev="hero1|headline"> Taliban raise flag over resistance stronghold </a> </h3> <p class="media__summary"> The Taliban raise their flag over Panjshir Valley, but resistance fighters deny being defeated. </p> <a class="media__tag tag tag--news" href="/web/20210907084444/https://www.bbc.com/news/world/asia" rev="hero1|source">Asia</a> </div> <a class="block-link__overlay-link" href="/web/20210907084444/https://www.bbc.com/news/world-asia-58466647" rev="hero1|overlay" tabindex="-1" aria-hidden="true"> Taliban raise flag over resistance stronghold </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="Justin Trudeau hit by stones on campaign trail" data-bbc-source="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/20210907084444oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/141D7/production/_120419328_tv070349909.jpg" data-alt="Justin Trudeau campaigns in Welland, Ontario, Canada"><img src="https://web.archive.org/web/20210907084444im_/https://ichef.bbc.co.uk/wwhp/144/cpsprodpb/141D7/production/_120419328_tv070349909.jpg" alt="Justin Trudeau campaigns in Welland, Ontario, Canada"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="https://web.archive.org/web/20210907084444/https://www.bbc.com/news/world-us-canada-58472456" rev="hero2|headline"> Justin Trudeau hit by stones on campaign trail </a> </h3> <a class="media__tag tag tag--canada" href="/web/20210907084444/https://www.bbc.com/news/world/us_and_canada" rev="hero2|source">Canada</a> </div> <a class="block-link__overlay-link" href="https://web.archive.org/web/20210907084444/https://www.bbc.com/news/world-us-canada-58472456" rev="hero2|overlay" tabindex="-1" aria-hidden="true"> Justin Trudeau hit by stones on campaign trail </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="Long jail terms for key Belarus opposition pair" data-bbc-source="Europe" 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/20210907084444oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/D355/production/_120410145_mediaitem120410144.jpg" data-alt="Maria Kolesnikova appears in court"><img src="https://web.archive.org/web/20210907084444im_/https://ichef.bbc.co.uk/wwhp/144/cpsprodpb/D355/production/_120410145_mediaitem120410144.jpg" alt="Maria Kolesnikova appears in court"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20210907084444/https://www.bbc.com/news/world-europe-58395120" rev="hero3|headline"> Long jail terms for key Belarus opposition pair </a> </h3> <a class="media__tag tag tag--europe-news" href="/web/20210907084444/https://www.bbc.com/news/world/europe" rev="hero3|source">Europe</a> </div> <a class="block-link__overlay-link" href="/web/20210907084444/https://www.bbc.com/news/world-europe-58395120" rev="hero3|overlay" tabindex="-1" aria-hidden="true"> Long jail terms for key Belarus opposition pair </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="Vettel on speaking out as an LGBTQ+ ally" data-bbc-source="Formula 1" 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/20210907084444oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/FD0D/production/_120418746_sebastian_vettel1_getty.jpg" data-alt="Sebastian Vettel"><img src="https://web.archive.org/web/20210907084444im_/https://ichef.bbc.co.uk/wwhp/144/cpsprodpb/FD0D/production/_120418746_sebastian_vettel1_getty.jpg" alt="Sebastian Vettel"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="https://web.archive.org/web/20210907084444/https://www.bbc.com/sport/formula1/58453220" rev="hero4|headline"> Vettel on speaking out as an LGBTQ+ ally </a> </h3> <a class="media__tag tag tag--formula-1" href="/web/20210907084444/https://www.bbc.com/sport/formula1" rev="hero4|source">Formula 1</a> </div> <a class="block-link__overlay-link" href="https://web.archive.org/web/20210907084444/https://www.bbc.com/sport/formula1/58453220" rev="hero4|overlay" tabindex="-1" aria-hidden="true"> Vettel on speaking out as an LGBTQ+ ally </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="What if psychedelics went mainstream?" data-bbc-source="Future" 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/20210907084444oe_/https://ichef.bbc.co.uk/wwhp/{width}/ibroadcast/images/live/p0/9v/6j/p09v6j2n.jpg" data-alt="Illustrated abstract image of colourful, long, extended triangular shapes passing through woman's head"><img src="https://web.archive.org/web/20210907084444im_/https://ichef.bbc.co.uk/wwhp/144/ibroadcast/images/live/p0/9v/6j/p09v6j2n.jpg" alt="Illustrated abstract image of colourful, long, extended triangular shapes passing through woman's head"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="https://web.archive.org/web/20210907084444/https://www.bbc.com/future/article/20210906-what-if-everyone-took-psychedelics" rev="hero5|headline"> What if psychedelics went mainstream? </a> </h3> <a class="media__tag tag tag--future" href="https://web.archive.org/web/20210907084444/http://www.bbc.com/future" rev="hero5|source">Future</a> </div> <a class="block-link__overlay-link" href="https://web.archive.org/web/20210907084444/https://www.bbc.com/future/article/20210906-what-if-everyone-took-psychedelics" rev="hero5|overlay" tabindex="-1" aria-hidden="true"> What if psychedelics went mainstream? </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/20210907084444/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="The Wire star Michael K Williams found dead" 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/20210907084444oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/1E5B/production/_120417770_gettyimages-1205219291-1.jpg" data-alt="Michael K Williams attends the 2020 Vanity Fair Oscar Party in Beverly Hills, California"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Michael K Williams attends the 2020 Vanity Fair Oscar Party in Beverly Hills, California"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20210907084444/https://www.bbc.com/news/world-us-canada-58470253" rev="news|headline"> The Wire star Michael K Williams found dead </a> </h3> <p class="media__summary"> The 54-year-old died from a suspected drug overdose in his New York flat, media reports say. </p> <a class="media__tag tag tag--news" href="/web/20210907084444/https://www.bbc.com/news/world/us_and_canada" rev="news|source">US & Canada</a> </div> <a class="block-link__overlay-link" href="/web/20210907084444/https://www.bbc.com/news/world-us-canada-58470253" rev="news|overlay" tabindex="-1" aria-hidden="true"> The Wire star Michael K Williams found dead </a> </div> </li> <li class="media-list__item media-list__item--2"> <div class="media block-link" data-bbc-container="news" data-bbc-title="How '9/11 mastermind' slipped through FBI's fingers" 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/20210907084444oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/3D34/production/_120386651_ksm_976getty.jpg" data-alt="Wanted poster"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Wanted poster"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20210907084444/https://www.bbc.com/news/world-us-canada-58393231" rev="news|headline"> How '9/11 mastermind' slipped through FBI's fingers </a> </h3> <p class="media__summary"> Could the man accused of hatching the plot to fly planes into US landmarks 20 years ago have been stopped? </p> <a class="media__tag tag tag--news" href="/web/20210907084444/https://www.bbc.com/news/world/us_and_canada" rev="news|source">US & Canada</a> </div> <a class="block-link__overlay-link" href="/web/20210907084444/https://www.bbc.com/news/world-us-canada-58393231" rev="news|overlay" tabindex="-1" aria-hidden="true"> How '9/11 mastermind' slipped through FBI's fingers </a> </div> </li> <li class="media-list__item media-list__item--3"> <div class="media block-link" data-bbc-container="news" data-bbc-title="Australia PM defends Father's Day trip in lockdown" data-bbc-source="Australia" 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/20210907084444oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/21E9/production/_120418680_scottmorrisonfatherasdaty.png" data-alt="Scott Morrison and his wife and two daughters hold a bird"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Scott Morrison and his wife and two daughters hold a bird"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20210907084444/https://www.bbc.com/news/world-australia-58471685" rev="news|headline"> Australia PM defends Father's Day trip in lockdown </a> </h3> <p class="media__summary"> Scott Morrison is accused of "appalling judgment" for flying to Sydney while millions must stay home. </p> <a class="media__tag tag tag--news" href="/web/20210907084444/https://www.bbc.com/news/world/australia" rev="news|source">Australia</a> </div> <a class="block-link__overlay-link" href="/web/20210907084444/https://www.bbc.com/news/world-australia-58471685" rev="news|overlay" tabindex="-1" aria-hidden="true"> Australia PM defends Father's Day trip in lockdown </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/20210907084444/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="India love being written off - Kohli" data-bbc-source="Cricket" 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/20210907084444oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/1207B/production/_120415837_gettyimages-1235087645.jpg" data-alt="Virat Kohli"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Virat Kohli"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20210907084444/https://www.bbc.com/sport/cricket/58466967" rev="sport|headline"> India love being written off - Kohli </a> </h3> <p class="media__summary"> Captain Virat Kohli says his India side "love being written off" after they storm to a 157-run win over England in the fourth Test. </p> <a class="media__tag tag tag--sport" href="/web/20210907084444/https://www.bbc.com/sport/cricket" rev="sport|source">Cricket</a> </div> <a class="block-link__overlay-link" href="/web/20210907084444/https://www.bbc.com/sport/cricket/58466967" rev="sport|overlay" tabindex="-1" aria-hidden="true"> India love being written off - Kohli </a> </div> </li> <li class="media-list__item media-list__item--2"> <div class="media block-link" data-bbc-container="sport" data-bbc-title="Europe beat US to retain Solheim Cup" data-bbc-source="Golf" 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/20210907084444oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/0C09/production/_120418030_maguire_getty.jpg" data-alt="Leona Maguire with the Solheim Cup trophy"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Leona Maguire with the Solheim Cup trophy"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20210907084444/https://www.bbc.com/sport/golf/58470233" rev="sport|headline"> Europe beat US to retain Solheim Cup </a> </h3> <p class="media__summary"> Europe record just their second win on US soil to retain the Solheim Cup with a hard-fought 15-13 victory in Ohio. </p> <a class="media__tag tag tag--sport" href="/web/20210907084444/https://www.bbc.com/sport/golf" rev="sport|source">Golf</a> </div> <a class="block-link__overlay-link" href="/web/20210907084444/https://www.bbc.com/sport/golf/58470233" rev="sport|overlay" tabindex="-1" aria-hidden="true"> Europe beat US to retain Solheim Cup </a> </div> </li> <li class="media-list__item media-list__item--3"> <div class="media block-link" data-bbc-container="sport" data-bbc-title="Rogers expected death threats after loss" data-bbc-source="Tennis" 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/20210907084444oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/713F/production/_120419982_gettyimages-1338747974.jpg" data-alt="Shelby Rogers"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Shelby Rogers"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20210907084444/https://www.bbc.com/sport/tennis/58472698" rev="sport|headline"> Rogers expected death threats after loss </a> </h3> <p class="media__summary"> American Shelby Rogers voices concerns about death threats she expects to receive on social media after her US Open fourth-round defeat by Emma Raducanu. </p> <a class="media__tag tag tag--sport" href="/web/20210907084444/https://www.bbc.com/sport/tennis" rev="sport|source">Tennis</a> </div> <a class="block-link__overlay-link" href="/web/20210907084444/https://www.bbc.com/sport/tennis/58472698" rev="sport|overlay" tabindex="-1" aria-hidden="true"> Rogers expected death threats after loss </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/20210907084444/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/20210907084444/https://www.bbc.com/weather/2643743?day=0" rev="weather|link"> <img class="forecast--image" src="https://web.archive.org/web/20210907084444im_/https://static.bbci.co.uk/weather/0.5.284/images/icons/individual_56_icons/en_on_light_bg/1.gif" alt="Sunny"> <h3 class="forecast--day">Tue</h3> <p class="forecast--high">29°C</p> <p class="forecast--low">16°C</p> </a> </li> <li class="forecast--2 forecast"> <a class="forecast--link" href="/web/20210907084444/https://www.bbc.com/weather/2643743?day=1" rev="weather|link"> <img class="forecast--image" src="https://web.archive.org/web/20210907084444im_/https://static.bbci.co.uk/weather/0.5.284/images/icons/individual_56_icons/en_on_light_bg/1.gif" alt="Sunny"> <h3 class="forecast--day">Wed</h3> <p class="forecast--high">28°C</p> <p class="forecast--low">17°C</p> </a> </li> <li class="forecast--3 forecast"> <a class="forecast--link" href="/web/20210907084444/https://www.bbc.com/weather/2643743?day=2" rev="weather|link"> <img class="forecast--image" src="https://web.archive.org/web/20210907084444im_/https://static.bbci.co.uk/weather/0.5.284/images/icons/individual_56_icons/en_on_light_bg/12.gif" alt="Light Rain"> <h3 class="forecast--day">Thu</h3> <p class="forecast--high">23°C</p> <p class="forecast--low">16°C</p> </a> </li> <li class="forecast--4 forecast"> <a class="forecast--link" href="/web/20210907084444/https://www.bbc.com/weather/2643743?day=3" rev="weather|link"> <img class="forecast--image" src="https://web.archive.org/web/20210907084444im_/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">22°C</p> <p class="forecast--low">15°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/20210907084444/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 airport for celebrities you never knew existed" data-bbc-source="reel" data-bbc-metadata="{"CHD": "card::1" }"> <a class="reel__link" href="/web/20210907084444/https://www.bbc.com/reel/video/p084pp2h/the-airport-for-celebrities-you-never-knew-existed"> <div class="media__image"> <div class="responsive-image"> <div class="delayed-image-load-reel" data-src="https://web.archive.org/web/20210907084444oe_/https://ychef.files.bbci.co.uk/{width}/p084pq7m.jpg" data-alt="The airport for celebrities you never knew existed"> <img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="The airport for celebrities you never knew existed"/> </div> </div> </div> <div class="media__content"> <h3>The airport for celebrities you never knew existed</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="An unconventional effort to save the UK's rare reptiles" data-bbc-source="reel" data-bbc-metadata="{"CHD": "card::2" }"> <a class="reel__link" href="/web/20210907084444/https://www.bbc.com/reel/video/p09qyh1b/the-schoolboys-on-a-mission-to-revive-the-uk-s-lost-reptiles"> <div class="media__image"> <div class="responsive-image"> <div class="delayed-image-load-reel" data-src="https://web.archive.org/web/20210907084444oe_/https://ychef.files.bbci.co.uk/{width}/p09v573y.jpg" data-alt="An unconventional effort to save the UK's rare reptiles"> <img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="An unconventional effort to save the UK's rare reptiles"/> </div> </div> </div> <div class="media__content"> <h3>An unconventional effort to save the UK's rare reptiles</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="How the 'capital' of the ancient slave trade fell" data-bbc-source="reel" data-bbc-metadata="{"CHD": "card::3" }"> <a class="reel__link" href="/web/20210907084444/https://www.bbc.com/reel/video/p09tvctz/how-pirates-destroyed-the-capital-of-the-roman-slave-trade"> <div class="media__image"> <div class="responsive-image"> <div class="delayed-image-load-reel" data-src="https://web.archive.org/web/20210907084444oe_/https://ychef.files.bbci.co.uk/{width}/p09tz0h8.jpg" data-alt="How the 'capital' of the ancient slave trade fell"> <img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="How the 'capital' of the ancient slave trade fell"/> </div> </div> </div> <div class="media__content"> <h3>How the 'capital' of the ancient slave trade fell</h3> </div> </a> </div> </li> </ul> </div> <div class="reel--background"> <div class="delayed-image-load-reel " data-src="https://web.archive.org/web/20210907084444oe_/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 blockbuster set to change the world" data-bbc-source="Culture" 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/20210907084444oe_/https://ychef.files.bbci.co.uk/width/790/p09v6ntg.jpg" data-alt="Why the success of Marvel's Asian superhero movie Shang-Chi is such a milestone"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Why the success of Marvel's Asian superhero movie Shang-Chi is such a milestone"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="https://web.archive.org/web/20210907084444/https://www.bbc.com/culture/article/20210906-why-asian-superhero-shang-chi-could-truly-change-the-world" rev="editors-picks|headline"> A blockbuster set to change the world </a> </h3> <p class="media__summary"> Why the success of Marvel's Asian superhero movie Shang-Chi is such a milestone </p> <a class="media__tag tag tag--culture" href="https://web.archive.org/web/20210907084444/http://www.bbc.com/culture" rev="editors-picks|source">Culture</a> </div> <a class="block-link__overlay-link" href="https://web.archive.org/web/20210907084444/https://www.bbc.com/culture/article/20210906-why-asian-superhero-shang-chi-could-truly-change-the-world" rev="editors-picks|overlay" tabindex="-1" aria-hidden="true"> A blockbuster set to change the world </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 keeper of Saharan secrets" data-bbc-source="Travel" 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/20210907084444oe_/https://ychef.files.bbci.co.uk/width/790/p09tly8q.jpg" data-alt="Swathed in blue robes, this nomad guide is a keeper of the desert's stories"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Swathed in blue robes, this nomad guide is a keeper of the desert's stories"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="https://web.archive.org/web/20210907084444/https://www.bbc.com/travel/article/20210906-the-nomad-guide-who-decodes-the-saharas-secrets" rev="editors-picks|headline"> The keeper of Saharan secrets </a> </h3> <p class="media__summary"> Swathed in blue robes, this nomad guide is a keeper of the desert's stories </p> <a class="media__tag tag tag--travel" href="https://web.archive.org/web/20210907084444/https://www.bbc.com/travel" rev="editors-picks|source">Travel</a> </div> <a class="block-link__overlay-link" href="https://web.archive.org/web/20210907084444/https://www.bbc.com/travel/article/20210906-the-nomad-guide-who-decodes-the-saharas-secrets" rev="editors-picks|overlay" tabindex="-1" aria-hidden="true"> The keeper of Saharan secrets </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="How Covid-19 could end the fax" 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/20210907084444oe_/https://ychef.files.bbci.co.uk/width/790/p09tyvmp.jpg" data-alt="Countries are phasing out the clunky machine after pandemic glitches"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Countries are phasing out the clunky machine after pandemic glitches"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="https://web.archive.org/web/20210907084444/https://www.bbc.com/future/article/20210903-how-covid-19-could-finally-be-the-end-of-the-fax-machine" rev="editors-picks|headline"> How Covid-19 could end the fax </a> </h3> <p class="media__summary"> Countries are phasing out the clunky machine after pandemic glitches </p> <a class="media__tag tag tag--future" href="https://web.archive.org/web/20210907084444/http://www.bbc.com/future" rev="editors-picks|source">Future</a> </div> <a class="block-link__overlay-link" href="https://web.archive.org/web/20210907084444/https://www.bbc.com/future/article/20210903-how-covid-19-could-finally-be-the-end-of-the-fax-machine" rev="editors-picks|overlay" tabindex="-1" aria-hidden="true"> How Covid-19 could end the fax </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="Is tokenism inevitable?" 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/20210907084444oe_/https://ychef.files.bbci.co.uk/width/790/p09tw081.jpg" data-alt="Why even the most talented diverse hires can feel tokenised"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Why even the most talented diverse hires can feel tokenised"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="https://web.archive.org/web/20210907084444/https://www.bbc.com/worklife/article/20210902-why-diverse-hires-cant-always-escape-tokenism" rev="editors-picks|headline"> Is tokenism inevitable? </a> </h3> <p class="media__summary"> Why even the most talented diverse hires can feel tokenised </p> <a class="media__tag tag tag--worklife" href="https://web.archive.org/web/20210907084444/http://www.bbc.com/worklife" rev="editors-picks|source">Worklife</a> </div> <a class="block-link__overlay-link" href="https://web.archive.org/web/20210907084444/https://www.bbc.com/worklife/article/20210902-why-diverse-hires-cant-always-escape-tokenism" rev="editors-picks|overlay" tabindex="-1" aria-hidden="true"> Is tokenism inevitable? </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="Are these the questions to ask when buying food?" data-bbc-source="FOOD" 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/20210907084444oe_/https://ichef.bbc.co.uk/wwhp/{width}/ibroadcast/images/live/p0/9t/z4/p09tz49p.jpg" data-alt="Woman picks out fresh produce at supermarket"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Woman picks out fresh produce at supermarket"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="https://web.archive.org/web/20210907084444/https://www.bbc.co.uk/food/articles/food_shop_questions" rev="editors-picks|headline"> Are these the questions to ask when buying food? </a> </h3> <p class="media__summary"> How many of us check what we eat is produced in a way that benefits the environment? </p> <a class="media__tag tag tag--food" href="https://web.archive.org/web/20210907084444/https://www.bbc.co.uk/food" rev="editors-picks|source">FOOD</a> </div> <a class="block-link__overlay-link" href="https://web.archive.org/web/20210907084444/https://www.bbc.co.uk/food/articles/food_shop_questions" rev="editors-picks|overlay" tabindex="-1" aria-hidden="true"> Are these the questions to ask when buying food? </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="Kim Kardashian crypto ad singled out by watchdog" data-bbc-source="Technology" 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/20210907084444oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/18101/production/_120416589_kimk1.jpg" data-alt="Kim Kardashian"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Kim Kardashian"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="https://web.archive.org/web/20210907084444/https://www.bbc.com/news/technology-58462517" rev="editors-picks|headline"> Kim Kardashian crypto ad singled out by watchdog </a> </h3> <p class="media__summary"> An Instagram ad by the influencer was criticised in a speech by FCA chairman Charles Randell </p> <a class="media__tag tag tag--technology" href="/web/20210907084444/https://www.bbc.com/news/technology" rev="editors-picks|source">Technology</a> </div> <a class="block-link__overlay-link" href="https://web.archive.org/web/20210907084444/https://www.bbc.com/news/technology-58462517" rev="editors-picks|overlay" tabindex="-1" aria-hidden="true"> Kim Kardashian crypto ad singled out by watchdog </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="Spider season: Is your home under invasion?" data-bbc-source="Newsbeat" 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/20210907084444oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/B1A8/production/_120408454_web.png" data-alt="Spider web"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Spider web"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="https://web.archive.org/web/20210907084444/https://www.bbc.com/news/newsbeat-49730011" rev="editors-picks|headline"> Spider season: Is your home under invasion? </a> </h3> <p class="media__summary"> They're not coming through the windows - they were already inside </p> <a class="media__tag tag tag--newsbeat" href="/web/20210907084444/https://www.bbc.com/news/newsbeat" rev="editors-picks|source">Newsbeat</a> </div> <a class="block-link__overlay-link" href="https://web.archive.org/web/20210907084444/https://www.bbc.com/news/newsbeat-49730011" rev="editors-picks|overlay" tabindex="-1" aria-hidden="true"> Spider season: Is your home under invasion? </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="China court drops Alibaba sexual assault case" data-bbc-source="Latest Business News" data-bbc-metadata="{"CHD": "card::1" }"> <a class="top-list-item__link" href="/web/20210907084444/https://www.bbc.com/news/world-asia-china-58471978" rev="most-popular|link"> <span class="top-list-item__bullet">1</span> <h3 class="top-list-item__headline">China court drops Alibaba sexual assault case</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="Chip shortage could last into 2023, says car boss" data-bbc-source="Latest Business News" data-bbc-metadata="{"CHD": "card::2" }"> <a class="top-list-item__link" href="/web/20210907084444/https://www.bbc.com/news/business-58465954" rev="most-popular|link"> <span class="top-list-item__bullet">2</span> <h3 class="top-list-item__headline">Chip shortage could last into 2023, says car boss</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="M&S in food imports warning on Brexit rule change" data-bbc-source="Latest Business News" data-bbc-metadata="{"CHD": "card::3" }"> <a class="top-list-item__link" href="/web/20210907084444/https://www.bbc.com/news/business-58462351" rev="most-popular|link"> <span class="top-list-item__bullet">3</span> <h3 class="top-list-item__headline">M&S in food imports warning on Brexit rule change</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="Black interns: 'You just need to give us a chance'" data-bbc-source="Latest Business News" data-bbc-metadata="{"CHD": "card::4" }"> <a class="top-list-item__link" href="/web/20210907084444/https://www.bbc.com/news/business-58428799" rev="most-popular|link"> <span class="top-list-item__bullet">4</span> <h3 class="top-list-item__headline">Black interns: 'You just need to give us a chance'</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="When is a motor show not a motor show?" data-bbc-source="Latest Business News" data-bbc-metadata="{"CHD": "card::5" }"> <a class="top-list-item__link" href="/web/20210907084444/https://www.bbc.com/news/business-58457834" rev="most-popular|link"> <span class="top-list-item__bullet">5</span> <h3 class="top-list-item__headline">When is a motor show not a motor show?</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/20210907084444/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="Bangladesh's unusual use for oysters" data-bbc-source="future" data-bbc-metadata="{"CHD": "card::1" }"> <a class="reel__link" href="/web/20210907084444/https://www.bbc.com/future/article/20210827-the-unlikely-protector-against-rising-seas-in-bangladesh"> <div class="media__image"> <div class="responsive-image"> <div class="delayed-image-load-planet" data-src="https://web.archive.org/web/20210907084444oe_/https://ychef.files.bbci.co.uk/{width}/p09tcb2c.jpg" data-alt="Bangladesh's unusual use for oysters"> <img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Bangladesh's unusual use for oysters"/> </div> </div> </div> <div class="media__content"> <h3>Bangladesh's unusual use for oysters</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="Can investors save the Amazon?" data-bbc-source="future" data-bbc-metadata="{"CHD": "card::2" }"> <a class="reel__link" href="/web/20210907084444/https://www.bbc.com/future/article/20210825-can-investors-save-the-amazon"> <div class="media__image"> <div class="responsive-image"> <div class="delayed-image-load-planet" data-src="https://web.archive.org/web/20210907084444oe_/https://ychef.files.bbci.co.uk/{width}/p09t4slp.jpg" data-alt="Can investors save the Amazon?"> <img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Can investors save the Amazon?"/> </div> </div> </div> <div class="media__content"> <h3>Can investors save the Amazon?</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 controversial plan to rewild death" data-bbc-source="future" data-bbc-metadata="{"CHD": "card::3" }"> <a class="reel__link" href="/web/20210907084444/https://www.bbc.com/future/article/20210817-rewilding-death-germanys-plan-to-restore-the-necrobiome"> <div class="media__image"> <div class="responsive-image"> <div class="delayed-image-load-planet" data-src="https://web.archive.org/web/20210907084444oe_/https://ychef.files.bbci.co.uk/{width}/p09sghx7.jpg" data-alt="The controversial plan to rewild death"> <img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="The controversial plan to rewild death"/> </div> </div> </div> <div class="media__content"> <h3>The controversial plan to rewild death</h3> </div> </a> </div> </li> </ul> </div> <div class="reel--background"> <div class="delayed-image-load-planet" data-src="https://web.archive.org/web/20210907084444oe_/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/20210907084444/https://www.bbc.com/news/business-11428889" rev="primary-special-features|header"> Technology of Business </a> </h2> <div class="feature__content"> <div class="media media--primary block-link" data-bbc-container="primary-special-features" data-bbc-title="Why coders love the AI that could replace them" 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/20210907084444oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/6736/production/_119522462_ai.janineluk-herpicture.jpg" data-alt="Janine Luk, a 26 year-old software engineer in London."><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Janine Luk, a 26 year-old software engineer in London."/></div></div> </div> <div class="media__content"> <a class="media__tag tag tag--business" href="/web/20210907084444/https://www.bbc.com/news/business" rev="primary-special-features|source">Business</a> <h3 class="media__title"> <a class="media__link" href="/web/20210907084444/https://www.bbc.com/news/business-57914432" rev="primary-special-features|headline"> Why coders love the AI that could replace them </a> </h3> </div> <a class="block-link__overlay-link" href="/web/20210907084444/https://www.bbc.com/news/business-57914432" rev="primary-special-features|overlay" tabindex="-1" aria-hidden="true"> Why coders love the AI that could replace them </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/20210907084444/https://www.bbc.com/news/business-15521824" rev="primary-special-features|header"> New Tech Economy </a> </h2> <div class="feature__content"> <div class="media media--primary block-link" data-bbc-container="primary-special-features" data-bbc-title="Has Covid killed off business cards for good?" 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/20210907084444oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/F7F7/production/_120397436_5_business_cards_getty.jpg" data-alt="A man giving out his business card"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="A man giving out his business card"/></div></div> </div> <div class="media__content"> <a class="media__tag tag tag--business" href="/web/20210907084444/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/20210907084444/https://www.bbc.com/news/business-58419842" rev="primary-special-features|headline"> Has Covid killed off business cards for good? </a> </h3> </div> <a class="block-link__overlay-link" href="https://web.archive.org/web/20210907084444/https://www.bbc.com/news/business-58419842" rev="primary-special-features|overlay" tabindex="-1" aria-hidden="true"> Has Covid killed off business cards for good? </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="Esports: Why are there so few women pros?" data-bbc-source="Technology" 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/20210907084444oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/113DD/production/_120412607_mediaitem120412606.jpg" data-alt="Gaming team C9 White"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Gaming team C9 White"/></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/20210907084444/https://www.bbc.com/news/technology-58466374" rev="video|headline"> Esports: Why are there so few women pros? </a> </h3> <p class="media__summary"> There are no female players in the top 300 earners in esports, according to research shared with BBC News. </p> <a class="media__tag tag tag--videos" href="/web/20210907084444/https://www.bbc.com/news/technology" rev="video|source">Technology</a> </div> <a class="block-link__overlay-link" href="/web/20210907084444/https://www.bbc.com/news/technology-58466374" rev="video|overlay" tabindex="-1" aria-hidden="true"> Esports: Why are there so few women pros? </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":"Esports: Why are there so few women pros?","url":"\/news\/technology-58466374","summary":"There are no female players in the top 300 earners in esports, according to research shared with BBC News.","img":"https:\/\/ichef.bbc.co.uk\/wwhp\/800\/cpsprodpb\/113DD\/production\/_120412607_mediaitem120412606.jpg","imgalttext":"Gaming team C9 White","pid":"p09v5xk8","pidtype":"Version","sourcename":"Technology","sourceurl":"\/news\/technology","created":"2021-09-06T23:13:55+00:00","updated":"2021-09-06T23:13:55+00:00","origincode":"cpsprodpb","gelicon":"video","sourceid":"videos","itemtype":"feed","allowadvertising":true,"clippid":"p09v5xk0","duration":"PT5M56S"}"> <div class="media media--video media--horizontal media--primary media--icon block-link" data-bbc-container="video" data-bbc-title="Esports: Why are there so few women pros?" data-bbc-source="Technology" 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/20210907084444oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/113DD/production/_120412607_mediaitem120412606.jpg" data-alt="Gaming team C9 White"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Gaming team C9 White"/></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/20210907084444/https://www.bbc.com/news/technology-58466374" rev="video|headline"> Esports: Why are there so few women pros? </a> </h3> <a class="media__tag tag tag--videos" href="/web/20210907084444/https://www.bbc.com/news/technology" rev="video|source">Technology</a> </div> <a class="block-link__overlay-link" href="/web/20210907084444/https://www.bbc.com/news/technology-58466374" rev="video|overlay" tabindex="-1" aria-hidden="true"> Esports: Why are there so few women pros? </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":"How cycling saved my life","url":"\/news\/disability-58411394","summary":"In preparation for the Paralympics, South Korean hand-cycling champion, Doyeon Lee has been riding more than 300km every week.","img":"https:\/\/ichef.bbc.co.uk\/wwhp\/800\/cpsprodpb\/17A7F\/production\/_120359869_p09tswjg.jpg","imgalttext":"Doyeon Lee","pid":"p09trv9d","pidtype":"Version","sourcename":"Disability","sourceurl":"\/news\/disability","created":"2021-09-01T23:06:20+00:00","updated":"2021-09-01T23:06:20+00:00","origincode":"cpsprodpb","gelicon":"video","sourceid":"videos-must-see","itemtype":"feed","allowadvertising":true,"clippid":"p09trv98","duration":"PT2M25S"}"> <div class="media media--video media--horizontal media--icon block-link" data-bbc-container="video" data-bbc-title="How cycling saved my life" data-bbc-source="Disability" 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/20210907084444oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/17A7F/production/_120359869_p09tswjg.jpg" data-alt="Doyeon Lee"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Doyeon Lee"/></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/20210907084444/https://www.bbc.com/news/disability-58411394" rev="video|headline"> How cycling saved my life </a> </h3> <a class="media__tag tag tag--videos-must-see" href="/web/20210907084444/https://www.bbc.com/news/disability" rev="video|source">Disability</a> </div> <a class="block-link__overlay-link" href="/web/20210907084444/https://www.bbc.com/news/disability-58411394" rev="video|overlay" tabindex="-1" aria-hidden="true"> How cycling saved my life </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":"'Some patients haven't eaten for days'","url":"\/news\/stories-58412481","summary":"A Merseyside mental health ambulance team is offering food support for its most in need patients.","img":"https:\/\/ichef.bbc.co.uk\/wwhp\/800\/cpsprodpb\/141DB\/production\/_120359328_p09tshcr.jpg","imgalttext":"Ambulance worker Linda","pid":"p09ttzfk","pidtype":"Version","sourcename":"Stories","sourceurl":"\/news\/stories","created":"2021-09-01T23:09:22+00:00","updated":"2021-09-01T23:09:22+00:00","origincode":"cpsprodpb","gelicon":"video","sourceid":"videos-must-see","itemtype":"feed","allowadvertising":true,"clippid":"p09tsdbq","duration":"PT3M11S"}"> <div class="media media--video media--horizontal media--icon block-link" data-bbc-container="video" data-bbc-title="'Some patients haven't eaten for days'" data-bbc-source="Stories" 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/20210907084444oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/141DB/production/_120359328_p09tshcr.jpg" data-alt="Ambulance worker Linda"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Ambulance worker Linda"/></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/20210907084444/https://www.bbc.com/news/stories-58412481" rev="video|headline"> 'Some patients haven't eaten for days' </a> </h3> <a class="media__tag tag tag--videos-must-see" href="/web/20210907084444/https://www.bbc.com/news/stories" rev="video|source">Stories</a> </div> <a class="block-link__overlay-link" href="/web/20210907084444/https://www.bbc.com/news/stories-58412481" rev="video|overlay" tabindex="-1" aria-hidden="true"> 'Some patients haven't eaten for days' </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":"Young, black people working 'three times as hard'","url":"\/news\/business-58465962","summary":"This week sees the launch of a programme making high-flying careers more accessible.","img":"https:\/\/ichef.bbc.co.uk\/wwhp\/800\/cpsprodpb\/AA83\/production\/_120415634_p09v6sf0.jpg","imgalttext":"Amise Ophelia-Brown","pid":"p09v6nsr","pidtype":"Version","sourcename":"Business","sourceurl":"\/news\/business","created":"2021-09-06T23:01:39+00:00","updated":"2021-09-06T23:01:39+00:00","origincode":"cpsprodpb","gelicon":"video","sourceid":"videos","itemtype":"feed","allowadvertising":true,"clippid":"p09v6nsm","duration":"PT2M8S"}"> <div class="media media--video media--horizontal media--icon block-link" data-bbc-container="video" data-bbc-title="Young, black people working 'three times as hard'" data-bbc-source="Business" 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/20210907084444oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/AA83/production/_120415634_p09v6sf0.jpg" data-alt="Amise Ophelia-Brown"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Amise Ophelia-Brown"/></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/20210907084444/https://www.bbc.com/news/business-58465962" rev="video|headline"> Young, black people working 'three times as... </a> </h3> <a class="media__tag tag tag--videos" href="/web/20210907084444/https://www.bbc.com/news/business" rev="video|source">Business</a> </div> <a class="block-link__overlay-link" href="/web/20210907084444/https://www.bbc.com/news/business-58465962" rev="video|overlay" tabindex="-1" aria-hidden="true"> Young, black people working 'three times as hard' </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":"Babies who were conjoined see each other first time","url":"\/news\/world-middle-east-58460842","summary":"The Israeli twin girls were joined at the head but have been separated after a rare operation.","img":"https:\/\/ichef.bbc.co.uk\/wwhp\/800\/cpsprodpb\/550A\/production\/_120407712_twins.jpg","imgalttext":"The twins looking at each other","pid":"p09v52q5","pidtype":"Version","sourcename":"Middle East","sourceurl":"\/news\/world\/middle_east","created":"2021-09-06T08:03:29+00:00","updated":"2021-09-06T08:03:29+00:00","origincode":"cpsprodpb","gelicon":"video","sourceid":"videos","itemtype":"feed","allowadvertising":true,"clippid":"p09v52q1","duration":"PT48S"}"> <div class="media media--video media--horizontal media--icon block-link" data-bbc-container="video" data-bbc-title="Babies who were conjoined see each other first time" data-bbc-source="Middle East" 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/20210907084444oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/550A/production/_120407712_twins.jpg" data-alt="The twins looking at each other"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="The twins looking at each other"/></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/20210907084444/https://www.bbc.com/news/world-middle-east-58460842" rev="video|headline"> Babies who were conjoined see each other... </a> </h3> <a class="media__tag tag tag--videos" href="/web/20210907084444/https://www.bbc.com/news/world/middle_east" rev="video|source">Middle East</a> </div> <a class="block-link__overlay-link" href="/web/20210907084444/https://www.bbc.com/news/world-middle-east-58460842" rev="video|overlay" tabindex="-1" aria-hidden="true"> Babies who were conjoined see each other first time </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/20210907084444oe_/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/20210907084444/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/20210907084444/https://www.bbc.com/news/world/us_and_canada" rev="video|source">US & Canada</a> </div> <a class="block-link__overlay-link" href="/web/20210907084444/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/20210907084444oe_/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/20210907084444/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/20210907084444/https://www.bbc.com/news/world/middle_east" rev="video|source">Middle East</a> </div> <a class="block-link__overlay-link" href="/web/20210907084444/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/20210907084444oe_/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/20210907084444/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/20210907084444/https://www.bbc.com/news/world/middle_east" rev="video|source">Middle East</a> </div> <a class="block-link__overlay-link" href="/web/20210907084444/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/20210907084444oe_/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/20210907084444/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/20210907084444/https://www.bbc.com/news/england" rev="video|source">England</a> </div> <a class="block-link__overlay-link" href="/web/20210907084444/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/20210907084444oe_/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/20210907084444/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/20210907084444/https://www.bbc.com/news/world/us_and_canada" rev="video|source">US & Canada</a> </div> <a class="block-link__overlay-link" href="/web/20210907084444/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":"The race to save 26 frog species in Australia","url":"\/news\/world-australia-58419552","summary":"Scientists fear four species are already extinct but say urgent action can save others.","img":"https:\/\/ichef.bbc.co.uk\/wwhp\/800\/cpsprodpb\/0B14\/production\/_120363820_p09ttryr.jpg","imgalttext":"The spotted tree frog (Litoria spenceri)","pid":"p09ttjkw","pidtype":"Version","sourcename":"Australia","sourceurl":"\/news\/world\/australia","created":"2021-09-05T23:07:52+00:00","updated":"2021-09-05T23:07:52+00:00","origincode":"cpsprodpb","gelicon":"video","allowadvertising":true,"clippid":"p09ttjkt","duration":"PT3M12S"}"> <div class="media media--video media--horizontal media--icon block-link" data-bbc-container="video" data-bbc-title="The race to save 26 frog species in Australia" data-bbc-source="Australia" 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/20210907084444oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/0B14/production/_120363820_p09ttryr.jpg" data-alt="The spotted tree frog (Litoria spenceri)"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="The spotted tree frog (Litoria spenceri)"/></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/20210907084444/https://www.bbc.com/news/world-australia-58419552" rev="video|headline"> The race to save 26 frog species in Australia </a> </h3> <a class="media__tag tag tag--" href="/web/20210907084444/https://www.bbc.com/news/world/australia" rev="video|source">Australia</a> </div> <a class="block-link__overlay-link" href="/web/20210907084444/https://www.bbc.com/news/world-australia-58419552" rev="video|overlay" tabindex="-1" aria-hidden="true"> The race to save 26 frog species in Australia </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":"Inside Big Ben's restoration as it nears finish","url":"\/news\/uk-58463439","summary":"The restoration of Elizabeth Tower, which will ultimately cost at least \u00a380 million, draws to a close.","img":"https:\/\/ichef.bbc.co.uk\/wwhp\/800\/cpsprodpb\/D52B\/production\/_120417545_p09v79sn.jpg","imgalttext":"Elizabeth Tower clock face","pid":"p09v798w","pidtype":"Version","sourcename":"UK","sourceurl":"\/news\/uk","created":"2021-09-06T14:05:42+00:00","updated":"2021-09-06T14:05:42+00:00","origincode":"cpsprodpb","gelicon":"video","allowadvertising":true,"clippid":"p09v6709","duration":"PT3M17S"}"> <div class="media media--video media--horizontal media--icon block-link" data-bbc-container="video" data-bbc-title="Inside Big Ben's restoration as it nears finish" 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/20210907084444oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/D52B/production/_120417545_p09v79sn.jpg" data-alt="Elizabeth Tower clock face"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Elizabeth Tower clock face"/></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/20210907084444/https://www.bbc.com/news/uk-58463439" rev="video|headline"> Inside Big Ben's restoration as it nears... </a> </h3> <a class="media__tag tag tag--" href="/web/20210907084444/https://www.bbc.com/news/uk" rev="video|source">UK</a> </div> <a class="block-link__overlay-link" href="/web/20210907084444/https://www.bbc.com/news/uk-58463439" rev="video|overlay" tabindex="-1" aria-hidden="true"> Inside Big Ben's restoration as it nears finish </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":"'We will be going back into Afghanistan' - US senator","url":"\/news\/world-us-canada-58456953","summary":"Republican Senator Lindsey Graham believes there will be no choice as \"the threat will be so large\".","img":"https:\/\/ichef.bbc.co.uk\/wwhp\/800\/cpsprodpb\/12BBA\/production\/_120403767_p09v451h.jpg","imgalttext":"US Republican Senator Lindsey Graham","pid":"p09v43wc","pidtype":"Version","sourcename":"US &amp; Canada","sourceurl":"\/news\/world\/us_and_canada","created":"2021-09-05T23:07:55+00:00","updated":"2021-09-05T23:07:55+00:00","origincode":"cpsprodpb","gelicon":"video","allowadvertising":true,"clippid":"p09v43w9","duration":"PT2M8S"}"> <div class="media media--video media--horizontal media--icon block-link" data-bbc-container="video" data-bbc-title="'We will be going back into Afghanistan' - US senator" data-bbc-source="US & Canada" 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/20210907084444oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/12BBA/production/_120403767_p09v451h.jpg" data-alt="US Republican Senator Lindsey Graham"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="US Republican Senator Lindsey Graham"/></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/20210907084444/https://www.bbc.com/news/world-us-canada-58456953" rev="video|headline"> 'We will be going back into Afghanistan' - US... </a> </h3> <a class="media__tag tag tag--" href="/web/20210907084444/https://www.bbc.com/news/world/us_and_canada" rev="video|source">US & Canada</a> </div> <a class="block-link__overlay-link" href="/web/20210907084444/https://www.bbc.com/news/world-us-canada-58456953" rev="video|overlay" tabindex="-1" aria-hidden="true"> 'We will be going back into Afghanistan' - US senator </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":"\u2018We the disabled community are here to stay\u2019","url":"\/news\/disability-58437671","summary":"Four champions share their glory and their pain from the 16th Paralympic Games in Tokyo.","img":"https:\/\/ichef.bbc.co.uk\/wwhp\/800\/cpsprodpb\/1724E\/production\/_120389749_069942664.jpg","imgalttext":"Ntando Mahlangu competing in the long jump.","pid":"p09tzv0p","pidtype":"Version","sourcename":"Disability","sourceurl":"\/news\/disability","created":"2021-09-04T23:02:15+00:00","updated":"2021-09-04T23:02:15+00:00","origincode":"cpsprodpb","gelicon":"video","allowadvertising":true,"clippid":"p09tzv0m","duration":"PT3M33S"}"> <div class="media media--video media--horizontal media--icon block-link" data-bbc-container="video" data-bbc-title="‘We the disabled community are here to stay’" data-bbc-source="Disability" 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/20210907084444oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/1724E/production/_120389749_069942664.jpg" data-alt="Ntando Mahlangu competing in the long jump."><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Ntando Mahlangu competing in the long jump."/></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/20210907084444/https://www.bbc.com/news/disability-58437671" rev="video|headline"> ‘We the disabled community are here to... </a> </h3> <a class="media__tag tag tag--" href="/web/20210907084444/https://www.bbc.com/news/disability" rev="video|source">Disability</a> </div> <a class="block-link__overlay-link" href="/web/20210907084444/https://www.bbc.com/news/disability-58437671" rev="video|overlay" tabindex="-1" aria-hidden="true"> ‘We the disabled community are here to stay’ </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":"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":"p09v7yq0","duration":"PT1M2S","pidtype":"Version","sourcename":"Video","sourceurl":"\/news\/video_and_audio","created":"2010-07-09T07:56:06+00:00","updated":"2021-09-07T07:27:04+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::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/20210907084444oe_/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/20210907084444/https://www.bbc.com/news/10462520" rev="video|headline"> One-minute World News </a> </h3> <a class="media__tag tag tag--" href="/web/20210907084444/https://www.bbc.com/news/video_and_audio" rev="video|source">Video</a> </div> <a class="block-link__overlay-link" href="/web/20210907084444/https://www.bbc.com/news/10462520" rev="video|overlay" tabindex="-1" aria-hidden="true"> One-minute World News </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/20210907084444/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/20210907084444/http://www.bbc.co.uk/programmes/p002w557" rev="world-service|link"> <span class="wsradio__programme__onair">On Air:</span> <span class="wsradio__programme__title">Discovery</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="Dragonflies spread north in warming world - report" 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/20210907084444oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/F9EC/production/_120408936_emperordragonfly_davesmallshire.jpg" data-alt="Emperor dragonfly"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Emperor dragonfly"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20210907084444/https://www.bbc.com/news/science-environment-58462181" rev="more-bbc|headline"> Dragonflies spread north in warming world - report </a> </h3> <p class="media__summary"> The expansion of dragonflies across Britain and Ireland is an indicator of climate change, say... </p> <a class="media__tag tag tag--science" href="/web/20210907084444/https://www.bbc.com/news/science_and_environment" rev="more-bbc|source">Science & Environment</a> </div> <a class="block-link__overlay-link" href="/web/20210907084444/https://www.bbc.com/news/science-environment-58462181" rev="more-bbc|overlay" tabindex="-1" aria-hidden="true"> Dragonflies spread north in warming world - report </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="BBC's director of news to leave the corporation" data-bbc-source="Entertainment & Arts" 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/20210907084444oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/17F2B/production/_120419089_fran_unsworth_bbc.jpg" data-alt="Fran Unsworth"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Fran Unsworth"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20210907084444/https://www.bbc.com/news/entertainment-arts-58473208" rev="more-bbc|headline"> BBC's director of news to leave the corporation </a> </h3> <a class="media__tag tag tag--entertainment" href="/web/20210907084444/https://www.bbc.com/news/entertainment_and_arts" rev="more-bbc|source">Entertainment & Arts</a> </div> <a class="block-link__overlay-link" href="/web/20210907084444/https://www.bbc.com/news/entertainment-arts-58473208" rev="more-bbc|overlay" tabindex="-1" aria-hidden="true"> BBC's director of news to leave the corporation </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="Twins conjoined at head separated in rare surgery" data-bbc-source="Middle East" 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/20210907084444oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/B194/production/_120406454_467d9d78-fa6a-4e70-9e89-c907e77b987d.jpg" data-alt="Twins after the separation surgery"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Twins after the separation surgery"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20210907084444/https://www.bbc.com/news/world-middle-east-58458587" rev="more-bbc|headline"> Twins conjoined at head separated in rare surgery </a> </h3> <a class="media__tag tag tag--health" href="/web/20210907084444/https://www.bbc.com/news/world/middle_east" rev="more-bbc|source">Middle East</a> </div> <a class="block-link__overlay-link" href="/web/20210907084444/https://www.bbc.com/news/world-middle-east-58458587" rev="more-bbc|overlay" tabindex="-1" aria-hidden="true"> Twins conjoined at head separated in rare surgery </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="Black interns: 'You just need to give us a chance'" data-bbc-source="Business" 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/20210907084444oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/52BC/production/_120408112_gold.jpg" data-alt="Gold Oyelade"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Gold Oyelade"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20210907084444/https://www.bbc.com/news/business-58428799" rev="more-bbc|headline"> Black interns: 'You just need to give us a chance' </a> </h3> <a class="media__tag tag tag--business" href="/web/20210907084444/https://www.bbc.com/news/business" rev="more-bbc|source">Business</a> </div> <a class="block-link__overlay-link" href="/web/20210907084444/https://www.bbc.com/news/business-58428799" rev="more-bbc|overlay" tabindex="-1" aria-hidden="true"> Black interns: 'You just need to give us a chance' </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="El Salvador accepts Bitcoin as legal tender" data-bbc-source="Technology" 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/20210907084444oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/5D55/production/_118839832_bitcoinstorereuters.jpg" data-alt="A man standing at his shop which accepts bitcoin as payment"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="A man standing at his shop which accepts bitcoin as payment"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20210907084444/https://www.bbc.com/news/technology-58473260" rev="more-bbc|headline"> El Salvador accepts Bitcoin as legal tender </a> </h3> <a class="media__tag tag tag--technology" href="/web/20210907084444/https://www.bbc.com/news/technology" rev="more-bbc|source">Technology</a> </div> <a class="block-link__overlay-link" href="/web/20210907084444/https://www.bbc.com/news/technology-58473260" rev="more-bbc|overlay" tabindex="-1" aria-hidden="true"> El Salvador accepts Bitcoin as legal tender </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="Green groups call for COP26 postponement" 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/20210907084444oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/14F83/production/_120419858_gettyimages-1234839043.jpg" data-alt="action sign"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="action sign"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20210907084444/https://www.bbc.com/news/science-environment-58472566" rev="more-bbc|headline"> Green groups call for COP26 postponement </a> </h3> <a class="media__tag tag tag--science" href="/web/20210907084444/https://www.bbc.com/news/science_and_environment" rev="more-bbc|source">Science & Environment</a> </div> <a class="block-link__overlay-link" href="/web/20210907084444/https://www.bbc.com/news/science-environment-58472566" rev="more-bbc|overlay" tabindex="-1" aria-hidden="true"> Green groups call for COP26 postponement </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="Meet pop's boldest, sharpest new voice: Baby Queen" 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/20210907084444oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/6FD7/production/_120413682_060_1124_v1-rgb-q76-2k.jpg" data-alt="Baby Queen promotional image"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Baby Queen promotional image"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="/web/20210907084444/https://www.bbc.com/news/entertainment-arts-58462521" rev="more-bbc|headline"> Meet pop's boldest, sharpest new voice: Baby Queen </a> </h3> <a class="media__tag tag tag--entertainment" href="/web/20210907084444/https://www.bbc.com/news/entertainment_and_arts" rev="more-bbc|source">Entertainment & Arts</a> </div> <a class="block-link__overlay-link" href="/web/20210907084444/https://www.bbc.com/news/entertainment-arts-58462521" rev="more-bbc|overlay" tabindex="-1" aria-hidden="true"> Meet pop's boldest, sharpest new voice: Baby Queen </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/20210907084444/https://www.bbc.com/news/health-57888429" rev="correspondents|link" data-bbc-container="correspondent-headlines" data-bbc-title="Which children will get the Covid vaccine?" data-bbc-source="James Gallager" 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/20210907084444oe_/https://ichef.bbc.co.uk/wwhp/{width}/ibroadcast/images/live/p0/83/1w/p0831w1k.jpg" data-alt=""><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt=""/></div></div> </div> <h3 class="top-list-item__headline"> Which children will get the Covid vaccine? <span class="top-list-item__byline">By James Gallager</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/20210907084444/https://www.bbc.com/news/science-environment-58425526" rev="correspondents|link" data-bbc-container="correspondent-headlines" data-bbc-title="Global warming linked to colder winters in the US" data-bbc-source="Matt McGrath" 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/20210907084444oe_/https://ichef.bbc.co.uk/wwhp/{width}/ibroadcast/images/live/p0/3r/tz/p03rtz5h.jpg" data-alt=""><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt=""/></div></div> </div> <h3 class="top-list-item__headline"> Global warming linked to colder winters in the US <span class="top-list-item__byline">By Matt McGrath</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/20210907084444/https://www.bbc.com/news/science-environment-58421796" rev="correspondents|link" data-bbc-container="correspondent-headlines" data-bbc-title="Virgin Galactic flights grounded in 'mishap' probe" data-bbc-source="Jonathan Amos" 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/20210907084444oe_/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"> Virgin Galactic flights grounded in 'mishap' probe <span class="top-list-item__byline">By Jonathan Amos</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/20210907084444/https://www.bbc.com/news/science-environment-58398905" rev="correspondents|link" data-bbc-container="correspondent-headlines" data-bbc-title="Is this the world's most beautiful mosquito?" data-bbc-source="Jonathan Amos" 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/20210907084444oe_/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"> Is this the world's most beautiful mosquito? <span class="top-list-item__byline">By Jonathan Amos</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/20210907084444/https://www.bbc.com/news/world-asia-india-58387520" rev="correspondents|link" data-bbc-container="correspondent-headlines" data-bbc-title="The mystery fever that's killed dozens of children" data-bbc-source="Soutik Biswas" 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/20210907084444oe_/https://ichef.bbc.co.uk/wwhp/{width}/ibroadcast/images/live/p0/2y/wf/p02ywfpm.jpg" data-alt=""><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt=""/></div></div> </div> <h3 class="top-list-item__headline"> The mystery fever that's killed dozens of children <span class="top-list-item__byline">By Soutik Biswas</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/20210907084444/https://www.bbc.com/news/world-europe-58395124" rev="correspondents|link" data-bbc-container="correspondent-headlines" data-bbc-title="Children fall victim to vicious French drug war" data-bbc-source="Hugh Schofield" 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/20210907084444oe_/https://ichef.bbc.co.uk/wwhp/{width}/ibroadcast/images/live/p0/6m/wv/p06mwv6n.jpg" data-alt=""><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt=""/></div></div> </div> <h3 class="top-list-item__headline"> Children fall victim to vicious French drug war <span class="top-list-item__byline">By Hugh Schofield</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/20210907084444/https://www.bbc.com/news/technology-58399338" rev="correspondents|link" data-bbc-container="correspondent-headlines" data-bbc-title="Fake Banksy NFT sold through artist's website" data-bbc-source="Joe Tidy" 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/20210907084444oe_/https://ichef.bbc.co.uk/wwhp/{width}/ibroadcast/images/live/p0/93/sm/p093smwr.jpg" data-alt=""><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt=""/></div></div> </div> <h3 class="top-list-item__headline"> Fake Banksy NFT sold through artist's website <span class="top-list-item__byline">By Joe Tidy</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/20210907084444/https://www.bbc.com/news/world-europe-58395121" rev="correspondents|link" data-bbc-container="correspondent-headlines" data-bbc-title="My last despatch before Russian expulsion" data-bbc-source="Sarah Rainsford" 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/20210907084444oe_/https://ichef.bbc.co.uk/wwhp/{width}/ibroadcast/images/live/p0/6g/1p/p06g1p84.jpg" data-alt=""><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt=""/></div></div> </div> <h3 class="top-list-item__headline"> My last despatch before Russian expulsion <span class="top-list-item__byline">By Sarah Rainsford</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/20210907084444/https://www.bbc.com/culture" rev="secondary-special-features|header"> Celebrating Bond </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 eight greatest Bond villains" data-bbc-source="Culture" 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/20210907084444oe_/https://ichef.bbc.co.uk/wwhp/{width}/ibroadcast/images/live/p0/9t/nf/p09tnf5p.jpg" data-alt="Javier Bardem as Raoul Silva in Skyfall (2012)"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="Javier Bardem as Raoul Silva in Skyfall (2012)"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="https://web.archive.org/web/20210907084444/https://www.bbc.com/culture/article/20210831-what-bond-villains-tell-us-about-the-world-we-live-in" rev="secondary-special-features|headline"> The eight greatest Bond villains </a> </h3> <a class="media__tag tag tag--culture" href="https://web.archive.org/web/20210907084444/http://www.bbc.com/culture" rev="secondary-special-features|source">Culture</a> </div> <a class="block-link__overlay-link" href="https://web.archive.org/web/20210907084444/https://www.bbc.com/culture/article/20210831-what-bond-villains-tell-us-about-the-world-we-live-in" rev="secondary-special-features|overlay" tabindex="-1" aria-hidden="true"> The eight greatest Bond villains </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/20210907084444/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="How to back up your data and keep it safe" 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/20210907084444oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/12669/production/_119696357_data-recovery1.jpg" data-alt="A Western Digital external hard drive and a gold-plated USB cable"><img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="A Western Digital external hard drive and a gold-plated USB cable"/></div></div> </div> <div class="media__content"> <h3 class="media__title"> <a class="media__link" href="https://web.archive.org/web/20210907084444/https://www.bbc.com/news/business-58050387" rev="secondary-special-features|headline"> How to back up your data and keep it safe </a> </h3> <a class="media__tag tag tag--business" href="/web/20210907084444/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/20210907084444/https://www.bbc.com/news/business-58050387" rev="secondary-special-features|overlay" tabindex="-1" aria-hidden="true"> How to back up your data and keep it safe </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/20210907084444/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="Turning flies into food for pets - and maybe people" data-bbc-source="Africa" 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/20210907084444oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/CFFB/production/_120334235_fly2.jpg" data-alt="Flies on a yellow background"><img src="https://web.archive.org/web/20210907084444im_/https://ichef.bbc.co.uk/wwhp/144/cpsprodpb/CFFB/production/_120334235_fly2.jpg" alt="Flies on a yellow background"/></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/20210907084444/https://www.bbc.com/news/world-africa-58384761" rev="world-in-pictures1|headline"> Turning flies into food for pets - and maybe people </a> </h3> <a class="media__tag tag tag--in-pictures" href="/web/20210907084444/https://www.bbc.com/news/world/africa" rev="world-in-pictures1|source">Africa</a> </div> <a class="block-link__overlay-link" href="/web/20210907084444/https://www.bbc.com/news/world-africa-58384761" rev="world-in-pictures1|overlay" tabindex="-1" aria-hidden="true"> Turning flies into food for pets - and maybe people </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="Hidden lives of those who call a derelict building home" data-bbc-source="Africa" 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/20210907084444oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/15F5A/production/_120364998_dsc_8849_976549.png" data-alt="An unidentified woman peeks out of her room. With the doors and door frames removed, a fabric sheet serves as a makeshift door in the derelict San Jose building in Johannesburg, South Africa"><img src="https://web.archive.org/web/20210907084444im_/https://ichef.bbc.co.uk/wwhp/144/cpsprodpb/15F5A/production/_120364998_dsc_8849_976549.png" alt="An unidentified woman peeks out of her room. With the doors and door frames removed, a fabric sheet serves as a makeshift door in the derelict San Jose building in Johannesburg, South Africa"/></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/20210907084444/https://www.bbc.com/news/world-africa-58348750" rev="world-in-pictures2|headline"> Hidden lives of those who call a derelict building home </a> </h3> <a class="media__tag tag tag--in-pictures" href="/web/20210907084444/https://www.bbc.com/news/world/africa" rev="world-in-pictures2|source">Africa</a> </div> <a class="block-link__overlay-link" href="/web/20210907084444/https://www.bbc.com/news/world-africa-58348750" rev="world-in-pictures2|overlay" tabindex="-1" aria-hidden="true"> Hidden lives of those who call a derelict building home </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="A community over 50 years and 6,000 photos" data-bbc-source="Humberside" 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/20210907084444oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/4FE0/production/_120384402_conwayclose87jpeg.jpg" data-alt="Conway Close 1987"><img src="https://web.archive.org/web/20210907084444im_/https://ichef.bbc.co.uk/wwhp/144/cpsprodpb/4FE0/production/_120384402_conwayclose87jpeg.jpg" alt="Conway Close 1987"/></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/20210907084444/https://www.bbc.com/news/uk-england-humber-58422888" rev="world-in-pictures3|headline"> A community over 50 years and 6,000 photos </a> </h3> <a class="media__tag tag tag--in-pictures" href="/web/20210907084444/https://www.bbc.com/news/england/humberside" rev="world-in-pictures3|source">Humberside</a> </div> <a class="block-link__overlay-link" href="/web/20210907084444/https://www.bbc.com/news/uk-england-humber-58422888" rev="world-in-pictures3|overlay" tabindex="-1" aria-hidden="true"> A community over 50 years and 6,000 photos </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: Power, prayer and pig masks" 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/20210907084444oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/3F6C/production/_120363261_shot.jpg" data-alt="Tokyo 2020 Paralympic Games - Athletics - Women"s Shot Put - F41 Final - Olympic Stadium, Tokyo, Japan - August 27, 2021. Raoua Tlili of Tunisia in action"><img src="https://web.archive.org/web/20210907084444im_/https://ichef.bbc.co.uk/wwhp/144/cpsprodpb/3F6C/production/_120363261_shot.jpg" alt="Tokyo 2020 Paralympic Games - Athletics - Women"s Shot Put - F41 Final - Olympic Stadium, Tokyo, Japan - August 27, 2021. Raoua Tlili of Tunisia in action"/></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/20210907084444/https://www.bbc.com/news/world-africa-58420508" rev="world-in-pictures4|headline"> Africa's top shots: Power, prayer and pig masks </a> </h3> <a class="media__tag tag tag--in-pictures" href="/web/20210907084444/https://www.bbc.com/news/world/africa" rev="world-in-pictures4|source">Africa</a> </div> <a class="block-link__overlay-link" href="/web/20210907084444/https://www.bbc.com/news/world-africa-58420508" rev="world-in-pictures4|overlay" tabindex="-1" aria-hidden="true"> Africa's top shots: Power, prayer and pig masks </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="A singing baboon and a giggling seal" data-bbc-source="In Pictures" 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/20210907084444oe_/https://ichef.bbc.co.uk/wwhp/{width}/cpsprodpb/15E5F/production/_120359698_martina-novotna_mr-giggles_00006986.jpg" data-alt="A grey seal looking as though it is laughing"><img src="https://web.archive.org/web/20210907084444im_/https://ichef.bbc.co.uk/wwhp/144/cpsprodpb/15E5F/production/_120359698_martina-novotna_mr-giggles_00006986.jpg" alt="A grey seal looking as though it is laughing"/></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/20210907084444/https://www.bbc.com/news/in-pictures-58402306" rev="world-in-pictures5|headline"> A singing baboon and a giggling seal </a> </h3> <a class="media__tag tag tag--in-pictures" href="/web/20210907084444/https://www.bbc.com/news/in_pictures" rev="world-in-pictures5|source">In Pictures</a> </div> <a class="block-link__overlay-link" href="/web/20210907084444/https://www.bbc.com/news/in-pictures-58402306" rev="world-in-pictures5|overlay" tabindex="-1" aria-hidden="true"> A singing baboon and a giggling seal </a> </div> </li> </ul> </div> </section> <section class="module module--highlight module--languages"> <h2 class="module__title"> <a class="module__title__link" href="/web/20210907084444/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/20210907084444/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/20210907084444/https://www.bbc.com/persian/afghanistan-58472046" 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/20210907084444/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=""El rol de Occidente en Afganistán fue vergonzoso": Amin Maalouf, autor de "Las cruzadas vistas por los árabes"" href="/web/20210907084444/https://www.bbc.com/mundo/noticias-internacional-58441559" rev="languages|headline"> "El rol de Occidente en Afganistán fue vergonzoso": Amin Maalouf, autor de "Las cruzadas vistas por los árabes" </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/20210907084444/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/20210907084444/https://www.bbc.com/urdu/live/regional-58461856" 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/20210907084444/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="Covid-19: Việt Nam phạt 5 năm tù người ‘làm lây lan dịch bệnh’" href="/web/20210907084444/https://www.bbc.com/vietnamese/vietnam-58473291" rev="languages|headline"> Covid-19: Việt Nam phạt 5 năm tù người ‘làm lây lan dịch bệnh’ </a> </p> </li> </ul> </div> <div class="ws-languages"> <h2 class="ws-languages__title"> <a href="/web/20210907084444/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/20210907084444/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/20210907084444/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/20210907084444/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/20210907084444/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/20210907084444/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/20210907084444/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/20210907084444/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/20210907084444/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/20210907084444/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/20210907084444/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/20210907084444/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/20210907084444/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/20210907084444/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/20210907084444/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/20210907084444/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/20210907084444/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/20210907084444/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/20210907084444/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/20210907084444/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/20210907084444/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/20210907084444/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/20210907084444/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/20210907084444/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/20210907084444/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/20210907084444/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/20210907084444/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/20210907084444/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/20210907084444/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/20210907084444/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/20210907084444/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/20210907084444/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/20210907084444/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> <script id="orb-js-script" data-assetpath="https://static.files.bbci.co.uk/orbit/1d65dcf3d4bb1b5ff745e126c9176e0e//" src="https://web.archive.org/web/20210907084444js_/https://static.files.bbci.co.uk/orbit/1d65dcf3d4bb1b5ff745e126c9176e0e//js/orb.min.js"></script><div id="orb-footer" class="orb-footer" dir="ltr"> <div id="navp-orb-footer-promo"></div><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/20210907084444/https://static.files.bbci.co.uk/orbit/1d65dcf3d4bb1b5ff745e126c9176e0e//js/edr.min.js'); } }); }); /*]]>*/</script> <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/20210907084444/https://www.bbc.co.uk/">Home</a></li><li class="orb-nav-news"><a href="https://web.archive.org/web/20210907084444/https://www.bbc.co.uk/news">News</a></li><li class="orb-nav-sport"><a href="https://web.archive.org/web/20210907084444/https://www.bbc.co.uk/sport">Sport</a></li><li class="orb-nav-weather"><a href="https://web.archive.org/web/20210907084444/https://www.bbc.co.uk/weather">Weather</a></li><li class="orb-nav-iplayer"><a href="https://web.archive.org/web/20210907084444/https://www.bbc.co.uk/iplayer">iPlayer</a></li><li class="orb-nav-sounds"><a href="https://web.archive.org/web/20210907084444/https://www.bbc.co.uk/sounds">Sounds</a></li><li class="orb-nav-cbbc"><a href="https://web.archive.org/web/20210907084444/https://www.bbc.co.uk/cbbc">CBBC</a></li><li class="orb-nav-cbeebies"><a href="https://web.archive.org/web/20210907084444/https://www.bbc.co.uk/cbeebies">CBeebies</a></li><li class="orb-nav-food"><a href="https://web.archive.org/web/20210907084444/https://www.bbc.co.uk/food">Food</a></li><li class="orb-nav-bitesize"><a href="https://web.archive.org/web/20210907084444/https://www.bbc.co.uk/bitesize">Bitesize</a></li><li class="orb-nav-arts"><a href="https://web.archive.org/web/20210907084444/https://www.bbc.co.uk/arts">Arts</a></li><li class="orb-nav-taster"><a href="https://web.archive.org/web/20210907084444/https://www.bbc.co.uk/taster">Taster</a></li><li class="orb-nav-local"><a href="https://web.archive.org/web/20210907084444/https://www.bbc.co.uk/news/localnews">Local</a></li><li class="orb-nav-three"><a href="https://web.archive.org/web/20210907084444/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.worldwideFooterlinks = '<li class="orb-footer-ads"><a href="https://web.archive.org/web/20210907084444/https://www.bbcglobalnews.com/">Advertise with us<' + '/a><' + '/li><li class="orb-footer-adchoices"><a href="https://web.archive.org/web/20210907084444/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/20210907084444/https://www.bbc.co.uk/usingthebbc/terms/">Terms of Use</a></li><li class="orb-footer-about"><a href="https://web.archive.org/web/20210907084444/https://www.bbc.co.uk/aboutthebbc">About the BBC</a></li><li class="orb-footer-privacy"><a href="https://web.archive.org/web/20210907084444/https://www.bbc.co.uk/usingthebbc/privacy/">Privacy Policy</a></li><li class="orb-footer-cookies"><a href="https://web.archive.org/web/20210907084444/https://www.bbc.co.uk/usingthebbc/cookies/">Cookies</a></li><li class="orb-footer-accessibility"><a href="https://web.archive.org/web/20210907084444/https://www.bbc.co.uk/accessibility/">Accessibility Help</a></li><li class="orb-footer-parental"><a href="https://web.archive.org/web/20210907084444/https://www.bbc.co.uk/guidance">Parental Guidance</a></li><li class="orb-footer-contact"><a href="https://web.archive.org/web/20210907084444/https://www.bbc.co.uk/contact">Contact the BBC</a></li><li class="orb-footer-newsletter"><a href="https://web.archive.org/web/20210907084444/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/20210907084444/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 src="https://web.archive.org/web/20210907084444js_/https://static.files.bbci.co.uk/orbit/1d65dcf3d4bb1b5ff745e126c9176e0e//js/font.bundle.js"></script><script type="text/javascript" src="https://web.archive.org/web/20210907084444js_/https://static.files.bbci.co.uk/orbit/1d65dcf3d4bb1b5ff745e126c9176e0e//js/redirect.bundle.js"></script> <script type="text/javascript">require.config({ paths: { "mybbc/templates": '//web.archive.org/web/20210907084444/https://mybbc.files.bbci.co.uk/notification-ui/4.3.7/templates', "mybbc/notifications": '//web.archive.org/web/20210907084444/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/20210907084444/https://mybbc.files.bbci.co.uk/notification-ui/4.3.7/css/main.min.css').then(function() { NotificationsMain.run(idcta, '//web.archive.org/web/20210907084444/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/20210907084444/https://nav.files.bbci.co.uk/searchbox/a12660e4e2e9ba9542f95f956e6dbf0c//js/old-search-suggest.js'; script.async = true; script.setAttribute('data-static-prefix', 'https://web.archive.org/web/20210907084444/https://nav.files.bbci.co.uk/searchbox/a12660e4e2e9ba9542f95f956e6dbf0c/'); script.setAttribute('data-variant', 'default'); document.head.appendChild(script); } else { import('https://web.archive.org/web/20210907084444/https://nav.files.bbci.co.uk/searchbox/a12660e4e2e9ba9542f95f956e6dbf0c//js/search-suggest.js').then(drawer => { drawer.default().run({ searchboxAppStaticPrefix: 'https://web.archive.org/web/20210907084444/https://nav.files.bbci.co.uk/searchbox/a12660e4e2e9ba9542f95f956e6dbf0c/', variant: 'default', }); }); } } }); }</script> <script type="text/javascript" src="https://web.archive.org/web/20210907084444js_/https://nav.files.bbci.co.uk/navpromo/3c09a7995f4fbdcbb6ae65394d122b0c/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/20210907084444/https://static.files.bbci.co.uk/cookies/5fd5880410e68d69e119dc73567d206e/cookie-banner/cookie-prompt/"</script><script src="https://web.archive.org/web/20210907084444js_/https://static.files.bbci.co.uk/cookies/5fd5880410e68d69e119dc73567d206e/cookie-banner/cookie-banners.bundle.js" async=""></script> <script src="https://web.archive.org/web/20210907084444js_/https://nav.files.bbci.co.uk//user-activity-helper/7f7e3cfe8ed2cbcec7e57473d0ed5809/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/20210907084444im_/https://sb.scorecardresearch.com/p?c1=2&c2=17986528&cs_ucfr=0&cv=2.0&cj=1"></noscript><script type="text/javascript" src="https://web.archive.org/web/20210907084444js_/https://static.files.bbci.co.uk/orbit/1d65dcf3d4bb1b5ff745e126c9176e0e//js/performance.bundle.js" data-release="3.0.0-1575.714bf9cf" async=""></script> </body> </html> <!-- FILE ARCHIVED ON 08:44:44 Sep 07, 2021 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 08:15:33 Feb 28, 2025. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 5.049 exclusion.robots: 0.021 exclusion.robots.policy: 0.013 esindex: 0.01 cdx.remote: 6.008 LoadShardBlock: 503.205 (6) PetaboxLoader3.datanode: 262.661 (7) PetaboxLoader3.resolve: 295.15 (2) load_resource: 236.472 -->