CINXE.COM
BBC Arts - Culture in Quarantine, How To Thrive In 2050!
<!DOCTYPE html> <html class="b-reith-sans-font b-header--black--white b-footer--black--white " lang="en-GB"> <head><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("https://www.bbc.co.uk/programmes/p09sgyjy","20220114014904","https://web.archive.org/","web","/_static/", "1642124944"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <meta charset="UTF-8"> <title>BBC Arts - Culture in Quarantine, How To Thrive In 2050!</title> <link rel="icon" href="https://web.archive.org/web/20220114014904im_/https://www.bbc.co.uk/favicon.ico" type="image/x-icon"><link rel="shortcut icon" sizes="196x196" href="https://web.archive.org/web/20220114014904im_/https://ichef.bbci.co.uk/images/ic/208x208/p09sgymw.jpg"> <link rel="shortcut icon" sizes="128x128" href="https://web.archive.org/web/20220114014904im_/https://ichef.bbci.co.uk/images/ic/128x128/p09sgymw.jpg"> <link rel="apple-touch-icon" href="https://web.archive.org/web/20220114014904im_/https://ichef.bbci.co.uk/images/ic/80x80/p09sgymw.jpg"> <link rel="apple-touch-icon" sizes="120x120" href="https://web.archive.org/web/20220114014904im_/https://ichef.bbci.co.uk/images/ic/128x128/p09sgymw.jpg"> <link rel="apple-touch-icon" sizes="152x152" href="https://web.archive.org/web/20220114014904im_/https://ichef.bbci.co.uk/images/ic/160x160/p09sgymw.jpg"> <script>document.documentElement.className += ' has-js';</script> <!-- iSite2 Project (Tenant space): progs-scotland --> <!-- Orbit: 3.0.0-1788.34618479 --> <!-- Environment: live --> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <style> :root { --bbc-font: ReithSans, Arial, Helvetica, freesans, sans-serif; --bbc-font-legacy: Arial, Helvetica, freesans, sans-serif; } </style> <script nomodule type="text/javascript" src="https://web.archive.org/web/20220114014904js_/https://static.files.bbci.co.uk/orbit/8161b75793cc3c38d814e1a4a19a2f6a/js/polyfills.bundle.js" async></script> <link rel="stylesheet" href="https://web.archive.org/web/20220114014904cs_/https://static.files.bbci.co.uk/orbit/8161b75793cc3c38d814e1a4a19a2f6a/css/orb-ltr.min.css"> <script src="https://web.archive.org/web/20220114014904js_/https://static.files.bbci.co.uk/orbit/8161b75793cc3c38d814e1a4a19a2f6a/js/require.min.js"></script> <script> // nav-orbit-pollyfills // Promise polyfill from https://github.com/bramstein/promis (function(){'use strict';var f,g=[];function l(a){g.push(a);1==g.length&&f()}function m(){for(;g.length;)g[0](),g.shift()}f=function(){setTimeout(m)};function n(a){this.a=p;this.b=void 0;this.f=[];var b=this;try{a(function(a){q(b,a)},function(a){r(b,a)})}catch(c){r(b,c)}}var p=2;function t(a){return new n(function(b,c){c(a)})}function u(a){return new n(function(b){b(a)})}function q(a,b){if(a.a==p){if(b==a)throw new TypeError;var c=!1;try{var d=b&&b.then;if(null!=b&&"object"==typeof b&&"function"==typeof d){d.call(b,function(b){c||q(a,b);c=!0},function(b){c||r(a,b);c=!0});return}}catch(e){c||r(a,e);return}a.a=0;a.b=b;v(a)}} function r(a,b){if(a.a==p){if(b==a)throw new TypeError;a.a=1;a.b=b;v(a)}}function v(a){l(function(){if(a.a!=p)for(;a.f.length;){var b=a.f.shift(),c=b[0],d=b[1],e=b[2],b=b[3];try{0==a.a?"function"==typeof c?e(c.call(void 0,a.b)):e(a.b):1==a.a&&("function"==typeof d?e(d.call(void 0,a.b)):b(a.b))}catch(h){b(h)}}})}n.prototype.g=function(a){return this.c(void 0,a)};n.prototype.c=function(a,b){var c=this;return new n(function(d,e){c.f.push([a,b,d,e]);v(c)})}; function w(a){return new n(function(b,c){function d(c){return function(d){h[c]=d;e+=1;e==a.length&&b(h)}}var e=0,h=[];0==a.length&&b(h);for(var k=0;k<a.length;k+=1)u(a[k]).c(d(k),c)})}function x(a){return new n(function(b,c){for(var d=0;d<a.length;d+=1)u(a[d]).c(b,c)})};window.Promise||(window.Promise=n,window.Promise.resolve=u,window.Promise.reject=t,window.Promise.race=x,window.Promise.all=w,window.Promise.prototype.then=n.prototype.c,window.Promise.prototype["catch"]=n.prototype.g);}()); // Polyfill Event constructor for IE ref: ORBITEN-919 // see: https://stackoverflow.com/questions/26596123 (function () { if (typeof window.CustomEvent === "function") { return false; } function CustomEvent(event, params) { params = params || { bubbles: false, cancelable: false, detail: undefined }; var evt = document.createEvent('CustomEvent'); evt.initCustomEvent(event, params.bubbles, params.cancelable, params.detail); return evt; } CustomEvent.prototype = window.Event.prototype; window.Event = CustomEvent; })(); //Element.prototype.matches polyfill //from https://developer.mozilla.org/en-US/docs/Web/API/Element/matches#Polyfill if (!Element.prototype.matches) { Element.prototype.matches = Element.prototype.msMatchesSelector || Element.prototype.webkitMatchesSelector; } //NodeList.forEach Polyfill //from https://developer.mozilla.org/en-US/docs/Web/API/NodeList/forEach#Polyfill if (window.NodeList && !NodeList.prototype.forEach) { NodeList.prototype.forEach = Array.prototype.forEach; } // Object.assign polyfill from https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign#Polyfill if (typeof Object.assign != 'function') { // Must be writable: true, enumerable: false, configurable: true Object.defineProperty(Object, "assign", { value: function assign(target, varArgs) { // .length of function is 2 'use strict'; if (target == null) { // TypeError if undefined or null throw new TypeError('Cannot convert undefined or null to object'); } var to = Object(target); for (var index = 1; index < arguments.length; index++) { var nextSource = arguments[index]; if (nextSource != null) { // Skip over if undefined or null for (var nextKey in nextSource) { // Avoid bugs when hasOwnProperty is shadowed if (Object.prototype.hasOwnProperty.call(nextSource, nextKey)) { to[nextKey] = nextSource[nextKey]; } } } } return to; }, writable: true, configurable: true }); } // window.fetch polyfill https://github.com/github/fetch/blob/v0.11.0/fetch.js - chosen for IE9 compatibility if(typeof window.fetch !== 'function') { (function(self){"use strict";if(self.fetch){return}function normalizeName(name){if(typeof name!=="string"){name=String(name)}if(/[^a-z0-9\-#$%&'*+.\^_`|~]/i.test(name)){throw new TypeError("Invalid character in header field name")}return name.toLowerCase()}function normalizeValue(value){if(typeof value!=="string"){value=String(value)}return value}function Headers(headers){this.map={};if(headers instanceof Headers){headers.forEach(function(value,name){this.append(name,value)},this)}else if(headers){Object.getOwnPropertyNames(headers).forEach(function(name){this.append(name,headers[name])},this)}}Headers.prototype.append=function(name,value){name=normalizeName(name);value=normalizeValue(value);var list=this.map[name];if(!list){list=[];this.map[name]=list}list.push(value)};Headers.prototype["delete"]=function(name){delete this.map[normalizeName(name)]};Headers.prototype.get=function(name){var values=this.map[normalizeName(name)];return values?values[0]:null};Headers.prototype.getAll=function(name){return this.map[normalizeName(name)]||[]};Headers.prototype.has=function(name){return this.map.hasOwnProperty(normalizeName(name))};Headers.prototype.set=function(name,value){this.map[normalizeName(name)]=[normalizeValue(value)]};Headers.prototype.forEach=function(callback,thisArg){Object.getOwnPropertyNames(this.map).forEach(function(name){this.map[name].forEach(function(value){callback.call(thisArg,value,name,this)},this)},this)};function consumed(body){if(body.bodyUsed){return Promise.reject(new TypeError("Already read"))}body.bodyUsed=true}function fileReaderReady(reader){return new Promise(function(resolve,reject){reader.onload=function(){resolve(reader.result)};reader.onerror=function(){reject(reader.error)}})}function readBlobAsArrayBuffer(blob){var reader=new FileReader;reader.readAsArrayBuffer(blob);return fileReaderReady(reader)}function readBlobAsText(blob){var reader=new FileReader;reader.readAsText(blob);return fileReaderReady(reader)}var support={blob:"FileReader"in self&&"Blob"in self&&function(){try{new Blob;return true}catch(e){return false}}(),formData:"FormData"in self,arrayBuffer:"ArrayBuffer"in self};function Body(){this.bodyUsed=false;this._initBody=function(body){this._bodyInit=body;if(typeof body==="string"){this._bodyText=body}else if(support.blob&&Blob.prototype.isPrototypeOf(body)){this._bodyBlob=body}else if(support.formData&&FormData.prototype.isPrototypeOf(body)){this._bodyFormData=body}else if(!body){this._bodyText=""}else if(support.arrayBuffer&&ArrayBuffer.prototype.isPrototypeOf(body)){}else{throw new Error("unsupported BodyInit type")}if(!this.headers.get("content-type")){if(typeof body==="string"){this.headers.set("content-type","text/plain;charset=UTF-8")}else if(this._bodyBlob&&this._bodyBlob.type){this.headers.set("content-type",this._bodyBlob.type)}}};if(support.blob){this.blob=function(){var rejected=consumed(this);if(rejected){return rejected}if(this._bodyBlob){return Promise.resolve(this._bodyBlob)}else if(this._bodyFormData){throw new Error("could not read FormData body as blob")}else{return Promise.resolve(new Blob([this._bodyText]))}};this.arrayBuffer=function(){return this.blob().then(readBlobAsArrayBuffer)};this.text=function(){var rejected=consumed(this);if(rejected){return rejected}if(this._bodyBlob){return readBlobAsText(this._bodyBlob)}else if(this._bodyFormData){throw new Error("could not read FormData body as text")}else{return Promise.resolve(this._bodyText)}}}else{this.text=function(){var rejected=consumed(this);return rejected?rejected:Promise.resolve(this._bodyText)}}if(support.formData){this.formData=function(){return this.text().then(decode)}}this.json=function(){return this.text().then(JSON.parse)};return this}var methods=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function normalizeMethod(method){var upcased=method.toUpperCase();return methods.indexOf(upcased)>-1?upcased:method}function Request(input,options){options=options||{};var body=options.body;if(Request.prototype.isPrototypeOf(input)){if(input.bodyUsed){throw new TypeError("Already read")}this.url=input.url;this.credentials=input.credentials;if(!options.headers){this.headers=new Headers(input.headers)}this.method=input.method;this.mode=input.mode;if(!body){body=input._bodyInit;input.bodyUsed=true}}else{this.url=input}this.credentials=options.credentials||this.credentials||"omit";if(options.headers||!this.headers){this.headers=new Headers(options.headers)}this.method=normalizeMethod(options.method||this.method||"GET");this.mode=options.mode||this.mode||null;this.referrer=null;if((this.method==="GET"||this.method==="HEAD")&&body){throw new TypeError("Body not allowed for GET or HEAD requests")}this._initBody(body)}Request.prototype.clone=function(){return new Request(this)};function decode(body){var form=new FormData;body.trim().split("&").forEach(function(bytes){if(bytes){var split=bytes.split("=");var name=split.shift().replace(/\+/g," ");var value=split.join("=").replace(/\+/g," ");form.append(decodeURIComponent(name),decodeURIComponent(value))}});return form}function headers(xhr){var head=new Headers;var pairs=xhr.getAllResponseHeaders().trim().split("\n");pairs.forEach(function(header){var split=header.trim().split(":");var key=split.shift().trim();var value=split.join(":").trim();head.append(key,value)});return head}Body.call(Request.prototype);function Response(bodyInit,options){if(!options){options={}}this.type="default";this.status=options.status;this.ok=this.status>=200&&this.status<300;this.statusText=options.statusText;this.headers=options.headers instanceof Headers?options.headers:new Headers(options.headers);this.url=options.url||"";this._initBody(bodyInit)}Body.call(Response.prototype);Response.prototype.clone=function(){return new Response(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new Headers(this.headers),url:this.url})};Response.error=function(){var response=new Response(null,{status:0,statusText:""});response.type="error";return response};var redirectStatuses=[301,302,303,307,308];Response.redirect=function(url,status){if(redirectStatuses.indexOf(status)===-1){throw new RangeError("Invalid status code")}return new Response(null,{status:status,headers:{location:url}})};self.Headers=Headers;self.Request=Request;self.Response=Response;self.fetch=function(input,init){return new Promise(function(resolve,reject){var request;if(Request.prototype.isPrototypeOf(input)&&!init){request=input}else{request=new Request(input,init)}var xhr=new XMLHttpRequest;function responseURL(){if("responseURL"in xhr){return xhr.responseURL}if(/^X-Request-URL:/m.test(xhr.getAllResponseHeaders())){return xhr.getResponseHeader("X-Request-URL")}return}xhr.onload=function(){var status=xhr.status===1223?204:xhr.status;if(status<100||status>599){reject(new TypeError("Network request failed"));return}var options={status:status,statusText:xhr.statusText,headers:headers(xhr),url:responseURL()};var body="response"in xhr?xhr.response:xhr.responseText;resolve(new Response(body,options))};xhr.onerror=function(){reject(new TypeError("Network request failed"))};xhr.open(request.method,request.url,true);if(request.credentials==="include"){xhr.withCredentials=true}if("responseType"in xhr&&support.blob){xhr.responseType="blob"}request.headers.forEach(function(value,name){xhr.setRequestHeader(name,value)});xhr.send(typeof request._bodyInit==="undefined"?null:request._bodyInit)})};self.fetch.polyfill=true})(typeof self!=="undefined"?self:this); } if (typeof window.CustomEvent !== 'function') { function CustomEvent(event, params) { params = params || { bubbles: false, cancelable: false, detail: null }; var evt = document.createEvent('CustomEvent'); evt.initCustomEvent(event, params.bubbles, params.cancelable, params.detail); return evt; } CustomEvent.prototype = window.Event.prototype; window.CustomEvent = CustomEvent; } </script> <script> window.orbitData = {}; var additionalPageProperties = {}; additionalPageProperties['app_name'] = 'programmes' || null; additionalPageProperties['custom_var_1'] = 'How+To+Thrive+In+2050%21' || null; additionalPageProperties['custom_var_2'] = 'Culture+in+Quarantine' || null; additionalPageProperties['custom_var_4'] = 'bbc_arts' || null; additionalPageProperties['custom_var_6'] = 'true' || null; window.orbitData.userProfileUrl = "https://web.archive.org/web/20220114014904/https://www.bbc.co.uk/userprofile"; window.page = { name: '' || null, destination: 'programmes_ps' || null, producer: 'BBC_ARTS' || null, section: 'episode' || null, site: '' || null, contentId: 'urn:bbc:pips:p09sgyjy' || null, contentType: 'episode' || null, edition: '' || null, additionalProperties: additionalPageProperties }; window.page.language = 'en'; window.page.language = 'en'; window.page.modal = false; !function(){var t={53:function(t,e,r){function n(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function o(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?n(Object(r),!0).forEach((function(e){i(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):n(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}function i(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var c=r(391),u=r(135);window.bbcpage=c.init(o({},window.page)),window.page=void 0,window.bbcuser=u.init(window,o({},window.user))},391:function(t){function e(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function r(t){for(var r=1;r<arguments.length;r++){var o=null!=arguments[r]?arguments[r]:{};r%2?e(Object(o),!0).forEach((function(e){n(t,e,o[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(o)):e(Object(o)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(o,e))}))}return t}function n(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}t.exports={init:function(t){var e=r({},t);return document.addEventListener("bbc-page-reset",(function(t){var r;t.detail&&t.detail.page&&(r=t.detail.page,e=Object.assign(e,r)),document.dispatchEvent(new Event("bbc-page-updated"))})),{getName:function(){return Promise.resolve(e.name||function(){if("file:"===window.location.protocol)return"local.file";var t=window.location.pathname.replace(/\/$/,"").replace(/^\//,"").replace(/\//g,".");return"".concat(t,".page")}())},getLanguage:function(){return Promise.resolve(e.language)},getDestination:function(){return Promise.resolve(e.destination)},getProducer:function(){return Promise.resolve(e.producer)},getSection:function(){return Promise.resolve(e.section)},getContentType:function(){return Promise.resolve(e.contentType)},getContentId:function(){return Promise.resolve(e.contentId)},getReferrer:function(){return Promise.resolve(window.orb&&null!==window.orb.referrer&&void 0!==window.orb.referrer?window.orb.referrer:document.referrer)},getAdditionalProperties:function(){return Promise.resolve(r({},e.additionalProperties))},loadCSS:function(t){return new Promise((function(e,r){var n=document.createElement("link");n.type="text/css",n.rel="stylesheet",n.onload=function(){e()},n.href=t,document.getElementsByTagName("head")[0].appendChild(n)}))},isModal:function(){return Promise.resolve(e.modal)}}}}},135:function(t){function e(t){return(e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function r(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function n(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?r(Object(n),!0).forEach((function(e){o(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):r(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function o(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function i(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function c(t,r){if(r&&("object"===e(r)||"function"==typeof r))return r;if(void 0!==r)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}function u(t){var e="function"==typeof Map?new Map:void 0;return(u=function(t){if(null===t||(r=t,-1===Function.toString.call(r).indexOf("[native code]")))return t;var r;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,n)}function n(){return a(t,arguments,l(this).constructor)}return n.prototype=Object.create(t.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),s(n,t)})(t)}function a(t,e,r){return(a=f()?Reflect.construct:function(t,e,r){var n=[null];n.push.apply(n,e);var o=new(Function.bind.apply(t,n));return r&&s(o,r.prototype),o}).apply(null,arguments)}function f(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function s(t,e){return(s=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function l(t){return(l=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}var p=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&s(t,e)}(o,t);var e,r,n=(e=o,r=f(),function(){var t,n=l(e);if(r){var o=l(this).constructor;t=Reflect.construct(n,arguments,o)}else t=n.apply(this,arguments);return c(this,t)});function o(){return i(this,o),n.apply(this,arguments)}return o}(u(Error));function h(t){return new Promise((function(e,r){window.require(t,(function(){e.apply(this,arguments)}),(function(t){r(t)}))}))}t.exports={init:function(t,e){var r,o=n({},e),i=null;function c(){if(["X-Country","X-Ip_is_advertise_combined","X-Ip_is_uk_combined"].every((function(t){return!!o[t]})))return Promise.resolve(o);if(!i){var e=t.location.hostname.endsWith(".com")?"com":"co.uk";i=t.fetch("https://web.archive.org/web/20220114014904/https://www.bbc.".concat(e,"/userinfo")).then((function(t){return t.json()}))}return i}function u(t){if(t.status>=200&&t.status<300)return t;var e=new Error(t.statusText);throw e.response=t,e}function a(t){return t.json()}function f(){if(o.ageBand)return Promise.resolve(o);if(!r){if("undefined"==typeof XMLHttpRequest||!("withCredentials"in new XMLHttpRequest))return Promise.resolve(o);r=h(["idcta-v2/idcta-1"]).then((function(e){return e.initiateTokenRefresh().then((function(){return t.fetch(t.orbitData.userProfileUrl,{credentials:"include"}).then(u).then(a).then((function(t){return o=n(n({},o),t)}))}))}))}return r}var s={getHashedId:function(){return h(["idcta-v2/idcta-1"]).then((function(t){return t.getCookieInstance().getHidFromCookie()}))},isSignedIn:function(){return h(["idcta-v2/idcta-1"]).then((function(t){return t&&t.getCookieInstance().hasCookie()}))},getCountry:function(){return c().then((function(t){return t["X-Country"]||"gb"}))},isUKCombined:function(){return c().then((function(t){if(!t["X-Ip_is_uk_combined"])throw new p("missing isUKCombined from userinfo response");return"yes"===t["X-Ip_is_uk_combined"].toLowerCase()}))},canSeeAdverts:function(){return c().then((function(t){if(!t["X-Ip_is_advertise_combined"])throw new p("missing canSeeAdverts from userinfo response");return"yes"===t["X-Ip_is_advertise_combined"].toLowerCase()}))},getAgeBand:function(){return c().then((function(t){return t["X-Age-Band"]?Promise.resolve(t["X-Age-Band"]):s.isSignedIn().then((function(t){if(t)return f().then((function(t){return o["X-Age-Band"]=t["X-Age-Band"],o["X-Age-Band"]||void 0})).catch((function(){return o["X-Age-Band"]||void 0}))}))}))},allowsPerformanceCookies:function(){return h(["orb/cookies"]).then((function(t){return!!t.cookiesEnabled()&&!!t.readPolicy("performance")}))},allowsFunctionalCookies:function(){return h(["orb/cookies"]).then((function(t){return!!t.cookiesEnabled()&&!!t.readPolicy("personalisation")}))},getCookieValue:function(t){return h(["orb/cookies"]).then((function(e){return e.get(t)}))}};return s},BBCUserError:p}},666:function(t){var e=function(t){"use strict";var e,r=Object.prototype,n=r.hasOwnProperty,o="function"==typeof Symbol?Symbol:{},i=o.iterator||"@@iterator",c=o.asyncIterator||"@@asyncIterator",u=o.toStringTag||"@@toStringTag";function a(t,e,r){return Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{a({},"")}catch(t){a=function(t,e,r){return t[e]=r}}function f(t,e,r,n){var o=e&&e.prototype instanceof v?e:v,i=Object.create(o.prototype),c=new k(n||[]);return i._invoke=function(t,e,r){var n=l;return function(o,i){if(n===h)throw new Error("Generator is already running");if(n===y){if("throw"===o)throw i;return C()}for(r.method=o,r.arg=i;;){var c=r.delegate;if(c){var u=_(c,r);if(u){if(u===d)continue;return u}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if(n===l)throw n=y,r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);n=h;var a=s(t,e,r);if("normal"===a.type){if(n=r.done?y:p,a.arg===d)continue;return{value:a.arg,done:r.done}}"throw"===a.type&&(n=y,r.method="throw",r.arg=a.arg)}}}(t,r,c),i}function s(t,e,r){try{return{type:"normal",arg:t.call(e,r)}}catch(t){return{type:"throw",arg:t}}}t.wrap=f;var l="suspendedStart",p="suspendedYield",h="executing",y="completed",d={};function v(){}function g(){}function b(){}var w={};w[i]=function(){return this};var m=Object.getPrototypeOf,O=m&&m(m(S([])));O&&O!==r&&n.call(O,i)&&(w=O);var P=b.prototype=v.prototype=Object.create(w);function j(t){["next","throw","return"].forEach((function(e){a(t,e,(function(t){return this._invoke(e,t)}))}))}function E(t,e){function r(o,i,c,u){var a=s(t[o],t,i);if("throw"!==a.type){var f=a.arg,l=f.value;return l&&"object"==typeof l&&n.call(l,"__await")?e.resolve(l.__await).then((function(t){r("next",t,c,u)}),(function(t){r("throw",t,c,u)})):e.resolve(l).then((function(t){f.value=t,c(f)}),(function(t){return r("throw",t,c,u)}))}u(a.arg)}var o;this._invoke=function(t,n){function i(){return new e((function(e,o){r(t,n,e,o)}))}return o=o?o.then(i,i):i()}}function _(t,r){var n=t.iterator[r.method];if(n===e){if(r.delegate=null,"throw"===r.method){if(t.iterator.return&&(r.method="return",r.arg=e,_(t,r),"throw"===r.method))return d;r.method="throw",r.arg=new TypeError("The iterator does not provide a 'throw' method")}return d}var o=s(n,t.iterator,r.arg);if("throw"===o.type)return r.method="throw",r.arg=o.arg,r.delegate=null,d;var i=o.arg;return i?i.done?(r[t.resultName]=i.value,r.next=t.nextLoc,"return"!==r.method&&(r.method="next",r.arg=e),r.delegate=null,d):i:(r.method="throw",r.arg=new TypeError("iterator result is not an object"),r.delegate=null,d)}function x(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function L(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function k(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(x,this),this.reset(!0)}function S(t){if(t){var r=t[i];if(r)return r.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var o=-1,c=function r(){for(;++o<t.length;)if(n.call(t,o))return r.value=t[o],r.done=!1,r;return r.value=e,r.done=!0,r};return c.next=c}}return{next:C}}function C(){return{value:e,done:!0}}return g.prototype=P.constructor=b,b.constructor=g,g.displayName=a(b,u,"GeneratorFunction"),t.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===g||"GeneratorFunction"===(e.displayName||e.name))},t.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,b):(t.__proto__=b,a(t,u,"GeneratorFunction")),t.prototype=Object.create(P),t},t.awrap=function(t){return{__await:t}},j(E.prototype),E.prototype[c]=function(){return this},t.AsyncIterator=E,t.async=function(e,r,n,o,i){void 0===i&&(i=Promise);var c=new E(f(e,r,n,o),i);return t.isGeneratorFunction(r)?c:c.next().then((function(t){return t.done?t.value:c.next()}))},j(P),a(P,u,"Generator"),P[i]=function(){return this},P.toString=function(){return"[object Generator]"},t.keys=function(t){var e=[];for(var r in t)e.push(r);return e.reverse(),function r(){for(;e.length;){var n=e.pop();if(n in t)return r.value=n,r.done=!1,r}return r.done=!0,r}},t.values=S,k.prototype={constructor:k,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=e,this.done=!1,this.delegate=null,this.method="next",this.arg=e,this.tryEntries.forEach(L),!t)for(var r in this)"t"===r.charAt(0)&&n.call(this,r)&&!isNaN(+r.slice(1))&&(this[r]=e)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var r=this;function o(n,o){return u.type="throw",u.arg=t,r.next=n,o&&(r.method="next",r.arg=e),!!o}for(var i=this.tryEntries.length-1;i>=0;--i){var c=this.tryEntries[i],u=c.completion;if("root"===c.tryLoc)return o("end");if(c.tryLoc<=this.prev){var a=n.call(c,"catchLoc"),f=n.call(c,"finallyLoc");if(a&&f){if(this.prev<c.catchLoc)return o(c.catchLoc,!0);if(this.prev<c.finallyLoc)return o(c.finallyLoc)}else if(a){if(this.prev<c.catchLoc)return o(c.catchLoc,!0)}else{if(!f)throw new Error("try statement without catch or finally");if(this.prev<c.finallyLoc)return o(c.finallyLoc)}}}},abrupt:function(t,e){for(var r=this.tryEntries.length-1;r>=0;--r){var o=this.tryEntries[r];if(o.tryLoc<=this.prev&&n.call(o,"finallyLoc")&&this.prev<o.finallyLoc){var i=o;break}}i&&("break"===t||"continue"===t)&&i.tryLoc<=e&&e<=i.finallyLoc&&(i=null);var c=i?i.completion:{};return c.type=t,c.arg=e,i?(this.method="next",this.next=i.finallyLoc,d):this.complete(c)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),d},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.finallyLoc===t)return this.complete(r.completion,r.afterLoc),L(r),d}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.tryLoc===t){var n=r.completion;if("throw"===n.type){var o=n.arg;L(r)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(t,r,n){return this.delegate={iterator:S(t),resultName:r,nextLoc:n},"next"===this.method&&(this.arg=e),d}},t}(t.exports);try{regeneratorRuntime=e}catch(t){Function("r","regeneratorRuntime = r")(e)}}},e={};function r(n){var o=e[n];if(void 0!==o)return o.exports;var i=e[n]={exports:{}};return t[n](i,i.exports,r),i.exports}r(666);r(53)}(); window.page = undefined; window.user = undefined; </script> <script> window.orb = { worldwideNavlinks: '<li class="orb-nav-homedotcom"><a href="https://web.archive.org/web/20220114014904/https://www.bbc.com/">Home</a></li><li class="orb-nav-newsdotcom"><a href="https://web.archive.org/web/20220114014904/https://www.bbc.com/news">News</a></li><li class="orb-nav-sport"><a href="https://web.archive.org/web/20220114014904/https://www.bbc.com/sport">Sport</a></li><li class="orb-nav-reeldotcom"><a href="https://web.archive.org/web/20220114014904/https://www.bbc.com/reel">Reel</a></li><li class="orb-nav-worklife"><a href="https://web.archive.org/web/20220114014904/https://www.bbc.com/worklife">Worklife</a></li><li class="orb-nav-traveldotcom"><a href="https://web.archive.org/web/20220114014904/https://www.bbc.com/travel">Travel</a></li><li class="orb-nav-future"><a href="https://web.archive.org/web/20220114014904/https://www.bbc.com/future">Future</a></li><li class="orb-nav-culture"><a href="https://web.archive.org/web/20220114014904/https://www.bbc.com/culture">Culture</a></li><li class="orb-nav-music"><a href="https://web.archive.org/web/20220114014904/https://www.bbc.com/culture/music">Music</a></li><li class="orb-nav-tv"><a href="https://web.archive.org/web/20220114014904/https://www.bbc.co.uk/schedules/p00fzl9m">TV</a></li><li class="orb-nav-weather"><a href="https://web.archive.org/web/20220114014904/https://www.bbc.com/weather">Weather</a></li><li class="orb-nav-sounds"><a href="https://web.archive.org/web/20220114014904/https://www.bbc.co.uk/sounds">Sounds</a></li>', } </script> <script src="https://web.archive.org/web/20220114014904js_/https://static.files.bbci.co.uk/orbit/8161b75793cc3c38d814e1a4a19a2f6a/js/api-forge-free.min.js"></script> <link rel="preload" href="https://web.archive.org/web/20220114014904/https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_Rg.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://web.archive.org/web/20220114014904/https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_Bd.woff2" as="font" type="font/woff2" crossorigin> <!-- navid Web Module: 0.2.0-91.8ce78a3 --> <!-- searchbox Web Module: 3.1.0-394.5565f9a --> <!-- navpromo Web Module: 3.0.0-286.75fae8d --> <!-- cookies Web Module: 0.0.3-700.c8b7bd5 --> <!-- useractivityhelper Web Module: 1.0.0-223.3871bc2 --> <!-- reverb Web Module: 3.3.0 --> <!-- ads Web Module: 20220111-153539-f78def7d5-4.63.0 --> <link rel="stylesheet" href="https://web.archive.org/web/20220114014904cs_/https://static.files.bbci.co.uk/account/id-cta/1.54.11-wp/style/id-cta.css"/><!--[if IE 8]><link href="https://static.files.bbci.co.uk/account/id-cta/1.54.11-wp/style/ie8.css" rel="stylesheet"/> <![endif]--><script type="text/javascript">(function () {if (!window.require) {throw new Error('idcta: could not find require module');}if (typeof (map) == 'undefined') {var map = {};}if (!!document.createElementNS && !!document.createElementNS('http://www.w3.org/2000/svg', 'svg').createSVGRect) {document.documentElement.className += ' id-svg';}var ptrt = new RegExp("[\\?&]ptrt=([^&]*)").exec(document.location.href);var ENDPOINT_URL = 'https://web.archive.org/web/20220114014904/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/20220114014904/https://static.files.bbci.co.uk/account/id-cta/1.54.11-wp/modules/idcta-v2';map['idcta-v2/config'] = ENDPOINT_URL + ENDPOINT_CONFIG;map['idcta-v2/translations'] = ENDPOINT_URL + ENDPOINT_TRANSLATIONS;map['idcta'] = 'https://web.archive.org/web/20220114014904/https://static.files.bbci.co.uk/account/id-cta/1.8.2/modules/idcta';map['idcta-v2/idcta-1'] = 'https://web.archive.org/web/20220114014904/https://static.files.bbci.co.uk/account/id-cta/1.54.11-wp/modules/idcta-v2/dist/idcta-1.min';map['idcta-v2/experiment-snippet'] = 'https://web.archive.org/web/20220114014904/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/20220114014904cs_/https://nav.files.bbci.co.uk/searchbox/c341e7d71d358d3bff8caf11581ee18e/css/box.css"> <script src="https://web.archive.org/web/20220114014904js_/https://static.files.bbci.co.uk/cookies/6868f40b6841deedfcf9895de775e1ab/cookie-banner/cookie-library.bundle.js"></script><script type="text/javascript">void 0!==window.define&&define("orb/cookies",function(){return window.bbccookies})</script> <script type="text/javascript">window.__detectview={clickManagementEnabled:false};</script> <script type="text/javascript">"use strict";!function(){window.__reverbStaticLocation="https://web.archive.org/web/20220114014904/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/20220114014904js_/https://mybbc-analytics.files.bbci.co.uk/reverb-client-js/reverb-3.3.0.js" async></script> <script type="text/javascript">const adsDebug=/[?|&]ads-debug/.test(window.location.href);var bbcdotcomConfig={},bbcdotcomForgeAsync=!0,googletag=window.googletag||{};googletag.cmd=window.googletag.cmd||[],bbcdotcomScripts=[],tp=window.tp||[],_comscore=window._comscore||[];var bbcdotcom={test:/test/.test(window.location.hostname),adverts:{keyValues:{},breakpoints:{}},advert:{write:function(){},show:function(){},isActive:function(){return!1},layout:function(){return{reset:function(){}}}},config:{init:function(){},isAvailable:function(){return new Promise(function(o){bbcdotcom.resolves?bbcdotcom.resolves.isAvailable.push(o):o(!1)})},isAdsEnabledAsync:function(){return new Promise(function(o){bbcdotcom.resolves?bbcdotcom.resolves.adsEnabled.push(o):o(!1)})},isAnalyticsEnabledAsync:function(){return new Promise(function(o){bbcdotcom.resolves?bbcdotcom.resolves.analyticsEnabled.push(o):o(!1)})},setSections:function(){},setAdsEnabled:function(){},setAnalyticsEnabled:function(){},setAssetPrefix:function(){},setFlagpoles:function(){},setVersion:function(){},setJsPrefix:function(){},setSwfPrefix:function(){},setCssPrefix:function(){},setConfig:function(){},getAssetPrefix:function(){},getJsPrefix:function(){},getSwfPrefix:function(){},getCssPrefix:function(){},isOptimizelyEnabled:function(){},isThirdPartyDisabled:function(){},isThirdPartyDisabledEU:function(){},setEU:function(){}},survey:{init:function(){return!1}},data:{},init:function(){},objects:function(o){return!1},locale:{set:function(){},get:function(){}},setAdKeyValue:function(){},utils:{addEvent:function(){},addHtmlTagClass:function(){},log:function(){}},addLoadEvent:function(){},resolves:{isAvailable:[],adsEnabled:[],analyticsEnabled:[]},resolvePromises:function(){if(bbcdotcom.resolves){for(var o=0;o<bbcdotcom.resolves.isAvailable.length;o++)bbcdotcom.resolves.isAvailable[o](!1);delete bbcdotcom.resolves}},flag:{a:!1,s:!1},asyncCmd:[],isSportApp:function(){var o=window.location.pathname;return void 0!==o&&-1!==o.indexOf(".app")&&0===o.indexOf("/sport")},init:function(o){bbcdotcom.asyncCmd.push(function(){bbcdotcom.init(o)})},slotAsync:function(o,n,t,e){bbcdotcom.asyncCmd.push(function(){bbcdotcom.slotAsync(o,n,t,e)})}};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/20220114014904/https://gn-web-assets.api.bbc.com/bbcdotcom/assets/20220111-153539-f78def7d5-4.63.0/script"}}),window.bbcdotcom&&bbcdotcom.isSportApp&&!bbcdotcom.isSportApp()&&window.bbcuser.isUKCombined().then(function(o){return o&&!adsDebug?(adsDebug&&console.log("UK location, not ads debug mode, don't load flags, don't load ads."),(o=window.bbcdotcom||{}).config.isAdsEnabled=function(){return!1},o.config.isActive=function(){return!1},o.config.isAnalyticsEnabled=function(){return!1},o.getFeature=function(){return{isEnabled:function(){return!1}}},void o.resolvePromises()):void window.bbcuser.canSeeAdverts().then(function(o){if(!o&&!adsDebug)return adsDebug&&console.log("canSeeAdverts false, not ads debug mode, don't load ads."),(n=window.bbcdotcom||{}).config.isAdsEnabled=function(){return!1},n.config.isActive=function(){return!1},n.config.isAnalyticsEnabled=function(){return!1},n.getFeature=function(){return{isEnabled:function(){return!1}}},void n.resolvePromises();var n=/test/.test(window.location.hostname)?"https://web.archive.org/web/20220114014904/https://gn-flagpoles.test.api.bbci.co.uk/gnlops":"https://web.archive.org/web/20220114014904/https://gn-flagpoles.api.bbci.co.uk/gnlops",c=new XMLHttpRequest;c.open("GET",n),c.onload=function(){var n,o,t=JSON.parse(c.responseText),e=window.bbcdotcom||{};e.flag.a="true"===t.adverts?1:0,e.flag.s="true"===t.analytics?1:0,e.flag.a||e.flag.s?(o=/test/.test(window.location.hostname)?"https://web.archive.org/web/20220114014904/https://gn-flagpoles.test.api.bbci.co.uk/bbcdotcom":"https://web.archive.org/web/20220114014904/https://gn-flagpoles.api.bbci.co.uk/bbcdotcom",(n=new XMLHttpRequest).open("GET",o),n.onload=function(){var e=JSON.parse(n.responseText),c=window.bbcdotcom||{};[{tp:"thirdPartyEEA"},{d:"adsense"},{asa:"adsportapp"},{l:"lotame"},{p:"platinum"},{g:"grapeshot"},{sh:"sherlock"},{pe:"permutive"},{si:"signin"},{sis:"signinSport"},{sin:"signinNews"},{siw:"signinWWHP"},{piano:"piano"},{fundingchoices_cmp:"fundingchoices_cmp"},{storyworks_cmp:"storyworks_cmp"},{content_rec:"content_rec"},{ias_publisher:"ias_publisher"},{fpd:"fpd"},{sticky_leader_news:"sticky_leader_news"},{sticky_leader_sport:"sticky_leader_sport"}].forEach(function(o,n){for(var t in o)c.flag[t]="true"===e[o[t]]?1:0}),c.data={ads:c.flag.a,stats:c.flag.s,statsProvider:"",country:""},function(){const o=document.createElement("link");o.href="https://web.archive.org/web/20220114014904/https://gn-web-assets.api.bbc.com/bbcdotcom/assets/20220111-153539-f78def7d5-4.63.0/style/bbcdotcom-async.css",o.rel="stylesheet",o.type="text/css",document.head.appendChild(o)}();var o=document.createElement("script"),t=document.head||document.getElementsByTagName("head")[0];o.type="text/javascript",o.async=!0,o.src="https://web.archive.org/web/20220114014904/https://gn-web-assets.api.bbc.com/bbcdotcom/assets/20220111-153539-f78def7d5-4.63.0/script/bbcdotcom.js",o.onload=function(){window.bbcuser.getCountry().then(function(o){c.data.country=o,c.assetPrefix="https://web.archive.org/web/20220114014904/https://gn-web-assets.api.bbc.com/bbcdotcom/assets/20220111-153539-f78def7d5-4.63.0/",bbcdotcomConfig={assetPrefix:"https://web.archive.org/web/20220114014904/https://gn-web-assets.api.bbc.com/bbcdotcom/assets/20220111-153539-f78def7d5-4.63.0/",staticVersion:"20220111-153539-f78def7d5-4.63.0",staticPrefix:"https://web.archive.org/web/20220114014904/https://gn-web-assets.api.bbc.com/bbcdotcom/assets/20220111-153539-f78def7d5-4.63.0/"},c.config.init(bbcdotcomConfig,c.data,window.location,window.document),c.config.setAssetPrefix(bbcdotcomConfig.assetPrefix),c.config.setVersion(bbcdotcomConfig.staticVersion),c.config.setFlagpoles(c.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());c.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)};c.flag.s&&o("//web.archive.org/web/20220114014904/https://secure-us.imrworldwide.com/"),c.flag.a&&(o("//web.archive.org/web/20220114014904/https://www.googletagservices.com/"),o("//web.archive.org/web/20220114014904/https://bbc.gscontxt.net/"),(n=document.createElement("meta")).setAttribute("name","google-site-verification"),n.setAttribute("content","auTeTTwSt_KBY_4iDoR00Lwb7-qzx1IgzJy6ztaWgEI"),t.appendChild(n)),c.flag.a&&(c.config.isGrapeshotEnabled()&&!c.config.isWorldService()&&(n=window.location.href.split("?")[0],bbcdotcomScripts.push({src:"https://web.archive.org/web/20220114014904/https://bbc.gscontxt.net/?url="+encodeURIComponent(n)})),bbcdotcomScripts.push({src:"https://web.archive.org/web/20220114014904/https://securepubads.g.doubleclick.net/tag/js/gpt.js"}),c.config.isIASEnabled()&&(window.__iasPET=window.__iasPET||{},window.__iasPET.queue=window.__iasPET.queue||[],window.__iasPET.pubId="9708",bbcdotcomScripts.push({src:"https://web.archive.org/web/20220114014904/https://cdn.adsafeprotected.com/iasPET.1.js"}))),(c.flag.s||c.flag.a)&&(c.config.isPermutiveEnabled()&&!c.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 e=o[n];t[e]=function(n){return function(){var o=Array.prototype.slice.call(arguments,0);t.q.push({functionName:n,arguments:o})}}(e)}}}((document,window.permutive)),bbcdotcomScripts.push({src:"https://web.archive.org/web/20220114014904/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/20220114014904/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())},c.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()},c.send()})});</script> <!-- BRANDINGID: br-10806 --> <!--[if (gt IE 8)|!(IE)]><!--> <link rel="stylesheet" href="//web.archive.org/web/20220114014904cs_/https://branding.files.bbci.co.uk/branding/live/css/dcc195dba647c0d2571c7f518355c5cb.css"/> <!--<![endif]--> <!--[if (lt IE 9)&(!IEMobile)]> <link rel="stylesheet" href="//branding.files.bbci.co.uk/branding/live/css/553b11612090a200059b6e139afcee06.css" /> <![endif]--> <script>require({paths: {'msi/content-loader': "//web.archive.org/web/20220114014904/https://rmp.files.bbci.co.uk/radio-msi/latest"}});</script> <style> </style> <!--[if (gt IE 8)|!(IE)]><!--> <style> @media (min-width: 37.5em) { } </style> <!--<![endif]--> <!--[if (lt IE 9)&(!IEMobile)]> <style> </style> <![endif]--> <script> requirejs.config({ "paths": { 'jquery-1.9': "https://web.archive.org/web/20220114014904/https://static.bbci.co.uk/frameworks/jquery/0.4.1/sharedmodules/jquery-1.9.1", 'rv-bootstrap': "https://web.archive.org/web/20220114014904/https://programmes.files.bbci.co.uk/programmes-frontend/js/rv-bootstrap-5faf60a64a", 'timezone-notification': "https://web.archive.org/web/20220114014904/https://programmes.files.bbci.co.uk/programmes-frontend/js/timezone-notification-9476b56a8c", 'episode-guide': "https://web.archive.org/web/20220114014904/https://programmes.files.bbci.co.uk/programmes-frontend/js/episode-guide-4b10409449", 'gallery': "https://web.archive.org/web/20220114014904/https://programmes.files.bbci.co.uk/programmes-frontend/js/gallery-ad3f898914", 'picturefill': "https://web.archive.org/web/20220114014904/https://programmes.files.bbci.co.uk/programmes-frontend/js/picturefill-29a13ac5b6", 'popup': "https://web.archive.org/web/20220114014904/https://programmes.files.bbci.co.uk/programmes-frontend/js/popup-e49f2a49fe", 'snippets': "https://web.archive.org/web/20220114014904/https://programmes.files.bbci.co.uk/programmes-frontend/js/snippets-880261e455", 'bump-3': "//web.archive.org/web/20220114014904/https://emp.bbci.co.uk/emp/bump-3/bump-3", 'smp/smpFactory': "https://web.archive.org/web/20220114014904/https://programmes.files.bbci.co.uk/programmes-frontend/js/smp/smpFactory-f57a2ab390", 'stream': "https://web.archive.org/web/20220114014904/https://programmes.files.bbci.co.uk/programmes-frontend/js/stream-39232e1207", 'smp/smp': "https://web.archive.org/web/20220114014904/https://programmes.files.bbci.co.uk/programmes-frontend/js/smp/smp-b7f0d4bec6", 'smp/recommendationsBump': "https://web.archive.org/web/20220114014904/https://programmes.files.bbci.co.uk/programmes-frontend/js/smp/recommendationsBump-0c44d8e33c", 'smp/uasService': "https://web.archive.org/web/20220114014904/https://programmes.files.bbci.co.uk/programmes-frontend/js/smp/uasService-8116e5dab1", 'cookieStore': "https://web.archive.org/web/20220114014904/https://programmes.files.bbci.co.uk/programmes-frontend/js/cookieStore", 'uasclient': "https://web.archive.org/web/20220114014904/https://static.bbc.co.uk/uasclient/0.1.42/modules/uasclient", 'relay-1': "https://web.archive.org/web/20220114014904/https://static.bbc.co.uk/frameworks/relay/0.2.6/sharedmodules/relay-1", 'policy-service': "https://web.archive.org/web/20220114014904/https://programmes.files.bbci.co.uk/programmes-frontend/js/policy-service-c495418b29", 'third-party': "https://web.archive.org/web/20220114014904/https://programmes.files.bbci.co.uk/programmes-frontend/js/third-party-cd42b4d461", 'kite': 'https://web.archive.org/web/20220114014904/https://downloads.bbc.co.uk/interactive/embed/', }, "priority": ['jquery-1.9', 'rv-bootstrap', 'timezone-notification'], "map": { "*": { "jquery": "jquery-1.9" } } }); </script> <!--[if (gt IE 8)|!(IE)]><!--> <link rel="stylesheet" href="https://web.archive.org/web/20220114014904cs_/https://programmes.files.bbci.co.uk/programmes-frontend/css/ds2013-a2111b537b.css"/> <!--<![endif]--> <!--[if (lt IE 9)&(!IEMobile)]> <link rel="stylesheet" href="https://programmes.files.bbci.co.uk/programmes-frontend/css/ds2013-ie-90d54ea465.css" /> <![endif]--> <link rel="canonical" href="https://web.archive.org/web/20220114014904/https://www.bbc.co.uk/programmes/p09sgyjy"> <meta name="theme-color" content="#273132"> <meta name="description" content="A call for action for a creative, equitable and ‘neuro-fantastic’ future by an octopussy."> <meta property="og:description" content="A call for action for a creative, equitable and ‘neuro-fantastic’ future by an octopussy."> <meta property="fb:pages" content="6025943146,7397061762,7519460786,7833211321,8244244903,8251776107,8585725981,21750735380,80758950658,125309456546,130593816777,154344434967,228735667216,260212261199,260967092113,294662213128,295830058648,304314573046,401538510458,107909022566650,118883634811868,129044383774217,156060587793370,156400551056385,163571453661989,168895963122035,185246968166196,193022337414607,193435954068976,194575130577797,215504865453262,239931389545417,273726292719943,283348121682053,286567251709437,292291897588734,310719525611571,317278538359186,413132078795966,470911516262605,512423982152360,647687225371774,658551547588605,742734325867560,944295152308991,958681370814419,1143803202301544,1159932557403143,1392506827668140,1411916919051820,1477945425811579,1659215157653827,1731770190373618"><meta property="og:site_name" content="BBC"> <meta property="og:title" content="BBC Arts - Culture in Quarantine, How To Thrive In 2050!"> <meta property="og:type" content="website"> <meta property="og:url" content="https://web.archive.org/web/20220114014904/https://www.bbc.co.uk/programmes/p09sgyjy"> <meta property="og:image" content="https://web.archive.org/web/20220114014904im_/https://ichef.bbci.co.uk/images/ic/1200x675/p09sgymw.jpg"> <meta name="twitter:card" content="summary_large_image"> <meta name="msapplication-square150x150logo" content="https://ichef.bbci.co.uk/images/ic/272x272/p09sgymw.jpg"> </head> <body id="top"> <div id="cookiePrompt"></div> <noscript><p style="position: absolute; top: -999em"><img src="https://web.archive.org/web/20220114014904im_/https://a1.api.bbc.co.uk/hit.xiti?&col=1&from=p&ptag=js&s=598253&p=episode::unknown&x1=[urn:bbc:pips:p09sgyjy]&x2=[responsive]&x3=[bbc_website]&x4=[en]&x7=[episode]&x8=[reverb-3.3.0-nojs]&x11=[programmes_ps]&x12=[BBC_ARTS]" 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/20220114014904/https://www.bbc.co.uk/" id="homepage-link">Homepage</a></div><section><div class="orb-skip-links"><h2>Accessibility links</h2><ul><li><a href="#programmes-content">Skip to content</a></li><li><a id="orb-accessibility-help" href="https://web.archive.org/web/20220114014904/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/20220114014904/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/20220114014904/https://www.bbc.co.uk/">Home</a></li><li class="orb-nav-news"><a href="https://web.archive.org/web/20220114014904/https://www.bbc.co.uk/news">News</a></li><li class="orb-nav-sport"><a href="https://web.archive.org/web/20220114014904/https://www.bbc.co.uk/sport">Sport</a></li><li class="orb-nav-weather"><a href="https://web.archive.org/web/20220114014904/https://www.bbc.co.uk/weather">Weather</a></li><li class="orb-nav-iplayer"><a href="https://web.archive.org/web/20220114014904/https://www.bbc.co.uk/iplayer">iPlayer</a></li><li class="orb-nav-sounds"><a href="https://web.archive.org/web/20220114014904/https://www.bbc.co.uk/sounds">Sounds</a></li><li class="orb-nav-cbbc"><a href="https://web.archive.org/web/20220114014904/https://www.bbc.co.uk/cbbc">CBBC</a></li><li class="orb-nav-cbeebies"><a href="https://web.archive.org/web/20220114014904/https://www.bbc.co.uk/cbeebies">CBeebies</a></li><li class="orb-nav-food"><a href="https://web.archive.org/web/20220114014904/https://www.bbc.co.uk/food">Food</a></li><li class="orb-nav-bitesize"><a href="https://web.archive.org/web/20220114014904/https://www.bbc.co.uk/bitesize">Bitesize</a></li><li class="orb-nav-arts"><a href="https://web.archive.org/web/20220114014904/https://www.bbc.co.uk/arts">Arts</a></li><li class="orb-nav-taster"><a href="https://web.archive.org/web/20220114014904/https://www.bbc.co.uk/taster">Taster</a></li><li class="orb-nav-local"><a href="https://web.archive.org/web/20220114014904/https://www.bbc.co.uk/news/localnews">Local</a></li><li class="orb-nav-three"><a href="https://web.archive.org/web/20220114014904/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/20220114014904/https://search.bbc.co.uk/search?scope=all" title="Search the BBC">Search</a><form class="b-f" id="orb-search-form" role="search" method="get" action="https://web.archive.org/web/20220114014904/https://search.bbc.co.uk/search" accept-charset="utf-8"><div><input type="hidden" name="scope" value="all"><label for="orb-search-q">Search the BBC</label><input id="orb-search-q" type="text" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" maxlength="100" name="q" placeholder="Search"><button id="orb-search-button" class="orb-search__button">Search the BBC</button><input type="hidden" name="suggid" id="orb-search-suggid"></div></form><form id="orbit-search-form" role="search" method="get" action="https://web.archive.org/web/20220114014904/https://search.bbc.co.uk/search" accept-charset="utf-8"><div><input type="hidden" name="scope" value="all"><button id="orbit-search-button"><svg class="search-button-icon" width="1.75rem" height="1.8125rem" viewbox="0 0 28 29" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><title>Search BBC</title><path d="M11,0 C17.0751322,0 22,4.92486775 22,11 C22,13.5277632 21.1473793,15.8563862 19.7140404,17.7139664 L28,26.0001 L25,29.0001 L16.518046,20.5179339 C14.8960209,21.4603385 13.0110328,22 11,22 C4.92486775,22 0,17.0751322 0,11 C0,4.92486775 4.92486775,0 11,0 Z M11,2.5001 C6.30557963,2.5001 2.5,6.30567963 2.5,11.0001 C2.5,15.6945204 6.30557963,19.5001 11,19.5001 C15.6944204,19.5001 19.5,15.6945204 19.5,11.0001 C19.5,6.30567963 15.6944204,2.5001 11,2.5001 Z" id="Shape"></path></svg><svg class="search-box-icon" width="1rem" height="1rem" viewbox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M4.31263591,11.9770508 C3.26116255,10.925 2.68223368,9.52721354 2.68223368,8.04036458 C2.68223368,6.55351563 3.26116255,5.15572917 4.31325442,4.10491536 C5.36410928,3.05286458 6.76133182,2.47395833 8.24823886,2.47395833 C9.7351459,2.47395833 11.1336055,3.05348307 12.1850788,4.10491536 C14.3548251,6.27457682 14.3554436,9.80615234 12.1850788,11.9770508 C11.1336055,13.0278646 9.7351459,13.6067708 8.24823886,13.6067708 C6.76195034,13.6067708 5.36410928,13.0278646 4.31263591,11.9770508 L4.31263591,11.9770508 Z M20,17.6059245 L14.9195281,12.525651 C17.0268044,9.39980469 16.7002292,5.12171224 13.9348542,2.35520833 C12.3644478,0.785481771 10.3066526,0 8.24823886,0 C6.19106215,0 4.13264841,0.785481771 2.56347904,2.35520833 C-0.576715236,5.49589844 -0.576715236,10.5860677 2.56347904,13.7255208 C4.13326692,15.2964844 6.19106215,16.0807292 8.24823886,16.0807292 C9.81555269,16.0807292 11.3816295,15.6230469 12.733082,14.7120117 L17.8129354,19.7916667 L20,17.6059245 Z"></path></svg><span>Search BBC</span></button></div></form> </div></div><div id="orb-panels"></div></div></header> <!-- Styling hook for shared modules only --> <div id="orb-modules"> <div class="br-container"> <div class="br-container__inner"> <div class="br-masthead" id="br-masthead"><div class="br-masthead__inner"> <div class="b-g-p br-masthead__main br-masthead__main--small"> <div class="br-masthead__title"> <a href="/web/20220114014904/https://www.bbc.co.uk/events/rhhzp6" class="br-masthead-logo--small br-masthead-logo--medium br-masthead-logo--large"> <span class="br-masthead__pagetitle">Culture in Quarantine</span> </a> </div> </div> <div class="b-g-p br-masthead__date-location-container"> <!--BRANDING_PLACEHOLDER_EVENTINFO--> </div> <div class="b-g-p"><div id="br-nav-programme" class="br-nav br-box-highlight br-highlight-bg-onbg080"><ul class="br-nav__list"><li class="br-nav__item"><a class="br-nav__link" href="/web/20220114014904/https://www.bbc.co.uk/arts">Home</a></li><li class="br-nav__item"><a class="br-nav__link" href="/web/20220114014904/https://www.bbc.co.uk/events/rhhzp6">Events</a></li><li class="br-nav__item"><a class="br-nav__link" href="/web/20220114014904/https://www.bbc.co.uk/events/rhhzp6/play/p08fvkt7">|</a></li><li class="br-nav__item"><a class="br-nav__link" href="/web/20220114014904/https://www.bbc.co.uk/iplayer/categories/arts/featured">Arts on BBC iPlayer</a></li><li class="br-nav__item"><a class="br-nav__link" href="/web/20220114014904/https://www.bbc.co.uk/sounds/category/factual-artscultureandthemedia">Arts on BBC Sounds</a></li><!--BRANDING_PLACEHOLDER_NAV_END--></ul></div></div><script type="text/javascript"> define("branding-responsive-nav",[],function(){var e=function(e){this.setOptions(e)};return e.prototype={options:{},setOptions:function(e){var t={more_link_text:e&&e.more_link_text?e.more_link_text:"More"};this.options=t},getOptions:function(){return this.options},init:function(){function e(){var e=t.getWindowWidth(),n=t.getWindowHeight();(e!=i||n!=o)&&null!==t.local_nav_bar&&(t.processingNavigation=!1,t.processNavigation()),i=e,o=n}var t=this,n=null,i=this.getWindowWidth(),o=this.getWindowHeight();t.setupNavigation(),this.addListener(window,"resize",function(){clearTimeout(n),n=setTimeout(e,300)})},getWindowWidth:function(){var e=0;return"number"==typeof window.innerWidth?e=window.innerWidth:document.documentElement&&document.documentElement.clientWidth?e=document.documentElement.clientWidth:document.body&&document.body.clientWidth&&(e=document.body.clientWidth),e},getWindowHeight:function(){var e=0;return"number"==typeof window.innerHeight?e=window.innerHeight:document.documentElement&&document.documentElement.clientHeight?e=document.documentElement.clientHeight:document.body&&document.body.clientHeight&&(e=document.body.clientHeight),e},addListener:function(e,t,n){e.addEventListener?e.addEventListener(t,n,!1):e.attachEvent?e.attachEvent("on"+t,n):e["on"+t]=n},setupNavigation:function(){if(this.local_nav_bar=document.getElementById("br-nav-programme"),null!==this.local_nav_bar){var e=document.createElement("button");e.className="br-nav__morelink br-box-highlight";var t=document.createTextNode(this.getOptions().more_link_text);e.appendChild(t),e.id="more-link",this.local_nav_bar.insertBefore(e,this.local_nav_bar.firstChild);var n=document.createElement("ul");n.id="more-list",n.className="br-nav__more br-nav__list",this.local_nav_bar.appendChild(n),this.addListener(e,"click",function(){-1!==e.className.indexOf("open")?(e.className=e.className.replace("open",""),n.className=n.className.replace("open","")):(e.className+=" open",n.className+=" open")}),t=null,this.processNavigation()}},processingNavigation:!1,processNavigation:function(){if(null!==this.local_nav_bar){var e=document.getElementById("more-link"),t=this.local_nav_bar.getElementsByTagName("ul");t=t[0];var n=t.getElementsByTagName("li"),i=n[0];this.processingNavigation=!0;var o=document.getElementById("more-list");if(null!==o)for(;o.hasChildNodes();)t.appendChild(o.firstChild);if(!this._navIsTooLong(t,i))return e.className=e.className.replace("visible",""),void(e=t=n=i=o=null);for(e.className=e.className.replace("visible",""),e.className+=" visible";this._navIsTooLong(t,i)&&this.processingNavigation;)this._moveLastNavItem();e=t=n=i=o=null}},_moveLastNavItem:function(){var e=this.local_nav_bar.getElementsByTagName("ul")[0],t=document.getElementById("more-list");t.insertBefore(e.lastChild,t.firstChild),e=nav_items=last_item=t=null},_navIsTooLong:function(e,t){var n=e.getElementsByTagName("li"),i=n.length>1&&e.offsetHeight>t.scrollHeight;return n=null,i}},e}); /*<![CDATA[*/ require(['branding-responsive-nav'],function(responsiveNav){ var nav = new responsiveNav({ 'more_link_text' : 'More' }); nav.init(); }); /*]]>*/ </script> </div></div> <div class="programmes-page text-base programmes-page--flush" role="main"> <div id="programmes-content" class="skip-to-content-destination" tabindex="-1">Main content</div> <div class="b-g-p no-margin-vertical"> <div class="grid-wrapper grid-wrapper--flush map map--episode map--count-2"> <div class="grid 2/3@bpw2 2/3@bpe map__column map__column--first"> <div class="map__inner br-box-secondary" data-map-column="playout-details"> <div class="episode-playout"> <div id="episode-playout-p09sgyjy" class="playout"> <a href="/web/20220114014904/https://www.bbc.co.uk/iplayer/episode/p09sgyjy" class="playout__blocklink" data-bbc-container="episode" data-bbc-title="cta"> <img class="image " src="https://web.archive.org/web/20220114014904im_/https://ichef.bbci.co.uk/images/ic/640x360/p09sgymw.jpg" srcset="https://web.archive.org/web/20220114014904im_/https://ichef.bbci.co.uk/images/ic/80x45/p09sgymw.jpg 80w, https://web.archive.org/web/20220114014904im_/https://ichef.bbci.co.uk/images/ic/160x90/p09sgymw.jpg 160w, https://web.archive.org/web/20220114014904im_/https://ichef.bbci.co.uk/images/ic/320x180/p09sgymw.jpg 320w, https://web.archive.org/web/20220114014904im_/https://ichef.bbci.co.uk/images/ic/480x270/p09sgymw.jpg 480w, https://web.archive.org/web/20220114014904im_/https://ichef.bbci.co.uk/images/ic/640x360/p09sgymw.jpg 640w" sizes="(min-width: 63em) 64000vw, (min-width: 48em) 66.666666666667vw, (min-width: 0em) 100vw, 100vw" alt=""> <div class="playout__overlay"> <div class="playout__message playout__message--icon iplayer"> <span class="playout__icon"><svg tabindex="-1" aria-hidden="true" focusable="false" class="gelicon gelicon--fill-container"><use xlink:href="/web/20220114014904im_/https://www.bbc.co.uk/programmes/p09sgyjy#gelicon--audio-visual--iplayer"/></svg></span> <span class="playout__messagetext">Watch now</span> </div> </div> </a> </div> </div> <div class="island"> <div> <h1 class="no-margin">How To Thrive In 2050!</h1> <div class="gamma"> <div class=""> <a class="context__item" href="/web/20220114014904/https://www.bbc.co.uk/programmes/p088hhjd" tabindex="-1">Culture in Quarantine</a> </div> </div> </div> <div class="grid-wrapper"> <div class="grid 2/3@bpw 3/4@bpe"> <div class="episode-panel__intro"> <div class="map__intro__synopsis centi"> <div class="synopsis-toggle text--prose"> <input class="synopsis-toggle__status" id="synopsis-61e0d6910a13a" type="checkbox" checked/> <div class="synopsis-toggle__short"> <p>8 Tentacular Workouts For A Tantalising Future! is a call for action for a creative, equitable and ‘neuro-fantastic’ future by an octopussy.</p> <label class="synopsis-toggle__button br-pseudolink" for="synopsis-61e0d6910a13a"> <span tabindex="0" role="button">Show more</span> </label> </div> <div class="synopsis-toggle__long"> <p>8 Tentacular Workouts For A Tantalising Future! is a manifesto by an ‘octopussy’ for a more creative, decolonised, equitable and ‘neuro-fantastic’ future. </p> <p>Blending discourse with mythology, interview with autobiography, geomancy with geopolitics, the intimate and the celestial, this explosive collage is a retort to our troubled moment of multiple crises. </p> <p>Spanning performance, animation, interviews (including with artist Bob and Roberta Smith), text and original music composition, the 14-minute video-essay is a whirlwind of eight exercises for the body and mind. </p> <p>Playful yet poignant, coy yet in-your-face, poetic yet pungent, it argues that in such times of despair, art can remind us to imagine how things can be, and that each of us must play an active part. Drawing on the words of Lorde, Bretch, Beckett, Abdelkader Benali and more, it calls on viewers to (re-)imagine, and act on, how things can become. </p> <p>The film builds on the director’s efforts since the pandemic, which are advancing conversations around creativity and neurodiversity, and the socio-political role of ‘artfulness’.</p> <p>Be prepared to be disorientated, surprised, provoked, and re-energised. Are you ready?</p> <label class="synopsis-toggle__button br-pseudolink" for="synopsis-61e0d6910a13a"> <span tabindex="0" role="button">Show less</span> </label> </div> </div> </div> </div> </div> <div class="grid 1/3@bpw 1/4@bpe"> <div class="map__intro"> <div class="episode-panel__meta"> <span class="visually-hidden">Release date: </span> <time datetime="2021-09-02">02 September 2021</time> </div> <p class="episode-panel__meta"> <span title="Fri 02 September 2022, 08:00">7 months left to watch</span> </p> <p class="episode-panel__meta"> <svg tabindex="-1" aria-hidden="true" focusable="false" class="gelicon gelicon--centi gelicon--leading"><use xlink:href="/web/20220114014904im_/https://www.bbc.co.uk/programmes/p09sgyjy#gelicon--core--duration"/></svg>14 minutes </p> </div> </div> </div> </div> </div> </div> <div class="grid 1/3@bpw2 1/3@bpe map__column map__column--2 map__column--last"> <div class="map__inner"> <div class="br-box-secondary map__fauxcolumn" data-map-column="more"><div class="island"> <h2>More episodes</h2> <div class="grid-wrapper"> <div class="grid 1/2@bpw 1/1@bpw2 1/1@bpe"> <div class="component--sibling br-keyline"> <h3 class="delta text--shout no-margin">Previous</h3> <div class="programme programme--episode block-link" data-pid="p09sh0bc"> <div class="programme__img 1/4@bpb1 1/4@bpb2 1/3@bpw programme__img--available programme__img--hasimage programme__img--standalone-cta"> <div class="cta cta__standalone"> <a href="https://web.archive.org/web/20220114014904/https://www.bbc.co.uk/iplayer/episode/p09sh0bc" title="7 months left to watch (Fri 02 September 2022, 08:00)" data-bbc-container="episode" data-bbc-title="prev:cta" tabindex="-1"> <div class="cta__icon iplayer-icon cta__with-link"> <svg tabindex="-1" aria-hidden="true" focusable="false" class="gelicon gelicon--half-container"><use xlink:href="/web/20220114014904im_/https://www.bbc.co.uk/programmes/p09sgyjy#gelicon--audio-visual--iplayer"/></svg> </div> </a> </div> </div> <div class="programme__body"> <h4 class="programme__titles"><a href="https://web.archive.org/web/20220114014904/https://www.bbc.co.uk/programmes/p09sh0bc" class="br-blocklink__link block-link__target" data-bbc-container="episode" data-bbc-title="prev:title"><span class="programme__title gamma"><span>The Cat, The Mouse and The Sausage</span></span></a></h4> </div> </div> </div> </div> </div> <p> <a href="/web/20220114014904/https://www.bbc.co.uk/programmes/p088hhjd/episodes"> See all episodes from Culture in Quarantine </a> </p> </div> </div></div> </div> </div> </div> <div class="prog-layout programmes-page"> <div class="grid-wrapper grid-wrapper--center"> <div class="grid grid--bounded 13/24@bpw2 13/24@bpe"> <div class="br-box-page prog-box"> <div class="component component--box component--box-flushbody component--box--primary" id="collections"> <div class="component__header br-box-page"> <h2>Featured in...</h2> </div> <div class="component__body br-box-page"> <ul class="list-unstyled"> <li><div class="programme block-link highlight-box--list br-keyline br-blocklink-page br-page-linkhover-onbg015--hover"> <div class="programme__img programme__img--hasimage 1/4@bpb1 1/4@bpb2 1/3@bpw"><img class="image lazyload " data-src="https://web.archive.org/web/20220114014904/https://ichef.bbci.co.uk/images/ic/320x180_b/p09trg9g.jpg" data-srcset="https://web.archive.org/web/20220114014904im_/https://ichef.bbci.co.uk/images/ic/80x45_b/p09trg9g.jpg 80w, https://web.archive.org/web/20220114014904im_/https://ichef.bbci.co.uk/images/ic/160x90_b/p09trg9g.jpg 160w, https://web.archive.org/web/20220114014904im_/https://ichef.bbci.co.uk/images/ic/320x180_b/p09trg9g.jpg 320w, https://web.archive.org/web/20220114014904im_/https://ichef.bbci.co.uk/images/ic/480x270_b/p09trg9g.jpg 480w, https://web.archive.org/web/20220114014904im_/https://ichef.bbci.co.uk/images/ic/640x360_b/p09trg9g.jpg 640w, https://web.archive.org/web/20220114014904im_/https://ichef.bbci.co.uk/images/ic/768x432_b/p09trg9g.jpg 768w, https://web.archive.org/web/20220114014904im_/https://ichef.bbci.co.uk/images/ic/896x504_b/p09trg9g.jpg 896w, https://web.archive.org/web/20220114014904im_/https://ichef.bbci.co.uk/images/ic/1008x567_b/p09trg9g.jpg 1008w" data-sizes="auto" alt=""> <div class="cta cta__overlay"> <div class="cta__icon cta__without-link"> <svg tabindex="-1" aria-hidden="true" focusable="false" class="gelicon gelicon--half-container"><use xlink:href="/web/20220114014904im_/https://www.bbc.co.uk/programmes/p09sgyjy#gelicon--media--collection"/></svg> </div> </div> </div> <div class="programme__body"> <h3 class="programme__titles"><a href="https://web.archive.org/web/20220114014904/https://www.bbc.co.uk/programmes/p09ttsqk" class="br-blocklink__link block-link__target" data-bbc-container="episode" data-bbc-title="featured-in:group:title"><span class="programme__title "><span>Culture in Quarantine - New Works</span></span><span class="hidden">—</span><span class="programme__subtitle centi"><span>Culture in Quarantine</span></span></a></h3> <p class="programme__synopsis text--subtle">New works by D/deaf, neurodivergent and disabled artists.</p> </div> </div> </li> </ul> </div> </div> </div> </div> <div class="grid grid--bounded 11/24@bpw2 11/24@bpe"> <div class="superpromo component component--box component--box--striped component--box-flushbody component--box--secondary"> <div class="component__header br-box-highlight"> <h2>The best of arts and culture from the BBC</h2> </div> <div class="component__body br-box-subtle"> <a class="superpromo__img" href="https://web.archive.org/web/20220114014904/http://www.bbc.co.uk/arts/"><img class="image lazyload " data-src="https://web.archive.org/web/20220114014904/https://ichef.bbci.co.uk/images/ic/320xn/p091jy15.jpg" data-srcset="https://web.archive.org/web/20220114014904im_/https://ichef.bbci.co.uk/images/ic/80xn/p091jy15.jpg 80w, https://web.archive.org/web/20220114014904im_/https://ichef.bbci.co.uk/images/ic/160xn/p091jy15.jpg 160w, https://web.archive.org/web/20220114014904im_/https://ichef.bbci.co.uk/images/ic/320xn/p091jy15.jpg 320w, https://web.archive.org/web/20220114014904im_/https://ichef.bbci.co.uk/images/ic/480xn/p091jy15.jpg 480w, https://web.archive.org/web/20220114014904im_/https://ichef.bbci.co.uk/images/ic/640xn/p091jy15.jpg 640w, https://web.archive.org/web/20220114014904im_/https://ichef.bbci.co.uk/images/ic/768xn/p091jy15.jpg 768w, https://web.archive.org/web/20220114014904im_/https://ichef.bbci.co.uk/images/ic/896xn/p091jy15.jpg 896w, https://web.archive.org/web/20220114014904im_/https://ichef.bbci.co.uk/images/ic/1008xn/p091jy15.jpg 1008w" data-sizes="auto" alt="The best of arts and culture from the BBC"></a> <div class="superpromo__content"> <p class="superpromo__synopsis centi text--subtle">Click the link to visit the homepage for BBC Arts.</p> </div> </div> </div> <div class="superpromo component component--box component--box--striped component--box-flushbody component--box--secondary"> <div class="component__header br-box-highlight"> <h2>“It’s imperative these artists are supported to make brilliant work”</h2> </div> <div class="component__body br-box-subtle"> <a class="superpromo__img" href="https://web.archive.org/web/20220114014904/https://www.bbc.com/mediacentre/2021/disabled-artists-culture-in-quarantine-commissions/"><img class="image lazyload " data-src="https://web.archive.org/web/20220114014904/https://ichef.bbci.co.uk/images/ic/320xn/p09hdvtp.jpg" data-srcset="https://web.archive.org/web/20220114014904im_/https://ichef.bbci.co.uk/images/ic/80xn/p09hdvtp.jpg 80w, https://web.archive.org/web/20220114014904im_/https://ichef.bbci.co.uk/images/ic/160xn/p09hdvtp.jpg 160w, https://web.archive.org/web/20220114014904im_/https://ichef.bbci.co.uk/images/ic/320xn/p09hdvtp.jpg 320w, https://web.archive.org/web/20220114014904im_/https://ichef.bbci.co.uk/images/ic/480xn/p09hdvtp.jpg 480w, https://web.archive.org/web/20220114014904im_/https://ichef.bbci.co.uk/images/ic/640xn/p09hdvtp.jpg 640w, https://web.archive.org/web/20220114014904im_/https://ichef.bbci.co.uk/images/ic/768xn/p09hdvtp.jpg 768w, https://web.archive.org/web/20220114014904im_/https://ichef.bbci.co.uk/images/ic/896xn/p09hdvtp.jpg 896w, https://web.archive.org/web/20220114014904im_/https://ichef.bbci.co.uk/images/ic/1008xn/p09hdvtp.jpg 1008w" data-sizes="auto" alt="“It’s imperative these artists are supported to make brilliant work”"></a> <div class="superpromo__content"> <p class="superpromo__synopsis centi text--subtle">Lamia Dabboussy from BBC Arts explains more about these exciting new commissions.</p> </div> </div> </div> </div> </div> </div> </div> <div class="br-box-subtle text-base programmes-page programmes-page--flush" id="programmes-footer"><div class="footer-wrapper br-keyline"> <div class="footer g-f-l"> <h2 class="visually-hidden">Related Content</h2> <div class="grid-wrapper grid-wrapper--flush"> <div class="grid grid--flush 1/2@bpw 5/12@bpw2 5/12@bpe"><div class="b-g-p"><div class="footer__similar b-g-p component"> <h3 class="beta">Similar programmes</h3><div> <h4 class="inline micro">By genre:</h4> <ul class="list-unstyled micro"><li><a href="/web/20220114014904/https://www.bbc.co.uk/programmes/genres/factual">Factual</a> > <a href="/web/20220114014904/https://www.bbc.co.uk/programmes/genres/factual/artscultureandthemedia">Arts, Culture & the Media</a> > <a href="/web/20220114014904/https://www.bbc.co.uk/programmes/genres/factual/artscultureandthemedia/arts">Arts</a></li></ul> </div></div></div></div> <div class="grid grid--flush 1/2@bpw 1/4@bpw2 1/4@bpe"> </div><div class="grid grid--flush 1/2 1/6@bpw2 1/6@bpe footer__service centi"> <div class="footer__service-island br-service-brand-box fauxcolumn"><img class="service-logo" alt="BBC Arts homepage" src="https://web.archive.org/web/20220114014904im_/https://programmes.files.bbci.co.uk/programmes-frontend/images/logos/112x63/bbc-3be63998fb.png"></div></div><div class="grid grid--flush 1/2 1/6@bpw2 1/6@bpe footer__service-nav centi"><div class="footer__service__nav"></div></div></div> </div> </div></div> <script> require(['rv-bootstrap']); </script> <script type="application/ld+json"> {"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Programmes","item":"https:\/\/web.archive.org\/web\/20220114014904\/https:\/\/www.bbc.co.uk\/programmes"},{"@type":"ListItem","position":2,"name":"Culture in Quarantine","item":"https:\/\/web.archive.org\/web\/20220114014904\/https:\/\/www.bbc.co.uk\/programmes\/p088hhjd"},{"@type":"ListItem","position":3,"name":"How To Thrive In 2050!","item":"https:\/\/web.archive.org\/web\/20220114014904\/https:\/\/www.bbc.co.uk\/programmes\/p09sgyjy"}],"@context":"https:\/\/web.archive.org\/web\/20220114014904\/https:\/\/schema.org"} </script> <script type="application/ld+json"> {"@type":"TVEpisode","identifier":"p09sgyjy","episodeNumber":11,"description":"A call for action for a creative, equitable and \u2018neuro-fantastic\u2019 future by an octopussy.","datePublished":"2021-09-02","image":"https:\/\/web.archive.org\/web\/20220114014904\/https:\/\/ichef.bbci.co.uk\/images\/ic\/480xn\/p09sgymw.jpg","name":"How To Thrive In 2050!","url":"https:\/\/web.archive.org\/web\/20220114014904\/https:\/\/www.bbc.co.uk\/programmes\/p09sgyjy","partOfSeries":{"@type":"TVSeries","image":"https:\/\/web.archive.org\/web\/20220114014904\/https:\/\/ichef.bbci.co.uk\/images\/ic\/480xn\/p08fxw0r.jpg","description":"Bringing arts and culture into your home","identifier":"p088hhjd","name":"Culture in Quarantine","url":"https:\/\/web.archive.org\/web\/20220114014904\/https:\/\/www.bbc.co.uk\/programmes\/p088hhjd"},"publication":{"@type":"OnDemandEvent","publishedOn":{"@type":"BroadcastService","broadcaster":{"@type":"Organization","legalName":"British Broadcasting Corporation","logo":{"@type":"ImageObject","url":"https:\/\/web.archive.org\/web\/20220114014904\/https:\/\/ichef.bbci.co.uk\/images\/ic\/1200x675\/p01tqv8z.png"},"name":"BBC","url":"https:\/\/web.archive.org\/web\/20220114014904\/https:\/\/www.bbc.co.uk\/"},"name":"BBC iPlayer","url":"https:\/\/web.archive.org\/web\/20220114014904\/https:\/\/www.bbc.co.uk\/iplayer"},"duration":"PT848S","url":"https:\/\/web.archive.org\/web\/20220114014904\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p09sgyjy","startDate":"2021-09-02T07:00:00+00:00","endDate":"2022-09-02T07:00:00+00:00"},"@context":"https:\/\/web.archive.org\/web\/20220114014904\/https:\/\/schema.org"} </script> <svg xmlns="http://www.w3.org/2000/svg" class="gelicons-source"><defs><symbol id="gelicon--audio-visual--iplayer" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 32 32"><path d="M11 0H3v8h8V4.7L24 16 11 27.3V12H3v20h8l18-16L11 0z"/></symbol><symbol id="gelicon--core--duration" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 32 32"><path d="M17 15.4V6h-2v10.6l8.8 5.1 1-1.8-7.8-4.5z"/><path d="M16 4A12 12 0 1 1 4 16 12 12 0 0 1 16 4m0-4a16 16 0 1 0 16 16A16 16 0 0 0 16 0z"/></symbol><symbol id="gelicon--media--collection" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 32 32"><path d="M4 26h22V4h2v24H4v-2z"/><path d="M8 32v-2h22V8h2v24H8z"/><path d="M0 24h24V0H0z"/></symbol></defs></svg> </div> </div> <!-- BrandingProjectId: "10806", ThemeVersionId: "16401", NavigationVersionId: "20204". Published on 2022-01-14T01:32:50+00:00 --> </div> <div id="orb-footer" class="orb-footer" dir="ltr"> <div id="navp-orb-footer-promo"></div><aside role="complementary"><div id="orb-aside" class="orb-nav-sec b-r b-g-p"><div class="orb-footer-inner" role="navigation" aria-label="BBC"><h2 class="orb-footer-lead">Explore the BBC</h2><div class="orb-footer-primary-links"><ul><li class="orb-nav-home"><a href="https://web.archive.org/web/20220114014904/https://www.bbc.co.uk/">Home</a></li><li class="orb-nav-news"><a href="https://web.archive.org/web/20220114014904/https://www.bbc.co.uk/news">News</a></li><li class="orb-nav-sport"><a href="https://web.archive.org/web/20220114014904/https://www.bbc.co.uk/sport">Sport</a></li><li class="orb-nav-weather"><a href="https://web.archive.org/web/20220114014904/https://www.bbc.co.uk/weather">Weather</a></li><li class="orb-nav-iplayer"><a href="https://web.archive.org/web/20220114014904/https://www.bbc.co.uk/iplayer">iPlayer</a></li><li class="orb-nav-sounds"><a href="https://web.archive.org/web/20220114014904/https://www.bbc.co.uk/sounds">Sounds</a></li><li class="orb-nav-cbbc"><a href="https://web.archive.org/web/20220114014904/https://www.bbc.co.uk/cbbc">CBBC</a></li><li class="orb-nav-cbeebies"><a href="https://web.archive.org/web/20220114014904/https://www.bbc.co.uk/cbeebies">CBeebies</a></li><li class="orb-nav-food"><a href="https://web.archive.org/web/20220114014904/https://www.bbc.co.uk/food">Food</a></li><li class="orb-nav-bitesize"><a href="https://web.archive.org/web/20220114014904/https://www.bbc.co.uk/bitesize">Bitesize</a></li><li class="orb-nav-arts"><a href="https://web.archive.org/web/20220114014904/https://www.bbc.co.uk/arts">Arts</a></li><li class="orb-nav-taster"><a href="https://web.archive.org/web/20220114014904/https://www.bbc.co.uk/taster">Taster</a></li><li class="orb-nav-local"><a href="https://web.archive.org/web/20220114014904/https://www.bbc.co.uk/news/localnews">Local</a></li><li class="orb-nav-three"><a href="https://web.archive.org/web/20220114014904/https://www.bbc.co.uk/bbcthree">Three</a></li></ul></div></div></div></aside><footer role="contentinfo"><div id="orb-contentinfo" class="orb-nav-sec b-r b-g-p"><script>window.orb = window.orb || {}; window.orb.worldwideFooterlinks = '<li class="orb-footer-ads"><a href="https://web.archive.org/web/20220114014904/https://www.bbcglobalnews.com/">Advertise with us<' + '/a><' + '/li><li class="orb-footer-adchoices"><a href="https://web.archive.org/web/20220114014904/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/20220114014904/https://www.bbc.co.uk/usingthebbc/terms/">Terms of Use</a></li><li class="orb-footer-about"><a href="https://web.archive.org/web/20220114014904/https://www.bbc.co.uk/aboutthebbc">About the BBC</a></li><li class="orb-footer-privacy"><a href="https://web.archive.org/web/20220114014904/https://www.bbc.co.uk/usingthebbc/privacy/">Privacy Policy</a></li><li class="orb-footer-cookies"><a href="https://web.archive.org/web/20220114014904/https://www.bbc.co.uk/usingthebbc/cookies/">Cookies</a></li><li class="orb-footer-accessibility"><a href="https://web.archive.org/web/20220114014904/https://www.bbc.co.uk/accessibility/">Accessibility Help</a></li><li class="orb-footer-parental"><a href="https://web.archive.org/web/20220114014904/https://www.bbc.co.uk/guidance">Parental Guidance</a></li><li class="orb-footer-contact"><a href="https://web.archive.org/web/20220114014904/https://www.bbc.co.uk/contact">Contact the BBC</a></li><li class="orb-footer-newsletter"><a href="https://web.archive.org/web/20220114014904/https://www.bbc.co.uk/bbcnewsletter">Get Personalised Newsletters</a></li></ul><small><em class="orb-hilight">Copyright © 2022 BBC.</em> The BBC is not responsible for the content of external sites. <span class="orb-footer-links"><a href="https://web.archive.org/web/20220114014904/https://www.bbc.co.uk/editorialguidelines/guidance/feeds-and-links" class="orb-hilight">Read about our approach to external linking.</a></span></small></div></div></div></footer></div><script type="importmap">{"imports":{"orbit-drawer":"https://web.archive.org/web/20220114014904/https://static.files.bbci.co.uk/orbit/8161b75793cc3c38d814e1a4a19a2f6a/js/drawer-api.bundle.js","bbccookies":"https://web.archive.org/web/20220114014904/https://static.files.bbci.co.uk/cookies/6868f40b6841deedfcf9895de775e1ab/cookie-banner/cookie-library.module.js"}}</script><script type="text/javascript" src="https://web.archive.org/web/20220114014904js_/https://static.files.bbci.co.uk/orbit/8161b75793cc3c38d814e1a4a19a2f6a/js/redirect.bundle.js" async=""></script><script type="text/javascript" src="https://web.archive.org/web/20220114014904js_/https://static.files.bbci.co.uk/orbit/8161b75793cc3c38d814e1a4a19a2f6a/js/performance.bundle.js" data-release="3.0.0-1788.34618479" data-ux="orb" data-reqjs="" async=""></script><script id="orb-js-script" data-assetpath="https://static.files.bbci.co.uk/orbit/8161b75793cc3c38d814e1a4a19a2f6a/" src="https://web.archive.org/web/20220114014904js_/https://static.files.bbci.co.uk/orbit/8161b75793cc3c38d814e1a4a19a2f6a/js/orb.min.js"></script><script type="module" src="https://web.archive.org/web/20220114014904jm_/https://static.files.bbci.co.uk/orbit/8161b75793cc3c38d814e1a4a19a2f6a/js/orbit.js" async=""></script><script nomodule="" type="text/javascript" src="https://web.archive.org/web/20220114014904js_/https://static.files.bbci.co.uk/orbit/8161b75793cc3c38d814e1a4a19a2f6a/js/legacyOrbit.js" async=""></script> <script type="text/javascript">/*<![CDATA[*/ require(['orb/nav'], function(nav) { window.bbcuser.isUKCombined().then(function(isUK) { if (isUK) { nav.loadJs('https://web.archive.org/web/20220114014904/https://static.files.bbci.co.uk/orbit/8161b75793cc3c38d814e1a4a19a2f6a/js/edr.min.js'); } }); }); /*]]>*/</script> <script type="text/javascript">require.config({ paths: { "mybbc/templates": '//web.archive.org/web/20220114014904/https://mybbc.files.bbci.co.uk/notification-ui/4.3.7/templates', "mybbc/notifications": '//web.archive.org/web/20220114014904/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/20220114014904/https://mybbc.files.bbci.co.uk/notification-ui/4.3.7/css/main.min.css').then(function() { NotificationsMain.run(idcta, '//web.archive.org/web/20220114014904/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/20220114014904/https://nav.files.bbci.co.uk/searchbox/c341e7d71d358d3bff8caf11581ee18e//js/old-search-suggest.js'; script.async = true; script.setAttribute('data-static-prefix', 'https://web.archive.org/web/20220114014904/https://nav.files.bbci.co.uk/searchbox/c341e7d71d358d3bff8caf11581ee18e/'); script.setAttribute('data-variant', 'default'); document.head.appendChild(script); } else { import('https://web.archive.org/web/20220114014904/https://nav.files.bbci.co.uk/searchbox/c341e7d71d358d3bff8caf11581ee18e//js/search-suggest.js').then(drawer => { drawer.setupSearchDrawer({ searchboxAppStaticPrefix: 'https://web.archive.org/web/20220114014904/https://nav.files.bbci.co.uk/searchbox/c341e7d71d358d3bff8caf11581ee18e/', variant: 'default', }); }); } } }); }</script> <script type="text/javascript" src="https://web.archive.org/web/20220114014904js_/https://nav.files.bbci.co.uk/navpromo/34f98a4c8573fabed16dc8acea28feb8/js/footerpromo.js" data-base="https://navpromo.api.bbci.co.uk" data-variant="" async=""></script> <script type="text/javascript">window.COOKIES_STATIC_HOST="https://web.archive.org/web/20220114014904/https://static.files.bbci.co.uk/cookies/6868f40b6841deedfcf9895de775e1ab/cookie-banner/cookie-prompt/"</script><script src="https://web.archive.org/web/20220114014904js_/https://static.files.bbci.co.uk/cookies/6868f40b6841deedfcf9895de775e1ab/cookie-banner/cookie-banners.bundle.js" async=""></script> <script src="https://web.archive.org/web/20220114014904js_/https://nav.files.bbci.co.uk//user-activity-helper/a8196ecdef2d10b40b1afc53b833773a/js/detectview.bundle.js" async=""></script><script type="text/javascript">"use strict";window.__reverb.__reverbLoadedPromise.then(function(e){return e.initialise().then(function(){return e.viewEvent()})},function(){console.log("Failed to load reverb. No event sent")});</script><noscript><img src="https://web.archive.org/web/20220114014904im_/https://sb.scorecardresearch.com/p?c1=2&c2=17986528&cs_ucfr=0&cv=2.0&cj=1"></noscript> <!-- Programmes Version: 1557 --> </body> </html> <!-- FILE ARCHIVED ON 01:49:04 Jan 14, 2022 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 21:38:42 Nov 29, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.65 exclusion.robots: 0.03 exclusion.robots.policy: 0.018 esindex: 0.013 cdx.remote: 21.019 LoadShardBlock: 137.502 (3) PetaboxLoader3.datanode: 133.682 (4) load_resource: 3378.563 PetaboxLoader3.resolve: 3319.391 -->