CINXE.COM

Politicshome.com | Breaking politics and political news for Westminster and the UK

<!doctype html> <html lang="en" class="no-js"> <head><!-- InMobi Choice. Consent Manager Tag v3.0 (for TCF 2.2) --> <script type="text/javascript" async=true> (function() { var host = window.location.hostname; var element = document.createElement('script'); var firstScript = document.getElementsByTagName('script')[0]; var url = 'https://cmp.inmobi.com' .concat('/choice/', '1C3fJ9awG115y', '/', host, '/choice.js?tag_version=V3'); var uspTries = 0; var uspTriesLimit = 3; element.async = true; element.type = 'text/javascript'; element.src = url; firstScript.parentNode.insertBefore(element, firstScript); function makeStub() { var TCF_LOCATOR_NAME = '__tcfapiLocator'; var queue = []; var win = window; var cmpFrame; function addFrame() { var doc = win.document; var otherCMP = !!(win.frames[TCF_LOCATOR_NAME]); if (!otherCMP) { if (doc.body) { var iframe = doc.createElement('iframe'); iframe.style.cssText = 'display:none'; iframe.name = TCF_LOCATOR_NAME; doc.body.appendChild(iframe); } else { setTimeout(addFrame, 5); } } return !otherCMP; } function tcfAPIHandler() { var gdprApplies; var args = arguments; if (!args.length) { return queue; } else if (args[0] === 'setGdprApplies') { if ( args.length > 3 && args[2] === 2 && typeof args[3] === 'boolean' ) { gdprApplies = args[3]; if (typeof args[2] === 'function') { args[2]('set', true); } } } else if (args[0] === 'ping') { var retr = { gdprApplies: gdprApplies, cmpLoaded: false, cmpStatus: 'stub' }; if (typeof args[2] === 'function') { args[2](retr); } } else { if(args[0] === 'init' && typeof args[3] === 'object') { args[3] = Object.assign(args[3], { tag_version: 'V3' }); } queue.push(args); } } function postMessageEventHandler(event) { var msgIsString = typeof event.data === 'string'; var json = {}; try { if (msgIsString) { json = JSON.parse(event.data); } else { json = event.data; } } catch (ignore) {} var payload = json.__tcfapiCall; if (payload) { window.__tcfapi( payload.command, payload.version, function(retValue, success) { var returnMsg = { __tcfapiReturn: { returnValue: retValue, success: success, callId: payload.callId } }; if (msgIsString) { returnMsg = JSON.stringify(returnMsg); } if (event && event.source && event.source.postMessage) { event.source.postMessage(returnMsg, '*'); } }, payload.parameter ); } } while (win) { try { if (win.frames[TCF_LOCATOR_NAME]) { cmpFrame = win; break; } } catch (ignore) {} if (win === window.top) { break; } win = win.parent; } if (!cmpFrame) { addFrame(); win.__tcfapi = tcfAPIHandler; win.addEventListener('message', postMessageEventHandler, false); } }; makeStub(); function makeGppStub() { const CMP_ID = 10; const SUPPORTED_APIS = [ '2:tcfeuv2', '6:uspv1', '7:usnatv1', '8:usca', '9:usvav1', '10:uscov1', '11:usutv1', '12:usctv1' ]; window.__gpp_addFrame = function (n) { if (!window.frames[n]) { if (document.body) { var i = document.createElement("iframe"); i.style.cssText = "display:none"; i.name = n; document.body.appendChild(i); } else { window.setTimeout(window.__gpp_addFrame, 10, n); } } }; window.__gpp_stub = function () { var b = arguments; __gpp.queue = __gpp.queue || []; __gpp.events = __gpp.events || []; if (!b.length || (b.length == 1 && b[0] == "queue")) { return __gpp.queue; } if (b.length == 1 && b[0] == "events") { return __gpp.events; } var cmd = b[0]; var clb = b.length > 1 ? b[1] : null; var par = b.length > 2 ? b[2] : null; if (cmd === "ping") { clb( { gppVersion: "1.1", // must be “Version.Subversion”, current: “1.1” cmpStatus: "stub", // possible values: stub, loading, loaded, error cmpDisplayStatus: "hidden", // possible values: hidden, visible, disabled signalStatus: "not ready", // possible values: not ready, ready supportedAPIs: SUPPORTED_APIS, // list of supported APIs cmpId: CMP_ID, // IAB assigned CMP ID, may be 0 during stub/loading sectionList: [], applicableSections: [-1], gppString: "", parsedSections: {}, }, true ); } else if (cmd === "addEventListener") { if (!("lastId" in __gpp)) { __gpp.lastId = 0; } __gpp.lastId++; var lnr = __gpp.lastId; __gpp.events.push({ id: lnr, callback: clb, parameter: par, }); clb( { eventName: "listenerRegistered", listenerId: lnr, // Registered ID of the listener data: true, // positive signal pingData: { gppVersion: "1.1", // must be “Version.Subversion”, current: “1.1” cmpStatus: "stub", // possible values: stub, loading, loaded, error cmpDisplayStatus: "hidden", // possible values: hidden, visible, disabled signalStatus: "not ready", // possible values: not ready, ready supportedAPIs: SUPPORTED_APIS, // list of supported APIs cmpId: CMP_ID, // list of supported APIs sectionList: [], applicableSections: [-1], gppString: "", parsedSections: {}, }, }, true ); } else if (cmd === "removeEventListener") { var success = false; for (var i = 0; i < __gpp.events.length; i++) { if (__gpp.events[i].id == par) { __gpp.events.splice(i, 1); success = true; break; } } clb( { eventName: "listenerRemoved", listenerId: par, // Registered ID of the listener data: success, // status info pingData: { gppVersion: "1.1", // must be “Version.Subversion”, current: “1.1” cmpStatus: "stub", // possible values: stub, loading, loaded, error cmpDisplayStatus: "hidden", // possible values: hidden, visible, disabled signalStatus: "not ready", // possible values: not ready, ready supportedAPIs: SUPPORTED_APIS, // list of supported APIs cmpId: CMP_ID, // CMP ID sectionList: [], applicableSections: [-1], gppString: "", parsedSections: {}, }, }, true ); } else if (cmd === "hasSection") { clb(false, true); } else if (cmd === "getSection" || cmd === "getField") { clb(null, true); } //queue all other commands else { __gpp.queue.push([].slice.apply(b)); } }; window.__gpp_msghandler = function (event) { var msgIsString = typeof event.data === "string"; try { var json = msgIsString ? JSON.parse(event.data) : event.data; } catch (e) { var json = null; } if (typeof json === "object" && json !== null && "__gppCall" in json) { var i = json.__gppCall; window.__gpp( i.command, function (retValue, success) { var returnMsg = { __gppReturn: { returnValue: retValue, success: success, callId: i.callId, }, }; event.source.postMessage(msgIsString ? JSON.stringify(returnMsg) : returnMsg, "*"); }, "parameter" in i ? i.parameter : null, "version" in i ? i.version : "1.1" ); } }; if (!("__gpp" in window) || typeof window.__gpp !== "function") { window.__gpp = window.__gpp_stub; window.addEventListener("message", window.__gpp_msghandler, false); window.__gpp_addFrame("__gppLocator"); } }; makeGppStub(); var uspStubFunction = function() { var arg = arguments; if (typeof window.__uspapi !== uspStubFunction) { setTimeout(function() { if (typeof window.__uspapi !== 'undefined') { window.__uspapi.apply(window.__uspapi, arg); } }, 500); } }; var checkIfUspIsReady = function() { uspTries++; if (window.__uspapi === uspStubFunction && uspTries < uspTriesLimit) { console.warn('USP is not accessible'); } else { clearInterval(uspInterval); } }; if (typeof window.__uspapi === 'undefined') { window.__uspapi = uspStubFunction; var uspInterval = setInterval(checkIfUspIsReady, 6000); } })(); </script> <!-- End InMobi Choice. Consent Manager Tag v3.0 (for TCF 2.2) --><meta charset="utf-8" /><meta http-equiv="X-UA-Compatible" content="IE=edge" /><meta name="language" content="en" /><meta name="generator" content="Isle Interactive Ltd" /><meta name="designer" content="Isle Interactive Ltd" /><meta name="viewport" content="initial-scale=1.0, width=device-width" /><meta name="format-detection" content="telephone=no" /><meta name="application-name" content="Politics Home" /><meta name="msapplication-TileColor" content="#00a3a6" /><meta name="msapplication-config" content="/_img/_favicons/browserconfig.xml" /><meta name="theme-color" content="#ffffff" /><meta name="msvalidate.01" content="5DB9482504A0A33AC4ADD47C27D0A9A6" /><meta name="facebook-domain-verification" content="sqchx5zsgx9bqaexjh0kg611jb4qar" /> <meta name="robots" content="noindex,follow" /> <meta name="revisit-after" content="14 days" /><link rel="stylesheet" media="screen" href="https://res.cloudinary.com/dyw8mv3b0/raw/upload/css/core-v8.min.css" /><link rel="stylesheet" media="screen" href="https://res.cloudinary.com/dyw8mv3b0/raw/upload/css/layout-v24.min.css" /> <!--link rel="stylesheet" href="/_styles/layout-v12.css?v8" media="screen" /--> <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700&amp;display=swap" rel="stylesheet" /><link rel="shortcut icon" href="/favicon.ico" /><link rel="icon" type="image/png" sizes="32x32" href="https://res.cloudinary.com/dyw8mv3b0/image/upload/img/_favicons/favicon-32x32.png" /><link rel="icon" type="image/png" sizes="16x16" href="https://res.cloudinary.com/dyw8mv3b0/image/upload/img/_favicons/favicon-16x16.png" /><link rel="apple-touch-icon" sizes="180x180" href="https://res.cloudinary.com/dyw8mv3b0/image/upload/img/_favicons/apple-touch-icon.png" /><link rel="manifest" href="/_img/_favicons/manifest.json" /><link rel="mask-icon" color="#00a3a6" href="https://res.cloudinary.com/dyw8mv3b0/image/upload/img/_favicons/safari-pinned-tab.svg" /> <script src="//ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script> <script>!window.jQuery && document.write('<script src="/_scripts/jquery.js"><\/script>')</script> <script src="https://res.cloudinary.com/dyw8mv3b0/raw/upload/js/modernizr.min.js?v1"></script> <script src="/_scripts/core-v7.js?v1"></script> <script src="https://res.cloudinary.com/dyw8mv3b0/raw/upload/js/plugins.min.js?1e"></script> <!-- THEMES --> <!-- ADVERTISING - START --> <script async src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script> <script> window.googletag = window.googletag || {cmd: []}; </script> <script> // define variables to hold gpt slot objects var gptSlots = []; var slot1,slot2,slot3,slot4,slot5,slot6; googletag.cmd.push(function() { headerMapping = googletag.sizeMapping(). addSize([0, 0], [1, 1]). addSize([320, 0], [[320, 50], [320, 100]]). addSize([801, 0], [[468, 60], [728, 90]]). addSize([1201, 0], [[970, 90], [970, 250], [728, 90]]). build(); fullwidthMapping = googletag.sizeMapping(). addSize([0, 0], [1, 1]). addSize([300, 0], [300, 250]). addSize([801, 0], [[468, 60], [728, 90]]). addSize([1201, 0], [[970, 90], [970, 250], [728, 90]]). build(); mpuMapping = googletag.sizeMapping(). addSize([1081, 0], [300, 250]). build(); skinMapping = googletag.sizeMapping(). addSize([1201, 0], [1, 1]). build(); slot1 = googletag.defineSlot('/1048162/ph/homepage_header', [[320, 50], [970, 250], [970, 90], [320, 100], [1, 1], [728, 90]], 'div-gpt-ad-1608230069715-0').defineSizeMapping(headerMapping).setTargeting('lazyload').addService(googletag.pubads()); slot2 = googletag.defineSlot('/1048162/ph/homepage_mid', [[970, 250], [970, 90], [728, 90], [300, 250]], 'div-gpt-ad-1608230069715-1').defineSizeMapping(fullwidthMapping).setTargeting('lazyload').addService(googletag.pubads()); slot3 = googletag.defineSlot('/1048162/ph/homepage_bot', [[970, 250], [970, 90], [728, 90], [300, 250]], 'div-gpt-ad-1608230069715-2').defineSizeMapping(fullwidthMapping).setTargeting('lazyload').addService(googletag.pubads()); slot4 = googletag.defineSlot('/1048162/ph/homepage_mpu', [300, 250], 'div-gpt-ad-1608230069715-3').defineSizeMapping(mpuMapping).setTargeting('lazyload').addService(googletag.pubads()); slot5 = googletag.defineSlot('/1048162/ph/homepage_mpu_bot', [300, 250], 'div-gpt-ad-1608230069715-4').defineSizeMapping(mpuMapping).setTargeting('lazyload').addService(googletag.pubads()); slot6 = googletag.defineSlot('/1048162/ph/homepage_skin', [1, 1], 'div-gpt-ad-1608230069715-5').defineSizeMapping(skinMapping).setTargeting('lazyload').addService(googletag.pubads()); googletag.defineSlot('/1048162/ph/homepage_pixel-1', [1, 1], 'div-gpt-ad-1608230069715-6').setTargeting('lazyload').addService(googletag.pubads()); googletag.defineSlot('/1048162/ph/homepage_pixel-2', [1, 1], 'div-gpt-ad-1608230069715-7').setTargeting('lazyload').addService(googletag.pubads()); googletag.pubads().disableInitialLoad(); googletag.pubads().enableSingleRequest(); googletag.pubads().collapseEmptyDivs(); googletag.pubads().enableLazyLoad({ fetchMarginPercent: 200, renderMarginPercent: 100, mobileScaling: 2.0 }); googletag.enableServices();googletag.pubads().setTargeting("environment","production");gptSlots.push(slot1, slot2, slot3, slot4, slot5, slot6); }); </script> <!-- ADVERTISING - END --> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-4050390-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-4050390-1'); </script> <script>(function(i,s,o,g,r,a,m){i["GoogleAnalyticsObject"]=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,"script","//www.google-analytics.com/analytics.js","ga");ga("create", "UA-4050390-1", {"cookieDomain":"auto"});ga("require", "linkid", "linkid.js");ga("require", "displayfeatures");ga("set", "dimension14", "3ce4059e-a785-4358-9f33-210aaaa19f86");</script> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-KSBMMTW');</script> <!-- End Google Tag Manager --> <script type="text/javascript"> var _elqQ = _elqQ || []; _elqQ.push(['elqSetSiteId', '1690315']); _elqQ.push(['elqTrackPageView']); (function () { function async_load() { var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = '//img06.en25.com/i/elqCfg.min.js'; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); } if (window.addEventListener) window.addEventListener('DOMContentLoaded', async_load, false); else if (window.attachEvent) window.attachEvent('onload', async_load); })(); </script> <!-- Poool Tracking --> <script id="poool-engage" src="https://assets.poool.fr/engage.min.js" async></script> <script> const script = document.getElementById('poool-engage'); script.addEventListener('load', function() { Engage.init('B7H7E-5SALK-J1YCN-ZNZ63') .autoCreate(); }); </script> <!-- Poool Tracking End--> <!--Pushly Code--> <script src="https://cdn.p-n.io/pushly-sdk.min.js?domain_key=JDE9z69aMjaS3m7SoHbuqrOoyOZ53fpAFjvC" async></script> <script> window.PushlySDK = window.PushlySDK || []; function pushly() { window.PushlySDK.push(arguments) } pushly('load', { domainKey: 'JDE9z69aMjaS3m7SoHbuqrOoyOZ53fpAFjvC', sw: '/assets/pushly/pushly-sdk-worker.js' }); </script> <!--Pushly Code End--> <link rel="canonical" href="https://www.politicshome.com/" /> <meta property="og:site_name" content="Politics Home" /> <meta property="og:locale" content="en_GB" /> <meta property="og:title" content="Politicshome.com | Breaking politics and political news for Westminster and the UK" /> <meta property="og:description" content="All the latest political news, opinion, interviews and analysis from Westminster, Whitehall and beyond" /> <meta property="og:url" content="https://www.politicshome.com/" /> <meta property="og:image" content="https://res.cloudinary.com/dyw8mv3b0/image/upload/img/share.jpg" /> <meta property="og:image:type" content="image/jpeg" /> <meta property="og:type" content="website" /> <meta name="Keywords" content="Homepage" /><meta name="Description" content="All the latest political news, opinion, interviews and analysis from Westminster, Whitehall and beyond" /><title> Politicshome.com | Breaking politics and political news for Westminster and the UK </title></head> <body id="homePage"> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KSBMMTW" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <form method="post" action="/?news_pg=2" id="form1"> <div class="aspNetHidden"> <input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" /> <input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" /> <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwULLTE5Njg1MzgzMTcPZBYCZg9kFgRmD2QWFAIODxYCHgdWaXNpYmxlaGQCEA8WAh8AZ2QCEg8WAh4EaHJlZgVDaHR0cHM6Ly9yZXMuY2xvdWRpbmFyeS5jb20vZHl3OG12M2IwL3Jhdy91cGxvYWQvY3NzL2NvcmUtdjgubWluLmNzc2QCEw8WAh8BBUZodHRwczovL3Jlcy5jbG91ZGluYXJ5LmNvbS9keXc4bXYzYjAvcmF3L3VwbG9hZC9jc3MvbGF5b3V0LXYyNC5taW4uY3NzZAIXDxYCHwEFUWh0dHBzOi8vcmVzLmNsb3VkaW5hcnkuY29tL2R5dzhtdjNiMC9pbWFnZS91cGxvYWQvaW1nL19mYXZpY29ucy9mYXZpY29uLTMyeDMyLnBuZ2QCGA8WAh8BBVFodHRwczovL3Jlcy5jbG91ZGluYXJ5LmNvbS9keXc4bXYzYjAvaW1hZ2UvdXBsb2FkL2ltZy9fZmF2aWNvbnMvZmF2aWNvbi0xNngxNi5wbmdkAhkPFgIfAQVUaHR0cHM6Ly9yZXMuY2xvdWRpbmFyeS5jb20vZHl3OG12M2IwL2ltYWdlL3VwbG9hZC9pbWcvX2Zhdmljb25zL2FwcGxlLXRvdWNoLWljb24ucG5nZAIbDxYCHwEFVWh0dHBzOi8vcmVzLmNsb3VkaW5hcnkuY29tL2R5dzhtdjNiMC9pbWFnZS91cGxvYWQvaW1nL19mYXZpY29ucy9zYWZhcmktcGlubmVkLXRhYi5zdmdkAhwPFQIzaHR0cHM6Ly9yZXMuY2xvdWRpbmFyeS5jb20vZHl3OG12M2IwL3Jhdy91cGxvYWQvanMvM2h0dHBzOi8vcmVzLmNsb3VkaW5hcnkuY29tL2R5dzhtdjNiMC9yYXcvdXBsb2FkL2pzL2QCHg9kFgQCAQ8WAh4EVGV4dAWlFSAgdmFyIHNsb3QxLHNsb3QyLHNsb3QzLHNsb3Q0LHNsb3Q1LHNsb3Q2OwogIGdvb2dsZXRhZy5jbWQucHVzaChmdW5jdGlvbigpIHsKCiAgICAgICAgaGVhZGVyTWFwcGluZyA9IGdvb2dsZXRhZy5zaXplTWFwcGluZygpLgogIAkJCWFkZFNpemUoWzAsIDBdLCBbMSwgMV0pLgogIAkJCWFkZFNpemUoWzMyMCwgMF0sIFtbMzIwLCA1MF0sIFszMjAsIDEwMF1dKS4KICAJCQlhZGRTaXplKFs4MDEsIDBdLCBbWzQ2OCwgNjBdLCBbNzI4LCA5MF1dKS4KICAJCQlhZGRTaXplKFsxMjAxLCAwXSwgW1s5NzAsIDkwXSwgWzk3MCwgMjUwXSwgWzcyOCwgOTBdXSkuCiAgCQkJYnVpbGQoKTsKCiAgICAgICAgZnVsbHdpZHRoTWFwcGluZyA9IGdvb2dsZXRhZy5zaXplTWFwcGluZygpLgogIAkJCWFkZFNpemUoWzAsIDBdLCBbMSwgMV0pLgogIAkJCWFkZFNpemUoWzMwMCwgMF0sIFszMDAsIDI1MF0pLgogIAkJCWFkZFNpemUoWzgwMSwgMF0sIFtbNDY4LCA2MF0sIFs3MjgsIDkwXV0pLgogIAkJCWFkZFNpemUoWzEyMDEsIDBdLCBbWzk3MCwgOTBdLCBbOTcwLCAyNTBdLCBbNzI4LCA5MF1dKS4KICAJCQlidWlsZCgpOwoKICAgICAgICBtcHVNYXBwaW5nID0gZ29vZ2xldGFnLnNpemVNYXBwaW5nKCkuCQkKCQkJYWRkU2l6ZShbMTA4MSwgMF0sIFszMDAsIDI1MF0pLgogIAkJCWJ1aWxkKCk7CgogICAgICAgIHNraW5NYXBwaW5nID0gZ29vZ2xldGFnLnNpemVNYXBwaW5nKCkuCiAgCQkJYWRkU2l6ZShbMTIwMSwgMF0sIFsxLCAxXSkuCiAgCQkJYnVpbGQoKTsKCiAgICBzbG90MSA9IGdvb2dsZXRhZy5kZWZpbmVTbG90KCcvMTA0ODE2Mi9waC9ob21lcGFnZV9oZWFkZXInLCBbWzMyMCwgNTBdLCBbOTcwLCAyNTBdLCBbOTcwLCA5MF0sIFszMjAsIDEwMF0sIFsxLCAxXSwgWzcyOCwgOTBdXSwgJ2Rpdi1ncHQtYWQtMTYwODIzMDA2OTcxNS0wJykuZGVmaW5lU2l6ZU1hcHBpbmcoaGVhZGVyTWFwcGluZykuc2V0VGFyZ2V0aW5nKCdsYXp5bG9hZCcpLmFkZFNlcnZpY2UoZ29vZ2xldGFnLnB1YmFkcygpKTsKICAgIHNsb3QyID0gZ29vZ2xldGFnLmRlZmluZVNsb3QoJy8xMDQ4MTYyL3BoL2hvbWVwYWdlX21pZCcsIFtbOTcwLCAyNTBdLCBbOTcwLCA5MF0sIFs3MjgsIDkwXSwgWzMwMCwgMjUwXV0sICdkaXYtZ3B0LWFkLTE2MDgyMzAwNjk3MTUtMScpLmRlZmluZVNpemVNYXBwaW5nKGZ1bGx3aWR0aE1hcHBpbmcpLnNldFRhcmdldGluZygnbGF6eWxvYWQnKS5hZGRTZXJ2aWNlKGdvb2dsZXRhZy5wdWJhZHMoKSk7CiAgICBzbG90MyA9IGdvb2dsZXRhZy5kZWZpbmVTbG90KCcvMTA0ODE2Mi9waC9ob21lcGFnZV9ib3QnLCBbWzk3MCwgMjUwXSwgWzk3MCwgOTBdLCBbNzI4LCA5MF0sIFszMDAsIDI1MF1dLCAnZGl2LWdwdC1hZC0xNjA4MjMwMDY5NzE1LTInKS5kZWZpbmVTaXplTWFwcGluZyhmdWxsd2lkdGhNYXBwaW5nKS5zZXRUYXJnZXRpbmcoJ2xhenlsb2FkJykuYWRkU2VydmljZShnb29nbGV0YWcucHViYWRzKCkpOwogICAgc2xvdDQgPSBnb29nbGV0YWcuZGVmaW5lU2xvdCgnLzEwNDgxNjIvcGgvaG9tZXBhZ2VfbXB1JywgWzMwMCwgMjUwXSwgJ2Rpdi1ncHQtYWQtMTYwODIzMDA2OTcxNS0zJykuZGVmaW5lU2l6ZU1hcHBpbmcobXB1TWFwcGluZykuc2V0VGFyZ2V0aW5nKCdsYXp5bG9hZCcpLmFkZFNlcnZpY2UoZ29vZ2xldGFnLnB1YmFkcygpKTsKICAgIHNsb3Q1ID0gZ29vZ2xldGFnLmRlZmluZVNsb3QoJy8xMDQ4MTYyL3BoL2hvbWVwYWdlX21wdV9ib3QnLCBbMzAwLCAyNTBdLCAnZGl2LWdwdC1hZC0xNjA4MjMwMDY5NzE1LTQnKS5kZWZpbmVTaXplTWFwcGluZyhtcHVNYXBwaW5nKS5zZXRUYXJnZXRpbmcoJ2xhenlsb2FkJykuYWRkU2VydmljZShnb29nbGV0YWcucHViYWRzKCkpOwogICAgc2xvdDYgPSBnb29nbGV0YWcuZGVmaW5lU2xvdCgnLzEwNDgxNjIvcGgvaG9tZXBhZ2Vfc2tpbicsIFsxLCAxXSwgJ2Rpdi1ncHQtYWQtMTYwODIzMDA2OTcxNS01JykuZGVmaW5lU2l6ZU1hcHBpbmcoc2tpbk1hcHBpbmcpLnNldFRhcmdldGluZygnbGF6eWxvYWQnKS5hZGRTZXJ2aWNlKGdvb2dsZXRhZy5wdWJhZHMoKSk7CiAgICBnb29nbGV0YWcuZGVmaW5lU2xvdCgnLzEwNDgxNjIvcGgvaG9tZXBhZ2VfcGl4ZWwtMScsIFsxLCAxXSwgJ2Rpdi1ncHQtYWQtMTYwODIzMDA2OTcxNS02Jykuc2V0VGFyZ2V0aW5nKCdsYXp5bG9hZCcpLmFkZFNlcnZpY2UoZ29vZ2xldGFnLnB1YmFkcygpKTsKICAgIGdvb2dsZXRhZy5kZWZpbmVTbG90KCcvMTA0ODE2Mi9waC9ob21lcGFnZV9waXhlbC0yJywgWzEsIDFdLCAnZGl2LWdwdC1hZC0xNjA4MjMwMDY5NzE1LTcnKS5zZXRUYXJnZXRpbmcoJ2xhenlsb2FkJykuYWRkU2VydmljZShnb29nbGV0YWcucHViYWRzKCkpOwogICAgZ29vZ2xldGFnLnB1YmFkcygpLmRpc2FibGVJbml0aWFsTG9hZCgpOwogICAgZ29vZ2xldGFnLnB1YmFkcygpLmVuYWJsZVNpbmdsZVJlcXVlc3QoKTsKICAgIGdvb2dsZXRhZy5wdWJhZHMoKS5jb2xsYXBzZUVtcHR5RGl2cygpOwogICAgZ29vZ2xldGFnLnB1YmFkcygpLmVuYWJsZUxhenlMb2FkKHsKICAgICAgICBmZXRjaE1hcmdpblBlcmNlbnQ6IDIwMCwKICAgICAgICByZW5kZXJNYXJnaW5QZXJjZW50OiAxMDAsCiAgICAgICAgbW9iaWxlU2NhbGluZzogMi4wCiAgICB9KTsKCiAgICBnb29nbGV0YWcuZW5hYmxlU2VydmljZXMoKTtnb29nbGV0YWcucHViYWRzKCkuc2V0VGFyZ2V0aW5nKCJlbnZpcm9ubWVudCIsInByb2R1Y3Rpb24iKTtkAgIPFgIfAgU4Z3B0U2xvdHMucHVzaChzbG90MSwgc2xvdDIsIHNsb3QzLCBzbG90NCwgc2xvdDUsIHNsb3Q2KTtkAgIQZGQWBgIBD2QWAmYPZBYMAgEPZBYCAgEPFgIfAgXZATwhLS0gLzEwNDgxNjIvcGgvaG9tZXBhZ2VfaGVhZGVyIC0tPgo8ZGl2IGlkPSdkaXYtZ3B0LWFkLTE2MDgyMzAwNjk3MTUtMCcgY2xhc3M9InBoLWFkIj4KICA8c2NyaXB0PiAKICAgZ29vZ2xldGFnLmNtZC5wdXNoKGZ1bmN0aW9uKCkgewogICAgICBnb29nbGV0YWcuZGlzcGxheSgnZGl2LWdwdC1hZC0xNjA4MjMwMDY5NzE1LTAnKTsKICAgIH0pOwogIDwvc2NyaXB0Pgo8L2Rpdj5kAgIPFgIfAgVKDQogICAgICAgICAgICA8YSBocmVmPSIvIiBjbGFzcz0ibG9nbyBoaWRlVGV4dCI+UG9saXRpY3NIb21lPC9hPg0KICAgICAgICBkAgQPFgIfAgWKIzx1bD48bGkgY2xhc3M9ImxpT24iPjxhIGhyZWY9Ii8iIGNsYXNzPSJvbiIgdGl0bGU9IlBvbGl0aWNzaG9tZS5jb20gfCBCcmVha2luZyBwb2xpdGljcyBhbmQgcG9saXRpY2FsIG5ld3MgZm9yIFdlc3RtaW5zdGVyIGFuZCB0aGUgVUsiPjxzcGFuPkhvbWU8L3NwYW4+PC9hPjwvbGk+PGxpIGNsYXNzPSJub1N1YiBsaUhhc0NoaWxkcmVuIj48YSBocmVmPSIvbmV3cy5odG0iIHRpdGxlPSJOZXdzIHwgUG9saXRpY3Nob21lLmNvbSI+PHNwYW4+TmV3czwvc3Bhbj48L2E+PHVsPjxsaT48YSBocmVmPSIvbmV3cy9jb3N0LW9mLWxpdmluZy5odG0iIHRpdGxlPSJDb3N0IG9mIExpdmluZyB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkNvc3Qgb2YgTGl2aW5nPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbmV3cy9jb21tdW5pdGllcy5odG0iIHRpdGxlPSJDb21tdW5pdGllcyB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkNvbW11bml0aWVzPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbmV3cy9jdWx0dXJlLmh0bSIgdGl0bGU9IkN1bHR1cmUgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5DdWx0dXJlPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbmV3cy9kZWZlbmNlLmh0bSIgdGl0bGU9IkRlZmVuY2UgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5EZWZlbmNlPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbmV3cy9lY29ub215Lmh0bSIgdGl0bGU9IkVjb25vbXkgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5FY29ub215PC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbmV3cy9lZHVjYXRpb24uaHRtIiB0aXRsZT0iRWR1Y2F0aW9uIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+RWR1Y2F0aW9uPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbmV3cy9lbmVyZ3kuaHRtIiB0aXRsZT0iRW5lcmd5IHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+RW5lcmd5PC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbmV3cy9lbnZpcm9ubWVudC5odG0iIHRpdGxlPSJFbnZpcm9ubWVudCB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkVudmlyb25tZW50PC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbmV3cy9mb3JlaWduLWFmZmFpcnMuaHRtIiB0aXRsZT0iRm9yZWlnbiBBZmZhaXJzIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+Rm9yZWlnbiBBZmZhaXJzPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbmV3cy9oZWFsdGgtY2FyZS5odG0iIHRpdGxlPSJIZWFsdGggJmFtcDsgQ2FyZSB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkhlYWx0aCAmIENhcmU8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9uZXdzL2hvbWUtYWZmYWlycy5odG0iIHRpdGxlPSJIb21lIEFmZmFpcnMgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5Ib21lIEFmZmFpcnM8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9uZXdzL3BvbGl0aWNhbC1wYXJ0aWVzLmh0bSIgdGl0bGU9IlBvbGl0aWNhbCBQYXJ0aWVzIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+UG9saXRpY2FsIFBhcnRpZXM8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9uZXdzL3NvY2lhbC1hZmZhaXJzLmh0bSIgdGl0bGU9IlNvY2lhbCBBZmZhaXJzIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+U29jaWFsIEFmZmFpcnM8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9uZXdzL3RyYW5zcG9ydC5odG0iIHRpdGxlPSJUcmFuc3BvcnQgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5UcmFuc3BvcnQ8L3NwYW4+PC9hPjwvbGk+PC91bD48L2xpPjxsaSBjbGFzcz0ibm9TdWIgbGlIYXNDaGlsZHJlbiI+PGEgaHJlZj0iL3RoZWhvdXNlLmh0bSIgdGl0bGU9IlRoZSBIb3VzZSBMaXZlIHwgUG9saXRpY3Nob21lLmNvbSI+PHNwYW4+VGhlIEhvdXNlIExpdmU8L3NwYW4+PC9hPjx1bD48bGk+PGEgaHJlZj0iL3RoZWhvdXNlL2Fib3V0LXRoZS1ob3VzZS5odG0iIHRpdGxlPSJUaGUgSG91c2UgTWFnYXppbmUgLSA0MCB5ZWFycyBzaGluaW5nIGEgbGlnaHQgb24gZXZlbnRzIGluIFBhcmxpYW1lbnQiPjxzcGFuPlRoZSBIb3VzZSBNYWdhemluZTwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iaHR0cHM6Ly9sb25ncmVhZHMucG9saXRpY3Nob21lLmNvbS8iIHRpdGxlPSJMb25nIHJlYWRzIiB0YXJnZXQ9Il9ibGFuayI+PHNwYW4+TG9uZyBSZWFkczwvc3Bhbj48L2E+PC9saT48bGkgY2xhc3M9ImxpSGFzQ2hpbGRyZW4iPjxhIGhyZWY9Ii90aGVob3VzZS9wYXJ0bmVyLWNvbnRlbnQvd2l3Lmh0bSIgdGl0bGU9IldvbWVuIGluIFdlc3RtaW5zdGVyIj48c3Bhbj5Xb21lbiBpbiBXZXN0bWluc3Rlcjwvc3Bhbj48L2E+PHVsPjxsaT48YSBocmVmPSIvaHViL3dvbWVuLXdlc3RtaW5zdGVyLWNvbnZlcnNhdGlvbiIgdGl0bGU9IkluIENvbnZlcnNhdGlvbiBXaXRoIj48c3Bhbj5JbiBDb252ZXJzYXRpb24gV2l0aDwvc3Bhbj48L2E+PC9saT48L3VsPjwvbGk+PGxpPjxhIGhyZWY9Imh0dHBzOi8vd3d3LnBvbGl0aWNzaG9tZS5jb20vbWVtYmVycy9kaXJlY3RvcnkuaHRtIiB0aXRsZT0iTWVtYmVycyBEaXJlY3RvcnkiPjxzcGFuPk1lbWJlcnMgRGlyZWN0b3J5PC9zcGFuPjwvYT48L2xpPjxsaSBjbGFzcz0ibmF2RGlzYWJsZUNsaWNrIGxpSGFzQ2hpbGRyZW4iPjxhIGhyZWY9Ii90aGVob3VzZS9wYXJ0bmVyLWNvbnRlbnQuaHRtIiB0aXRsZT0iUGFydG5lciBDb250ZW50Ij48c3Bhbj5QYXJ0bmVyIENvbnRlbnQ8L3NwYW4+PC9hPjx1bD48bGk+PGEgaHJlZj0iaHR0cHM6Ly93d3cucG9saXRpY3Nob21lLmNvbS9odWIvdGhlcGF0aHRvbmV0emVybyIgdGl0bGU9IlRoZSBQYXRoIFRvIE5ldCBaZXJvIj48c3Bhbj5UaGUgUGF0aCBUbyBOZXQgWmVybzwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iaHR0cHM6Ly93d3cucG9saXRpY3Nob21lLmNvbS9odWIvZ3JlZW5pbmctbmF0aW9uIiB0aXRsZT0iR3JlZW5pbmcgdGhlIE5hdGlvbiI+PHNwYW4+R3JlZW5pbmcgdGhlIE5hdGlvbjwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL2h1Yi90aGUtaG91c2UtY29ubmVjdGluZy1jb21tdW5pdGllcyIgdGl0bGU9IkNvbm5lY3RpbmcgY29tbXVuaXRpZXMiPjxzcGFuPkNvbm5lY3RpbmcgQ29tbXVuaXRpZXM8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9odWIvZW5naW5lZXJpbmctYS1iZXR0ZXItd29ybGQiIHRpdGxlPSJFbmdpbmVlcmluZyBhIGJldHRlciB3b3JsZCI+PHNwYW4+RW5naW5lZXJpbmcgYSBCZXR0ZXIgV29ybGQ8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9tZW1iZXJzLmh0bSIgdGl0bGU9IkJlY29tZSBhIE1lbWJlciI+PHNwYW4+QmVjb21lIGEgTWVtYmVyPC9zcGFuPjwvYT48L2xpPjwvdWw+PC9saT48L3VsPjwvbGk+PGxpPjxhIGhyZWY9Ii9ldmVudHMuaHRtIiB0aXRsZT0iRXZlbnRzIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+RXZlbnRzPC9zcGFuPjwvYT48L2xpPjxsaSBjbGFzcz0ibmF2RGlzYWJsZUNsaWNrIG5hdk1vYlRvZ2dsZSBsaUhhc0NoaWxkcmVuIj48YSBocmVmPSIvbWVtYmVycy5odG0iIHRpdGxlPSJNZW1iZXJzIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+TWVtYmVyczwvc3Bhbj48L2E+PHVsPjxsaT48YSBocmVmPSIvbWVtYmVycy5odG0iIHRpdGxlPSJNZW1iZXJzIj48c3Bhbj5NZW1iZXJzPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbWVtYmVycy9kaXJlY3RvcnkuaHRtIiB0aXRsZT0iTWVtYmVycyB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPk1lbWJlcnMgRGlyZWN0b3J5PC9zcGFuPjwvYT48L2xpPjwvdWw+PC9saT48bGkgY2xhc3M9Im5hdkRpc2FibGVDbGljayBuYXZNb2JUb2dnbGUgbGlIYXNDaGlsZHJlbiI+PGEgaHJlZj0iL21vcmUuaHRtIiB0aXRsZT0iTW9yZSI+PHNwYW4+TW9yZTwvc3Bhbj48L2E+PHVsPjxsaT48YSBocmVmPSIvbW9yZS9wb2RjYXN0cy5odG0iIHRpdGxlPSJQb2RjYXN0cyB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPlBvZGNhc3RzPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbW9yZS9yc3MtZmVlZHMuaHRtIiB0aXRsZT0iUlNTIEZlZWRzIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+UlNTIEZlZWRzPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbW9yZS9jb250YWN0LXVzLmh0bSIgdGl0bGU9IkNvbnRhY3QgVXMgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5Db250YWN0IFVzPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbW9yZS9hYm91dC1wb2xpdGljc2hvbWUuaHRtIiB0aXRsZT0iQWJvdXQgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5BYm91dCBQb2xpdGljc0hvbWU8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9tb3JlL21hcmtldGluZy1vcHBvcnR1bml0aWVzLmh0bSIgdGl0bGU9Ik1hcmtldGluZyBPcHBvcnR1bml0aWVzIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+TWFya2V0aW5nIE9wcG9ydHVuaXRpZXM8L3NwYW4+PC9hPjwvbGk+PC91bD48L2xpPjwvdWw+ZAIFDxYCHwBnFgICAQ8WAh8CBbINPHVsIGNsYXNzPSJuYXYgbGV2ZWwyIj48bGkgY2xhc3M9IiI+PGEgaHJlZj0iL25ld3MvY29zdC1vZi1saXZpbmcuaHRtIiAgIHRpdGxlPSJDb3N0IG9mIExpdmluZyB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkNvc3Qgb2YgTGl2aW5nPC9zcGFuPjwvYT4NCjwvbGk+PGxpIGNsYXNzPSIiPjxhIGhyZWY9Ii9uZXdzL2NvbW11bml0aWVzLmh0bSIgICB0aXRsZT0iQ29tbXVuaXRpZXMgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5Db21tdW5pdGllczwvc3Bhbj48L2E+DQo8L2xpPjxsaSBjbGFzcz0iIj48YSBocmVmPSIvbmV3cy9jdWx0dXJlLmh0bSIgICB0aXRsZT0iQ3VsdHVyZSB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkN1bHR1cmU8L3NwYW4+PC9hPg0KPC9saT48bGkgY2xhc3M9IiI+PGEgaHJlZj0iL25ld3MvZGVmZW5jZS5odG0iICAgdGl0bGU9IkRlZmVuY2UgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5EZWZlbmNlPC9zcGFuPjwvYT4NCjwvbGk+PGxpIGNsYXNzPSIiPjxhIGhyZWY9Ii9uZXdzL2Vjb25vbXkuaHRtIiAgIHRpdGxlPSJFY29ub215IHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+RWNvbm9teTwvc3Bhbj48L2E+DQo8L2xpPjxsaSBjbGFzcz0iIj48YSBocmVmPSIvbmV3cy9lZHVjYXRpb24uaHRtIiAgIHRpdGxlPSJFZHVjYXRpb24gfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5FZHVjYXRpb248L3NwYW4+PC9hPg0KPC9saT48bGkgY2xhc3M9IiI+PGEgaHJlZj0iL25ld3MvZW5lcmd5Lmh0bSIgICB0aXRsZT0iRW5lcmd5IHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+RW5lcmd5PC9zcGFuPjwvYT4NCjwvbGk+PGxpIGNsYXNzPSIiPjxhIGhyZWY9Ii9uZXdzL2Vudmlyb25tZW50Lmh0bSIgICB0aXRsZT0iRW52aXJvbm1lbnQgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5FbnZpcm9ubWVudDwvc3Bhbj48L2E+DQo8L2xpPjxsaSBjbGFzcz0iIj48YSBocmVmPSIvbmV3cy9mb3JlaWduLWFmZmFpcnMuaHRtIiAgIHRpdGxlPSJGb3JlaWduIEFmZmFpcnMgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5Gb3JlaWduIEFmZmFpcnM8L3NwYW4+PC9hPg0KPC9saT48bGkgY2xhc3M9IiI+PGEgaHJlZj0iL25ld3MvaGVhbHRoLWNhcmUuaHRtIiAgIHRpdGxlPSJIZWFsdGggJiBDYXJlIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+SGVhbHRoICYgQ2FyZTwvc3Bhbj48L2E+DQo8L2xpPjxsaSBjbGFzcz0iIj48YSBocmVmPSIvbmV3cy9ob21lLWFmZmFpcnMuaHRtIiAgIHRpdGxlPSJIb21lIEFmZmFpcnMgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5Ib21lIEFmZmFpcnM8L3NwYW4+PC9hPg0KPC9saT48bGkgY2xhc3M9IiI+PGEgaHJlZj0iL25ld3MvcG9saXRpY2FsLXBhcnRpZXMuaHRtIiAgIHRpdGxlPSJQb2xpdGljYWwgUGFydGllcyB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPlBvbGl0aWNhbCBQYXJ0aWVzPC9zcGFuPjwvYT4NCjwvbGk+PGxpIGNsYXNzPSIiPjxhIGhyZWY9Ii9uZXdzL3NvY2lhbC1hZmZhaXJzLmh0bSIgICB0aXRsZT0iU29jaWFsIEFmZmFpcnMgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5Tb2NpYWwgQWZmYWlyczwvc3Bhbj48L2E+DQo8L2xpPjxsaSBjbGFzcz0iIj48YSBocmVmPSIvbmV3cy90cmFuc3BvcnQuaHRtIiAgIHRpdGxlPSJUcmFuc3BvcnQgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5UcmFuc3BvcnQ8L3NwYW4+PC9hPg0KPC9saT48L3VsPmQCBw8WAh8CBZwdPHVsPjxsaSBjbGFzcz0ibGlPbiI+PGEgaHJlZj0iLyIgY2xhc3M9Im9uIiB0aXRsZT0iUG9saXRpY3Nob21lLmNvbSB8IEJyZWFraW5nIHBvbGl0aWNzIGFuZCBwb2xpdGljYWwgbmV3cyBmb3IgV2VzdG1pbnN0ZXIgYW5kIHRoZSBVSyI+PHNwYW4+SG9tZTwvc3Bhbj48L2E+PC9saT48bGkgY2xhc3M9Im5vU3ViIGxpSGFzQ2hpbGRyZW4iPjxhIGhyZWY9Ii9uZXdzLmh0bSIgdGl0bGU9Ik5ld3MgfCBQb2xpdGljc2hvbWUuY29tIj48c3Bhbj5OZXdzPC9zcGFuPjwvYT48dWw+PGxpPjxhIGhyZWY9Ii9uZXdzL2Nvc3Qtb2YtbGl2aW5nLmh0bSIgdGl0bGU9IkNvc3Qgb2YgTGl2aW5nIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+Q29zdCBvZiBMaXZpbmc8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9uZXdzL2NvbW11bml0aWVzLmh0bSIgdGl0bGU9IkNvbW11bml0aWVzIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+Q29tbXVuaXRpZXM8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9uZXdzL2N1bHR1cmUuaHRtIiB0aXRsZT0iQ3VsdHVyZSB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkN1bHR1cmU8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9uZXdzL2RlZmVuY2UuaHRtIiB0aXRsZT0iRGVmZW5jZSB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkRlZmVuY2U8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9uZXdzL2Vjb25vbXkuaHRtIiB0aXRsZT0iRWNvbm9teSB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkVjb25vbXk8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9uZXdzL2VkdWNhdGlvbi5odG0iIHRpdGxlPSJFZHVjYXRpb24gfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5FZHVjYXRpb248L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9uZXdzL2VuZXJneS5odG0iIHRpdGxlPSJFbmVyZ3kgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5FbmVyZ3k8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9uZXdzL2Vudmlyb25tZW50Lmh0bSIgdGl0bGU9IkVudmlyb25tZW50IHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+RW52aXJvbm1lbnQ8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9uZXdzL2ZvcmVpZ24tYWZmYWlycy5odG0iIHRpdGxlPSJGb3JlaWduIEFmZmFpcnMgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5Gb3JlaWduIEFmZmFpcnM8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9uZXdzL2hlYWx0aC1jYXJlLmh0bSIgdGl0bGU9IkhlYWx0aCAmYW1wOyBDYXJlIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+SGVhbHRoICYgQ2FyZTwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvaG9tZS1hZmZhaXJzLmh0bSIgdGl0bGU9IkhvbWUgQWZmYWlycyB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkhvbWUgQWZmYWlyczwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvcG9saXRpY2FsLXBhcnRpZXMuaHRtIiB0aXRsZT0iUG9saXRpY2FsIFBhcnRpZXMgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5Qb2xpdGljYWwgUGFydGllczwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3Mvc29jaWFsLWFmZmFpcnMuaHRtIiB0aXRsZT0iU29jaWFsIEFmZmFpcnMgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5Tb2NpYWwgQWZmYWlyczwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvdHJhbnNwb3J0Lmh0bSIgdGl0bGU9IlRyYW5zcG9ydCB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPlRyYW5zcG9ydDwvc3Bhbj48L2E+PC9saT48L3VsPjwvbGk+PGxpIGNsYXNzPSJub1N1YiBsaUhhc0NoaWxkcmVuIj48YSBocmVmPSIvdGhlaG91c2UuaHRtIiB0aXRsZT0iVGhlIEhvdXNlIExpdmUgfCBQb2xpdGljc2hvbWUuY29tIj48c3Bhbj5UaGUgSG91c2UgTGl2ZTwvc3Bhbj48L2E+PHVsPjxsaT48YSBocmVmPSIvdGhlaG91c2UvYWJvdXQtdGhlLWhvdXNlLmh0bSIgdGl0bGU9IlRoZSBIb3VzZSBNYWdhemluZSAtIDQwIHllYXJzIHNoaW5pbmcgYSBsaWdodCBvbiBldmVudHMgaW4gUGFybGlhbWVudCI+PHNwYW4+VGhlIEhvdXNlIE1hZ2F6aW5lPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSJodHRwczovL2xvbmdyZWFkcy5wb2xpdGljc2hvbWUuY29tLyIgdGl0bGU9IkxvbmcgcmVhZHMiIHRhcmdldD0iX2JsYW5rIj48c3Bhbj5Mb25nIFJlYWRzPC9zcGFuPjwvYT48L2xpPjxsaSBjbGFzcz0ibGlIYXNDaGlsZHJlbiI+PGEgaHJlZj0iL3RoZWhvdXNlL3BhcnRuZXItY29udGVudC93aXcuaHRtIiB0aXRsZT0iV29tZW4gaW4gV2VzdG1pbnN0ZXIiPjxzcGFuPldvbWVuIGluIFdlc3RtaW5zdGVyPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSJodHRwczovL3d3dy5wb2xpdGljc2hvbWUuY29tL21lbWJlcnMvZGlyZWN0b3J5Lmh0bSIgdGl0bGU9Ik1lbWJlcnMgRGlyZWN0b3J5Ij48c3Bhbj5NZW1iZXJzIERpcmVjdG9yeTwvc3Bhbj48L2E+PC9saT48bGkgY2xhc3M9Im5hdkRpc2FibGVDbGljayBsaUhhc0NoaWxkcmVuIj48YSBocmVmPSIvdGhlaG91c2UvcGFydG5lci1jb250ZW50Lmh0bSIgdGl0bGU9IlBhcnRuZXIgQ29udGVudCI+PHNwYW4+UGFydG5lciBDb250ZW50PC9zcGFuPjwvYT48L2xpPjwvdWw+PC9saT48bGk+PGEgaHJlZj0iL2V2ZW50cy5odG0iIHRpdGxlPSJFdmVudHMgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5FdmVudHM8L3NwYW4+PC9hPjwvbGk+PGxpIGNsYXNzPSJuYXZEaXNhYmxlQ2xpY2sgbmF2TW9iVG9nZ2xlIGxpSGFzQ2hpbGRyZW4iPjxhIGhyZWY9Ii9tZW1iZXJzLmh0bSIgdGl0bGU9Ik1lbWJlcnMgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5NZW1iZXJzPC9zcGFuPjwvYT48dWw+PGxpPjxhIGhyZWY9Ii9tZW1iZXJzLmh0bSIgdGl0bGU9Ik1lbWJlcnMiPjxzcGFuPk1lbWJlcnM8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9tZW1iZXJzL2RpcmVjdG9yeS5odG0iIHRpdGxlPSJNZW1iZXJzIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+TWVtYmVycyBEaXJlY3Rvcnk8L3NwYW4+PC9hPjwvbGk+PC91bD48L2xpPjxsaSBjbGFzcz0ibmF2RGlzYWJsZUNsaWNrIG5hdk1vYlRvZ2dsZSBsaUhhc0NoaWxkcmVuIj48YSBocmVmPSIvbW9yZS5odG0iIHRpdGxlPSJNb3JlIj48c3Bhbj5Nb3JlPC9zcGFuPjwvYT48dWw+PGxpPjxhIGhyZWY9Ii9tb3JlL3BvZGNhc3RzLmh0bSIgdGl0bGU9IlBvZGNhc3RzIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+UG9kY2FzdHM8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9tb3JlL3Jzcy1mZWVkcy5odG0iIHRpdGxlPSJSU1MgRmVlZHMgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5SU1MgRmVlZHM8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9tb3JlL2NvbnRhY3QtdXMuaHRtIiB0aXRsZT0iQ29udGFjdCBVcyB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkNvbnRhY3QgVXM8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9tb3JlL2Fib3V0LXBvbGl0aWNzaG9tZS5odG0iIHRpdGxlPSJBYm91dCB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkFib3V0IFBvbGl0aWNzSG9tZTwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL21vcmUvbWFya2V0aW5nLW9wcG9ydHVuaXRpZXMuaHRtIiB0aXRsZT0iTWFya2V0aW5nIE9wcG9ydHVuaXRpZXMgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5NYXJrZXRpbmcgT3Bwb3J0dW5pdGllczwvc3Bhbj48L2E+PC9saT48L3VsPjwvbGk+PC91bD5kAggPZBYCAgEPD2QWAh4LcGxhY2Vob2xkZXIFD0VudGVyIGtleXdvcmQvc2QCAw9kFgICAw9kFgJmD2QWBAIBD2QWAgIBDxYCHwIFCEhvbWVwYWdlZAICD2QWCgIBD2QWAgIBDxYCHwBnFgQCAQ8WBB8CBS48c3BhbiBjbGFzcz0ibnQtY2F0IGg1Ij5FZGl0b3IncyBjaG9pY2U8L3NwYW4+HwBnZAICDxYEHwIFXjxzcGFuIGNsYXNzPSJudC1saW5rIj48YSBjbGFzcz0iaWNvbiBpY29uLS1hbGwiIGhyZWY9Ii9uZXdzL2VkaXRvcnMtY2hvaWNlLmh0bSI+QWxsPC9hPjwvc3Bhbj4fAGdkAgIPZBYCAgEPFgIfAGcWBAIBDxYEHwIFLTxzcGFuIGNsYXNzPSJudC1jYXQgaDUiPlRoZSBIb3VzZSBMaXZlPC9zcGFuPh8AZ2QCAg8WBB8CBVM8c3BhbiBjbGFzcz0ibnQtbGluayI+PGEgY2xhc3M9Imljb24gaWNvbi0tYWxsIiBocmVmPSIvdGhlaG91c2UuaHRtIj5BbGw8L2E+PC9zcGFuPh8AZ2QCAw9kFgQCAQ8WAh8AZxYEAgEPFgQfAgUrPHNwYW4gY2xhc3M9Im50LWNhdCBoNSI+TW9yZSBzdG9yaWVzPC9zcGFuPh8AZ2QCAg8WBB8CBU88c3BhbiBjbGFzcz0ibnQtbGluayI+PGEgY2xhc3M9Imljb24gaWNvbi0tYWxsIiBocmVmPSIvbmV3cy5odG0iPkFsbDwvYT48L3NwYW4+HwBnZAIED2QWAmYPZBYCAgIPFgIfAGcWAgIBDxYEHwIFKDxzcGFuIGNsYXNzPSJudC1jYXQgaDUiPk1vc3QgcmVhZDwvc3Bhbj4fAGdkAgYPZBYCAgEPFgIfAGcWBAIBDxYEHwIFLTxzcGFuIGNsYXNzPSJudC1jYXQgaDUiPlByZXNzIHJlbGVhc2VzPC9zcGFuPh8AZ2QCAg8WBB8CBVI8c3BhbiBjbGFzcz0ibnQtbGluayI+PGEgY2xhc3M9Imljb24gaWNvbi0tYWxsIiBocmVmPSIvbWVtYmVycy5odG0iPkFsbDwvYT48L3NwYW4+HwBnZAIHDw8WAh8AaGRkAgUPZBYCZg9kFgJmD2QWAmYPZBYCZg9kFgJmD2QWAmYPFgIfAgWCBDxkaXYgY2xhc3M9ImgzIj5TaWduIHVwIGZvciBvdXIgbmV3c2xldHRlcnM8L2Rpdj4NCjxkaXYgY2xhc3M9ImZ0ci1zdWJzIGNsZWFyRml4Ij4NCiAgICA8YSBocmVmPSJodHRwczovL3d3dy5wb2xpdGljc2hvbWUuY29tL2FjY291bnQuaHRtIj4NCiAgICA8ZGl2IGNsYXNzPSJmdHJzLWltZyI+DQogICAgICAgIDxpbWcgY2xhc3M9Imxhenlsb2FkIiBkYXRhLXNyYz0iL3VnYy0xL3VwbG9hZHMvcGFnZWJsb2Nrcy8xMTA2OS8xOTlkMmU2MWIyOTYxZDg2NDU2NGExNDlhYWQzZmU5MS5wbmciIGFsdD0iU3Vic2NyaWJlIiAvPg0KICAgIDwvZGl2Pg0KICAgIDxkaXYgY2xhc3M9ImZ0cnMtdGV4dCI+DQogICAgICAgIDxwPkdldCBkYWlseSBuZXdzIGFsZXJ0cyBhbmQgd2Vla2VuZCByb3VuZC11cHMgc3RyYWlnaHQgdG8geW91ciBpbmJveC48L3A+DQogICAgICAgIDxwPjxzcGFuIGNsYXNzPSJidG4gYnRuLS1ibGFjayI+U3Vic2NyaWJlPC9zcGFuPjwvcD4NCiAgICA8L2Rpdj4NCiAgICA8L2E+DQo8L2Rpdj5kZLVgGYFUevsF+FTk8i8rotn685qtBFUy+TE/s5BaIOQX" /> </div> <script type="text/javascript"> //<![CDATA[ var theForm = document.forms['form1']; if (!theForm) { theForm = document.form1; } function __doPostBack(eventTarget, eventArgument) { if (!theForm.onsubmit || (theForm.onsubmit() != false)) { theForm.__EVENTTARGET.value = eventTarget; theForm.__EVENTARGUMENT.value = eventArgument; theForm.submit(); } } //]]> </script> <script src="/WebResource.axd?d=MzT3Q6S_Fy_f5vs8w9qk8au_hABbwRZeFSwXUXMeGLQgUOJFmO7B5e8DsWiWu3SE5rPtKWnQFGcd8SW33UySGdoPrSp32sShIk-vpMe9B9I1&amp;t=638563308220000000" type="text/javascript"></script> <script src="/ScriptResource.axd?d=SrwZRAa4Zyv03GdGrfieEJf-d4zldB38v6Qg1vs4imBCjGnQZHIl3BkYQGcK_sq2BgVD_ckdci2_ZNJB6ooStoe_SavSueDM_VUMTPQmMUKYw8Md2xkEFSTmyYiVyYs1_bdk3TX-w_LrUZIX9nOs2GvZ6XU7m0A8yU13BJaksKk1&amp;t=ffffffffc820c398" type="text/javascript"></script> <script src="/ScriptResource.axd?d=i_nvLCJBHXDLydGmDxZNhYPQCmZgQBqosAgmBhtvOSbAcrokh2OhB5tfOkiao9FamBwxmYKZwfoxNxDBTLhZtFpd93I8q2R1YUGdu5gMJYEd50dyt4Tf6Rycr0HGh6lWBHL44TLhJoxl8ISFvSX0zYarAubSxVmFcSBxDy5Nnbzacgrv0b_7sYxW7cvyZjpJ0&amp;t=ffffffffc820c398" type="text/javascript"></script> <header> <noscript> <div class="msg msgError nojavascript"> <p> This site requires JavaScript for certain functions and interactions to work. Please turn on JavaScript for the best possible experience.</p> </div> </noscript> <div class="hdr-ad"> <div class="row--ad"> <!-- /1048162/ph/homepage_header --> <div id='div-gpt-ad-1608230069715-0' class="ph-ad"> <script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-1608230069715-0'); }); </script> </div> </div> </div> <div class="hdr-top"> <!--<div class="hdr-pDods"> <a href="http://www.dodsgroup.com/" target="_blank">Part of the DODS Group <span> <img src="https://res.cloudinary.com/dyw8mv3b0/image/upload/img/icons/dods_icon.svg" alt="DODS Group Logo" /> </span> </a> </div>--> <div class="hdr-topRight"> <div class="hdr-social"> <a href="https://x.com/politicshome" target="_blank" class="icon icon--x"> <svg xmlns="http://www.w3.org/2000/svg" shape-rendering="geometricPrecision" text-rendering="geometricPrecision" image-rendering="optimizeQuality" fill-rule="evenodd" clip-rule="evenodd" viewBox="0 0 512 462.799"><path fill-rule="nonzero" d="M403.229 0h78.506L310.219 196.04 512 462.799H354.002L230.261 301.007 88.669 462.799h-78.56l183.455-209.683L0 0h161.999l111.856 147.88L403.229 0zm-27.556 415.805h43.505L138.363 44.527h-46.68l283.99 371.278z"/></svg> </a> <a href="https://www.facebook.com/PoliticsHomeUK/" target="_blank" class="icon icon--facebook"></a> <a href="https://www.linkedin.com/company/politicshome" target="_blank" class="icon icon--linkedIn"></a> </div> <div class="burger"> <div class="hamburger"> <span></span> </div> <div class="b-label">Menu</div> </div> </div> </div> <div class="hdr-main"> <div class="hdr-date">Wed, <span>27 November 2024</span></div> <a href="/" class="logo hideText">PoliticsHome</a> <div id="hdr_divPersonalise" class="hdr-promo hdr-promo--personalize"> <div class="promo-text"> <p class="arial">Newsletter sign-up</p> <a class="btn btn--outlineWhite btn--xsmall" href="/account.htm">Subscribe now</a> </div> <div class="promo-img"> <img src="https://res.cloudinary.com/dyw8mv3b0/image/upload/img/promo/promo-1.png" /> </div> </div> </div> <div class="hdr-nav"> <div class="nav-main"> <nav class="menu"> <ul><li class="liOn"><a href="/" class="on" title="Politicshome.com | Breaking politics and political news for Westminster and the UK"><span>Home</span></a></li><li class="noSub liHasChildren"><a href="/news.htm" title="News | Politicshome.com"><span>News</span></a><ul><li><a href="/news/cost-of-living.htm" title="Cost of Living | PoliticsHome.com"><span>Cost of Living</span></a></li><li><a href="/news/communities.htm" title="Communities | PoliticsHome.com"><span>Communities</span></a></li><li><a href="/news/culture.htm" title="Culture | PoliticsHome.com"><span>Culture</span></a></li><li><a href="/news/defence.htm" title="Defence | PoliticsHome.com"><span>Defence</span></a></li><li><a href="/news/economy.htm" title="Economy | PoliticsHome.com"><span>Economy</span></a></li><li><a href="/news/education.htm" title="Education | PoliticsHome.com"><span>Education</span></a></li><li><a href="/news/energy.htm" title="Energy | PoliticsHome.com"><span>Energy</span></a></li><li><a href="/news/environment.htm" title="Environment | PoliticsHome.com"><span>Environment</span></a></li><li><a href="/news/foreign-affairs.htm" title="Foreign Affairs | PoliticsHome.com"><span>Foreign Affairs</span></a></li><li><a href="/news/health-care.htm" title="Health &amp; Care | PoliticsHome.com"><span>Health & Care</span></a></li><li><a href="/news/home-affairs.htm" title="Home Affairs | PoliticsHome.com"><span>Home Affairs</span></a></li><li><a href="/news/political-parties.htm" title="Political Parties | PoliticsHome.com"><span>Political Parties</span></a></li><li><a href="/news/social-affairs.htm" title="Social Affairs | PoliticsHome.com"><span>Social Affairs</span></a></li><li><a href="/news/transport.htm" title="Transport | PoliticsHome.com"><span>Transport</span></a></li></ul></li><li class="noSub liHasChildren"><a href="/thehouse.htm" title="The House Live | Politicshome.com"><span>The House Live</span></a><ul><li><a href="/thehouse/about-the-house.htm" title="The House Magazine - 40 years shining a light on events in Parliament"><span>The House Magazine</span></a></li><li><a href="https://longreads.politicshome.com/" title="Long reads" target="_blank"><span>Long Reads</span></a></li><li class="liHasChildren"><a href="/thehouse/partner-content/wiw.htm" title="Women in Westminster"><span>Women in Westminster</span></a><ul><li><a href="/hub/women-westminster-conversation" title="In Conversation With"><span>In Conversation With</span></a></li></ul></li><li><a href="https://www.politicshome.com/members/directory.htm" title="Members Directory"><span>Members Directory</span></a></li><li class="navDisableClick liHasChildren"><a href="/thehouse/partner-content.htm" title="Partner Content"><span>Partner Content</span></a><ul><li><a href="https://www.politicshome.com/hub/thepathtonetzero" title="The Path To Net Zero"><span>The Path To Net Zero</span></a></li><li><a href="https://www.politicshome.com/hub/greening-nation" title="Greening the Nation"><span>Greening the Nation</span></a></li><li><a href="/hub/the-house-connecting-communities" title="Connecting communities"><span>Connecting Communities</span></a></li><li><a href="/hub/engineering-a-better-world" title="Engineering a better world"><span>Engineering a Better World</span></a></li><li><a href="/members.htm" title="Become a Member"><span>Become a Member</span></a></li></ul></li></ul></li><li><a href="/events.htm" title="Events | PoliticsHome.com"><span>Events</span></a></li><li class="navDisableClick navMobToggle liHasChildren"><a href="/members.htm" title="Members | PoliticsHome.com"><span>Members</span></a><ul><li><a href="/members.htm" title="Members"><span>Members</span></a></li><li><a href="/members/directory.htm" title="Members | PoliticsHome.com"><span>Members Directory</span></a></li></ul></li><li class="navDisableClick navMobToggle liHasChildren"><a href="/more.htm" title="More"><span>More</span></a><ul><li><a href="/more/podcasts.htm" title="Podcasts | PoliticsHome.com"><span>Podcasts</span></a></li><li><a href="/more/rss-feeds.htm" title="RSS Feeds | PoliticsHome.com"><span>RSS Feeds</span></a></li><li><a href="/more/contact-us.htm" title="Contact Us | PoliticsHome.com"><span>Contact Us</span></a></li><li><a href="/more/about-politicshome.htm" title="About | PoliticsHome.com"><span>About PoliticsHome</span></a></li><li><a href="/more/marketing-opportunities.htm" title="Marketing Opportunities | PoliticsHome.com"><span>Marketing Opportunities</span></a></li></ul></li></ul> </nav> <div class="nav-search icon icon--search"><span>Search</span></div> </div> <div class="nav-sub"> <nav class="greedy-nav"> <ul class="nav level2"><li class=""><a href="/news/cost-of-living.htm" title="Cost of Living | PoliticsHome.com"><span>Cost of Living</span></a> </li><li class=""><a href="/news/communities.htm" title="Communities | PoliticsHome.com"><span>Communities</span></a> </li><li class=""><a href="/news/culture.htm" title="Culture | PoliticsHome.com"><span>Culture</span></a> </li><li class=""><a href="/news/defence.htm" title="Defence | PoliticsHome.com"><span>Defence</span></a> </li><li class=""><a href="/news/economy.htm" title="Economy | PoliticsHome.com"><span>Economy</span></a> </li><li class=""><a href="/news/education.htm" title="Education | PoliticsHome.com"><span>Education</span></a> </li><li class=""><a href="/news/energy.htm" title="Energy | PoliticsHome.com"><span>Energy</span></a> </li><li class=""><a href="/news/environment.htm" title="Environment | PoliticsHome.com"><span>Environment</span></a> </li><li class=""><a href="/news/foreign-affairs.htm" title="Foreign Affairs | PoliticsHome.com"><span>Foreign Affairs</span></a> </li><li class=""><a href="/news/health-care.htm" title="Health & Care | PoliticsHome.com"><span>Health & Care</span></a> </li><li class=""><a href="/news/home-affairs.htm" title="Home Affairs | PoliticsHome.com"><span>Home Affairs</span></a> </li><li class=""><a href="/news/political-parties.htm" title="Political Parties | PoliticsHome.com"><span>Political Parties</span></a> </li><li class=""><a href="/news/social-affairs.htm" title="Social Affairs | PoliticsHome.com"><span>Social Affairs</span></a> </li><li class=""><a href="/news/transport.htm" title="Transport | PoliticsHome.com"><span>Transport</span></a> </li></ul> <ul class="hidden-links hidden"></ul> <div class="gn-more"> <span class="icon icon--minusSlim">More</span> </div> </nav> </div> <div class="nav-bottom"> <div class="nav-reg"> <ul> <li><a href="/account.htm"><span>Newsletter Signup</span></a></li> </ul> </div> <div class="nav-social"> <p>Follow us:</p> <a href="https://x.com/politicshome" target="_blank" class="icon icon--x"> <svg xmlns="http://www.w3.org/2000/svg" shape-rendering="geometricPrecision" text-rendering="geometricPrecision" image-rendering="optimizeQuality" fill-rule="evenodd" clip-rule="evenodd" viewBox="0 0 512 462.799"><path fill-rule="nonzero" d="M403.229 0h78.506L310.219 196.04 512 462.799H354.002L230.261 301.007 88.669 462.799h-78.56l183.455-209.683L0 0h161.999l111.856 147.88L403.229 0zm-27.556 415.805h43.505L138.363 44.527h-46.68l283.99 371.278z"/></svg> </a> <a href="https://www.facebook.com/PoliticsHomeUK/" target="_blank" class="icon icon--facebook"></a> <a href="https://www.linkedin.com/company/politicshome" target="_blank" class="icon icon--linkedIn"></a> </div> </div> </div> </header> <div class="sticky-header clearFix"> <a class="logo-sticky" href="/"> <img src="/_img/logos/ph-100.svg" /> </a> <nav class="sticky-nav"> <ul><li class="liOn"><a href="/" class="on" title="Politicshome.com | Breaking politics and political news for Westminster and the UK"><span>Home</span></a></li><li class="noSub liHasChildren"><a href="/news.htm" title="News | Politicshome.com"><span>News</span></a><ul><li><a href="/news/cost-of-living.htm" title="Cost of Living | PoliticsHome.com"><span>Cost of Living</span></a></li><li><a href="/news/communities.htm" title="Communities | PoliticsHome.com"><span>Communities</span></a></li><li><a href="/news/culture.htm" title="Culture | PoliticsHome.com"><span>Culture</span></a></li><li><a href="/news/defence.htm" title="Defence | PoliticsHome.com"><span>Defence</span></a></li><li><a href="/news/economy.htm" title="Economy | PoliticsHome.com"><span>Economy</span></a></li><li><a href="/news/education.htm" title="Education | PoliticsHome.com"><span>Education</span></a></li><li><a href="/news/energy.htm" title="Energy | PoliticsHome.com"><span>Energy</span></a></li><li><a href="/news/environment.htm" title="Environment | PoliticsHome.com"><span>Environment</span></a></li><li><a href="/news/foreign-affairs.htm" title="Foreign Affairs | PoliticsHome.com"><span>Foreign Affairs</span></a></li><li><a href="/news/health-care.htm" title="Health &amp; Care | PoliticsHome.com"><span>Health & Care</span></a></li><li><a href="/news/home-affairs.htm" title="Home Affairs | PoliticsHome.com"><span>Home Affairs</span></a></li><li><a href="/news/political-parties.htm" title="Political Parties | PoliticsHome.com"><span>Political Parties</span></a></li><li><a href="/news/social-affairs.htm" title="Social Affairs | PoliticsHome.com"><span>Social Affairs</span></a></li><li><a href="/news/transport.htm" title="Transport | PoliticsHome.com"><span>Transport</span></a></li></ul></li><li class="noSub liHasChildren"><a href="/thehouse.htm" title="The House Live | Politicshome.com"><span>The House Live</span></a><ul><li><a href="/thehouse/about-the-house.htm" title="The House Magazine - 40 years shining a light on events in Parliament"><span>The House Magazine</span></a></li><li><a href="https://longreads.politicshome.com/" title="Long reads" target="_blank"><span>Long Reads</span></a></li><li class="liHasChildren"><a href="/thehouse/partner-content/wiw.htm" title="Women in Westminster"><span>Women in Westminster</span></a></li><li><a href="https://www.politicshome.com/members/directory.htm" title="Members Directory"><span>Members Directory</span></a></li><li class="navDisableClick liHasChildren"><a href="/thehouse/partner-content.htm" title="Partner Content"><span>Partner Content</span></a></li></ul></li><li><a href="/events.htm" title="Events | PoliticsHome.com"><span>Events</span></a></li><li class="navDisableClick navMobToggle liHasChildren"><a href="/members.htm" title="Members | PoliticsHome.com"><span>Members</span></a><ul><li><a href="/members.htm" title="Members"><span>Members</span></a></li><li><a href="/members/directory.htm" title="Members | PoliticsHome.com"><span>Members Directory</span></a></li></ul></li><li class="navDisableClick navMobToggle liHasChildren"><a href="/more.htm" title="More"><span>More</span></a><ul><li><a href="/more/podcasts.htm" title="Podcasts | PoliticsHome.com"><span>Podcasts</span></a></li><li><a href="/more/rss-feeds.htm" title="RSS Feeds | PoliticsHome.com"><span>RSS Feeds</span></a></li><li><a href="/more/contact-us.htm" title="Contact Us | PoliticsHome.com"><span>Contact Us</span></a></li><li><a href="/more/about-politicshome.htm" title="About | PoliticsHome.com"><span>About PoliticsHome</span></a></li><li><a href="/more/marketing-opportunities.htm" title="Marketing Opportunities | PoliticsHome.com"><span>Marketing Opportunities</span></a></li></ul></li></ul> </nav> <div class="sticky-srch"></div> <div class="burger"> <div class="hamburger"> <span></span> </div> </div> </div> <div class="search-overlay"> <div id="hdr_pnlSearch" class="hdr-searchBar" onkeypress="javascript:return WebForm_FireDefaultButton(event, &#39;hdr_btnSearch&#39;)"> <input name="ctl00$hdr$txtSearch" type="text" id="hdr_txtSearch" class="text sb-keyword" placeholder="Enter keyword/s" /> <input type="submit" name="ctl00$hdr$btnSearch" value="Search" id="hdr_btnSearch" class="btn sb-btn" /> </div> <span class="search-close icon icon--close"></span> </div> <main> <div class="template template--1col "> <div class="container"> <div class="row"> <div class="cols cols--featured"> <div class="col col--50"> <div class="news-title"> <span class="nt-cat h5">News</span> <span class="nt-link"> <a class="icon icon--all" href="/news.htm">All</a> </span> </div> <div class="news-list news-list--featured"> <div class="news-item"> <div class="ni-img-wrap"> <div class="ni-image "> <a href="/news/article/much-more-to-do-to-tackle-misogyny-in-schools-says-minister"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_450,h_300,f_auto/v1/news/2024_11/Stephen_Morgan_e9nxkk.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_350,h_235,f_auto/v1/news/2024_11/Stephen_Morgan_e9nxkk.jpg 350w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_450,h_300,f_auto/v1/news/2024_11/Stephen_Morgan_e9nxkk.jpg 450w" class="lazyload" alt="There's 'Much More To Do' To Combat Misogyny In Schools, Says Minister"> </a> </div> </div> <div class="ni-content"> <div class="ni-title h4"> <a href="/news/article/much-more-to-do-to-tackle-misogyny-in-schools-says-minister">There's "Much More To Do" To Combat Misogyny In Schools, Says Minister</a> </div> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-11-27T08:00" title="27 November 2024 at 08:00"><span class="icon icon--clock"></span>3 min</time></span> <span class="ni-cat">Education</span> </div> <div class="ni-desc"> <a href="/news/article/much-more-to-do-to-tackle-misogyny-in-schools-says-minister">The Government has "much more to do" to tackle misogyny in schools, the minister for early education has said.</a> </div> </div> </div> </div> <div class="news-list news-list--x3 news-list--featSub"> <div class="news-item"> <div class="ni-image "> <a href="/news/article/mps-push-healthier-parliament-tackling-alcohol-artwork-lighting"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_170,f_auto/v1/news/2024_11/E70875_sygw8e.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2024_11/E70875_sygw8e.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_170,f_auto/v1/news/2024_11/E70875_sygw8e.jpg 340w" class="lazyload" alt="Labour MPs Push For 'Healthier' Parliament By Tightening Alcohol Sales And Creating More Natural Light"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-11-25T13:35" title="25 November 2024 at 13:35">25 Nov</time></span> <span class="ni-cat"><a href="/news/tag/parliament.htm?filter=3022">Parliament</a></span> </div> <div class="ni-title"> <a href="/news/article/mps-push-healthier-parliament-tackling-alcohol-artwork-lighting">Labour MPs Push For "Healthier" Parliament By Tightening Alcohol Sales And Creating More Natural Light</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/news/article/labour-mp-calls-electoral-reform-most-disproportionate-election-result-ever"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_170,f_auto/v1/news/2024_11/2T7F51H_fairyw.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2024_11/2T7F51H_fairyw.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_170,f_auto/v1/news/2024_11/2T7F51H_fairyw.jpg 340w" class="lazyload" alt="Labour MP Calls For Electoral Reform After 'Most Disproportionate' General Election Result Ever"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-11-25T14:00" title="25 November 2024 at 14:00">25 Nov</time></span> <span class="ni-cat"><a href="/news/political-parties.htm">Political parties</a></span> </div> <div class="ni-title"> <a href="/news/article/labour-mp-calls-electoral-reform-most-disproportionate-election-result-ever">Labour MP Calls For Electoral Reform After "Most Disproportionate" General Election Result Ever</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/news/article/ex-security-advisor-warns-whitehall-lacks-expertise-deal-with-china"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_170,f_auto/v1/news/2024_11/2RAE27C_mebxmb.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2024_11/2RAE27C_mebxmb.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_170,f_auto/v1/news/2024_11/2RAE27C_mebxmb.jpg 340w" class="lazyload" alt="Ex-Security Advisor Warns Whitehall Lacks Expertise To Deal With China"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-11-24T09:00" title="24 November 2024 at 09:00">24 Nov</time></span> <span class="ni-cat"><a href="/news/defence.htm">Defence</a></span> </div> <div class="ni-title"> <a href="/news/article/ex-security-advisor-warns-whitehall-lacks-expertise-deal-with-china">Ex-Security Advisor Warns Whitehall Lacks Expertise To Deal With China</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/news/article/kim-leadbeater-assisted-dying-i-came-politics-make-difference"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_170,f_auto/v1/news/2024_11/kim_leadbeater-1627_copy_es9njj.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2024_11/kim_leadbeater-1627_copy_es9njj.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_170,f_auto/v1/news/2024_11/kim_leadbeater-1627_copy_es9njj.jpg 340w" class="lazyload" alt="Kim Leadbeater On Assisted Dying: 'I Came Into Politics To Make A Difference'"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-11-23T07:00" title="23 November 2024 at 07:00">23 Nov</time></span> <span class="ni-cat"><a href="/news/health-care.htm">Health</a></span> </div> <div class="ni-title"> <a href="/news/article/kim-leadbeater-assisted-dying-i-came-politics-make-difference">Kim Leadbeater On Assisted Dying: "I Came Into Politics To Make A Difference"</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/news/article/kemi-badenoch-inner-circle-who-is-who"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_170,f_auto/v1/news/2024_11/2YKWBY0_nfrupn.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2024_11/2YKWBY0_nfrupn.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_170,f_auto/v1/news/2024_11/2YKWBY0_nfrupn.jpg 340w" class="lazyload" alt="Who's Who In Kemi Badenoch's Inner Circle?"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-11-22T13:40" title="22 November 2024 at 13:40">22 Nov</time></span> <span class="ni-cat"><a href="/news/political-parties.htm">Political parties</a></span> </div> <div class="ni-title"> <a href="/news/article/kemi-badenoch-inner-circle-who-is-who">Who's Who In Kemi Badenoch's Inner Circle?</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/news/article/keir-starmer-face-huge-pressure-to-create-more-time-assisted-dying-debate"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_170,f_auto/v1/news/2024_11/2YAX2AT_pvn1za.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2024_11/2YAX2AT_pvn1za.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_170,f_auto/v1/news/2024_11/2YAX2AT_pvn1za.jpg 340w" class="lazyload" alt="Keir Starmer Will Face “Immense Pressure” To Allow More Time For Assisted Dying Debate If Bill Passes"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-11-21T16:30" title="21 November 2024 at 16:30">21 Nov</time></span> <span class="ni-cat"><a href="/news/social-affairs.htm">Social affairs</a></span> </div> <div class="ni-title"> <a href="/news/article/keir-starmer-face-huge-pressure-to-create-more-time-assisted-dying-debate">Keir Starmer Will Face “Immense Pressure” To Allow More Time For Assisted Dying Debate If Bill Passes</a> </div> </div> </div> </div> </div> <div class="col col--25"> <div class="news-title"> <span class="nt-cat h5">The House Live</span> <div class="nt-infoLink h5"> <span class="icon icon--info"></span> <div class="nt-infoModal"> <p>Live updates from Westminster and the latest insight from Parliamentarians and <a href="/more/become-a-member.htm">PoliticsHome members'</a></p> </div> </div> <span class="nt-link"> <a class="icon icon--all" href="/thehouse.htm">All</a> </span> </div> <div class="news-list news-list--x2 news-list--tallImg news-list--hideMeta"> <div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/stephen-morgan-im-really-conscious-parents-pretty-tough"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_170,f_auto/v1/news/2024_11/hero_image_-_Stephen_Morgan_33_a_opening_copy_hgy5vj.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2024_11/hero_image_-_Stephen_Morgan_33_a_opening_copy_hgy5vj.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_170,f_auto/v1/news/2024_11/hero_image_-_Stephen_Morgan_33_a_opening_copy_hgy5vj.jpg 340w" class="lazyload" alt="Stephen Morgan: 'I’m really conscious that parents have had it pretty tough'"> </a> <span class="ni-tag ni-tag--house"></span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-11-27T08:00" title="27 November 2024 at 08:00"><span class="icon icon--clock"></span>8 min</time></span> <span class="ni-cat"><a href="/news/education.htm">Education</a></span> </div> <div Class="ni-sponsor">By <a href="/news/author/matilda-martin.htm">Matilda Martin</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Matilda Martin', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/stephen-morgan-im-really-conscious-parents-pretty-tough">Stephen Morgan: 'I’m really conscious that parents have had it pretty tough'</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/will-stone-reviews-gladiator-ii"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_170,f_auto/v1/news/2024_11/2XH679J_Main_image_low_res_s9e79u.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2024_11/2XH679J_Main_image_low_res_s9e79u.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_170,f_auto/v1/news/2024_11/2XH679J_Main_image_low_res_s9e79u.jpg 340w" class="lazyload" alt="'Ridley Scott does it again': Will Stone reviews 'Gladiator II'"> </a> <span class="ni-tag ni-tag--house"></span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-11-26T11:24" title="26 November 2024 at 11:24">26 Nov</time></span> <span class="ni-cat"><a href="/news/tag/books-culture.htm?filter=2538">Books & culture</a></span> </div> <div Class="ni-sponsor">By <a href="/thehouse/mp-directory/will-stone.htm">Will Stone</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Will Stone', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/will-stone-reviews-gladiator-ii">'Ridley Scott does it again': Will Stone reviews 'Gladiator II'</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/parliament-put-disability-inclusion-heart-policy-making"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_170,f_auto/v1/news/2024_11/GGGRH4_gh0bre.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2024_11/GGGRH4_gh0bre.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_170,f_auto/v1/news/2024_11/GGGRH4_gh0bre.jpg 340w" class="lazyload" alt="Parliament must put disability inclusion at the heart of policy making"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-11-26T08:00" title="26 November 2024 at 08:00">26 Nov</time></span> <span class="ni-cat"><a href="/news/social-affairs.htm">Social affairs</a></span> </div> <div Class="ni-sponsor">By <a href="/news/author/phil-friend-and-liz-sayce.htm">Phil Friend and Liz Sayce</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Phil Friend and Liz Sayce', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/parliament-put-disability-inclusion-heart-policy-making">Parliament must put disability inclusion at the heart of policy making</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/members/article/beyond-pay-rise-bold-steps-make-teaching-profession-choice"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_170,f_auto/v1/news/2024_11/AdobeStock_234479406_m4p3or.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2024_11/AdobeStock_234479406_m4p3or.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_170,f_auto/v1/news/2024_11/AdobeStock_234479406_m4p3or.jpg 340w" class="lazyload" alt="Beyond the pay rise: bold steps to make teaching a profession of choice"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-11-26T08:00" title="26 November 2024 at 08:00">26 Nov</time></span> <span class="ni-cat"><a href="/news/education.htm">Education</a></span> </div> <div Class="ni-sponsor">By University of Birmingham</div><script>ga('send', 'event', 'Image', 'Impression', 'University of Birmingham', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/beyond-pay-rise-bold-steps-make-teaching-profession-choice">Beyond the pay rise: bold steps to make teaching a profession of choice</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/members/article/29-care-workers-england-received-dementia-training"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_170,f_auto/v1/news/2024_11/Stephen_Kinnock_MP_and_Storytellers_zxwlax.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2024_11/Stephen_Kinnock_MP_and_Storytellers_zxwlax.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_170,f_auto/v1/news/2024_11/Stephen_Kinnock_MP_and_Storytellers_zxwlax.jpg 340w" class="lazyload" alt="Only 29% of care workers in England have received any dementia training"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-11-27T08:00" title="27 November 2024 at 08:00"><span class="icon icon--clock"></span>4 min</time></span> <span class="ni-cat"><a href="/news/health-care.htm">Health</a></span> </div> <div Class="ni-sponsor">By <a href="/members/profile/alzheimers-society">Alzheimer’s Society</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Alzheimer’s Society', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/29-care-workers-england-received-dementia-training">Only 29% of care workers in England have received any dementia training</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/members/article/apprenticeships-investing-future"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_170,f_auto/v1/news/2024_11/JTL_-_South_Yorkshire_apprenticeships-47_websize_hlximo.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2024_11/JTL_-_South_Yorkshire_apprenticeships-47_websize_hlximo.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_170,f_auto/v1/news/2024_11/JTL_-_South_Yorkshire_apprenticeships-47_websize_hlximo.jpg 340w" class="lazyload" alt="Apprenticeships: Investing for the Future"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-11-27T08:00" title="27 November 2024 at 08:00"><span class="icon icon--clock"></span>3 min</time></span> <span class="ni-cat">Education</span> </div> <div Class="ni-sponsor">By JTL</div><script>ga('send', 'event', 'Image', 'Impression', 'JTL', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/apprenticeships-investing-future">Apprenticeships: Investing for the Future</a> </div> </div> </div> </div> </div> <div class="col col--25 "> <div class="news-title"> <span class="nt-cat h5">Latest</span> <span class="nt-live "> <span class="live-circle"></span> Live </span> </div> <div class="news-list news-list--liveFeed "> <div class="news-item"> <div class="ni-timeStamp"> 08:00 </div> <div class="ni-content"> <div class="ni-dateStamp"> 27 Nov </div> <div class="ni-title"> <a href="/news/article/much-more-to-do-to-tackle-misogyny-in-schools-says-minister">There's "Much More To Do" To Combat Misogyny In Schools, Says Minister</a> </div> </div> </div><div class="news-item"> <div class="ni-timeStamp"> 08:00 </div> <div class="ni-content"> <div class="ni-dateStamp"> 27 Nov </div> <div class="ni-title"> <a href="/thehouse/article/stephen-morgan-im-really-conscious-parents-pretty-tough">Stephen Morgan: 'I’m really conscious that parents have had it pretty tough'</a> </div> </div> </div> </div> </div> </div> </div> <div class="row row--black row--hasTitle row--hasLink"> <div class="news-title"> <span class="nt-cat h5">Editor's choice</span><span class="nt-link"><a class="icon icon--all" href="/news/editors-choice.htm">All</a></span> </div> <div class="news-list news-list--x3 "><div class="news-item"> <div class="ni-image "> <a href="/news/article/kim-leadbeater-assisted-dying-i-came-politics-make-difference"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_480,h_240,f_auto/v1/news/2024_11/kim_leadbeater-1627_copy_es9njj.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_350,h_175,f_auto/v1/news/2024_11/kim_leadbeater-1627_copy_es9njj.jpg 350w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_480,h_240,f_auto/v1/news/2024_11/kim_leadbeater-1627_copy_es9njj.jpg 480w" class="lazyload" alt="Kim Leadbeater On Assisted Dying: 'I Came Into Politics To Make A Difference'"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-11-23T07:00" title="23 November 2024 at 07:00">23 Nov</time></span> <span class="ni-cat">Health</span> </div> <div class="ni-title"> <a href="/news/article/kim-leadbeater-assisted-dying-i-came-politics-make-difference">Kim Leadbeater On Assisted Dying: "I Came Into Politics To Make A Difference"</a> </div> <div class="ni-desc"> <a href="/news/article/kim-leadbeater-assisted-dying-i-came-politics-make-difference">Sienna Rodgers talks to Labour MP Kim Leadbeater about why she chose assisted dying as the subject of her bill – and how she responds to its critics</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/mary-kelly-foy-breast-cancer-im-alive-feeling-great-its-gone"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_480,h_240,f_auto/v1/news/2024_11/Mary_Kelly_Foy_t9dgws.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_350,h_175,f_auto/v1/news/2024_11/Mary_Kelly_Foy_t9dgws.jpg 350w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_480,h_240,f_auto/v1/news/2024_11/Mary_Kelly_Foy_t9dgws.jpg 480w" class="lazyload" alt="Mary Kelly Foy and breast cancer: 'I’m alive. I should be feeling great because it’s gone'"> </a> <span class="ni-tag ni-tag--house"></span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-11-19T09:00" title="19 November 2024 at 09:00">19 Nov</time></span> <span class="ni-cat">Health</span> </div> <div Class="ni-sponsor">By <a href="/thehouse/peer/sienna-rodgers.htm">Sienna Rodgers</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Sienna Rodgers', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/mary-kelly-foy-breast-cancer-im-alive-feeling-great-its-gone">Mary Kelly Foy and breast cancer: 'I’m alive. I should be feeling great because it’s gone'</a> </div> <div class="ni-desc"> <a href="/thehouse/article/mary-kelly-foy-breast-cancer-im-alive-feeling-great-its-gone">Labour MP Mary Kelly Foy tells Sienna Rodgers about her recovery from breast cancer, the lack of support she has felt from some quarters, and why Parliament needs to modernise</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/new-labour-mp-peter-lamb-im-fat-sharp-elbows"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_480,h_240,f_auto/v1/news/2024_11/peter_lamb_mp_lnxewa.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_350,h_175,f_auto/v1/news/2024_11/peter_lamb_mp_lnxewa.jpg 350w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_480,h_240,f_auto/v1/news/2024_11/peter_lamb_mp_lnxewa.jpg 480w" class="lazyload" alt="New Labour MP Peter Lamb: 'I’m too fat to have sharp elbows'"> </a> <span class="ni-tag ni-tag--house"></span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-11-13T11:00" title="13 November 2024 at 11:00">13 Nov</time></span> <span class="ni-cat"><a href="/news/communities.htm">Communities</a></span> </div> <div Class="ni-sponsor">By <a href="/thehouse/peer/sienna-rodgers.htm">Sienna Rodgers</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Sienna Rodgers', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/new-labour-mp-peter-lamb-im-fat-sharp-elbows">New Labour MP Peter Lamb: 'I’m too fat to have sharp elbows'</a> </div> <div class="ni-desc"> <a href="/thehouse/article/new-labour-mp-peter-lamb-im-fat-sharp-elbows">New Labour MP Peter Lamb talks to Sienna Rodgers about his fears over the Chagos deal, siding with the left on Gaza, and why all housing association properties should be nationalised</a> </div> </div> </div></div> </div> <div class="row row--green row--westminster row--hasTitle row--hasLink"> <div class="news-title"> <span class="nt-cat h5">The House Live</span><span class="nt-link"><a class="icon icon--all" href="/thehouse.htm">All</a></span> </div> <div class="news-list news-list--x4 "><div class="news-item"> <div class="ni-image "> <a href="/members/article/apprenticeships-investing-future"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_480,h_240,f_auto/v1/news/2024_11/JTL_-_South_Yorkshire_apprenticeships-47_websize_hlximo.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_350,h_175,f_auto/v1/news/2024_11/JTL_-_South_Yorkshire_apprenticeships-47_websize_hlximo.jpg 350w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_480,h_240,f_auto/v1/news/2024_11/JTL_-_South_Yorkshire_apprenticeships-47_websize_hlximo.jpg 480w" class="lazyload" alt="Apprenticeships: Investing for the Future"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-11-27T08:00" title="27 November 2024 at 08:00"><span class="icon icon--clock"></span>8 min</time></span> <span class="ni-cat"><a href="/news/education.htm">Education</a></span> </div> <div Class="ni-sponsor">By JTL</div><script>ga('send', 'event', 'Image', 'Impression', 'JTL', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/apprenticeships-investing-future">Apprenticeships: Investing for the Future</a> </div> <div class="ni-desc"> <a href="/members/article/apprenticeships-investing-future">Apprenticeships in highly skilled trades such as electrical engineering and plumbing are essential for home-building and the net-zero transition, investing in them now will help future-proof the workforce</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/members/article/29-care-workers-england-received-dementia-training"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_480,h_240,f_auto/v1/news/2024_11/Stephen_Kinnock_MP_and_Storytellers_zxwlax.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_350,h_175,f_auto/v1/news/2024_11/Stephen_Kinnock_MP_and_Storytellers_zxwlax.jpg 350w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_480,h_240,f_auto/v1/news/2024_11/Stephen_Kinnock_MP_and_Storytellers_zxwlax.jpg 480w" class="lazyload" alt="Only 29% of care workers in England have received any dementia training"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-11-27T08:00" title="27 November 2024 at 08:00"><span class="icon icon--clock"></span>8 min</time></span> <span class="ni-cat"><a href="/news/health-care.htm">Health</a></span> </div> <div Class="ni-sponsor">By <a href="/members/profile/alzheimers-society">Alzheimer’s Society</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Alzheimer’s Society', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/29-care-workers-england-received-dementia-training">Only 29% of care workers in England have received any dementia training</a> </div> <div class="ni-desc"> <a href="/members/article/29-care-workers-england-received-dementia-training">With one million people living with dementia in the UK, Alzheimer’s Society has called on the Government to make specialised dementia training mandatory for the social care workforce</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/stephen-morgan-im-really-conscious-parents-pretty-tough"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_480,h_240,f_auto/v1/news/2024_11/hero_image_-_Stephen_Morgan_33_a_opening_copy_hgy5vj.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_350,h_175,f_auto/v1/news/2024_11/hero_image_-_Stephen_Morgan_33_a_opening_copy_hgy5vj.jpg 350w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_480,h_240,f_auto/v1/news/2024_11/hero_image_-_Stephen_Morgan_33_a_opening_copy_hgy5vj.jpg 480w" class="lazyload" alt="Stephen Morgan: 'I’m really conscious that parents have had it pretty tough'"> </a> <span class="ni-tag ni-tag--house"></span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-11-27T08:00" title="27 November 2024 at 08:00"><span class="icon icon--clock"></span>8 min</time></span> <span class="ni-cat"><a href="/news/education.htm">Education</a></span> </div> <div Class="ni-sponsor">By <a href="/news/author/matilda-martin.htm">Matilda Martin</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Matilda Martin', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/stephen-morgan-im-really-conscious-parents-pretty-tough">Stephen Morgan: 'I’m really conscious that parents have had it pretty tough'</a> </div> <div class="ni-desc"> <a href="/thehouse/article/stephen-morgan-im-really-conscious-parents-pretty-tough">The first-ever early years minister Stephen Morgan tells Matilda Martin what’s keeping him awake at night as he works to deliver a key election pledge</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/will-stone-reviews-gladiator-ii"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_480,h_240,f_auto/v1/news/2024_11/2XH679J_Main_image_low_res_s9e79u.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_350,h_175,f_auto/v1/news/2024_11/2XH679J_Main_image_low_res_s9e79u.jpg 350w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_480,h_240,f_auto/v1/news/2024_11/2XH679J_Main_image_low_res_s9e79u.jpg 480w" class="lazyload" alt="'Ridley Scott does it again': Will Stone reviews 'Gladiator II'"> </a> <span class="ni-tag ni-tag--house"></span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-11-26T11:24" title="26 November 2024 at 11:24">26 Nov</time></span> <span class="ni-cat"><a href="/news/tag/books-culture.htm?filter=2538">Books & culture</a></span> </div> <div Class="ni-sponsor">By <a href="/thehouse/mp-directory/will-stone.htm">Will Stone</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Will Stone', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/will-stone-reviews-gladiator-ii">'Ridley Scott does it again': Will Stone reviews 'Gladiator II'</a> </div> <div class="ni-desc"> <a href="/thehouse/article/will-stone-reviews-gladiator-ii">Ridley Scott has delivered another cinematic classic – especially if you like your political intrigue served with a large helping of gladiatorial gore</a> </div> </div> </div></div> </div> <div class="row row--hasTitle row--hasLink"> <div class="cols flx flx--wr"> <div class="col col--75"> <div class="news-title"> <span class="nt-cat h5">More stories</span><span class="nt-link"><a class="icon icon--all" href="/news.htm">All</a></span> </div> <div class="news-list news-list--x3 "><div class="news-item"> <div class="ni-image "> <a href="/news/article/much-more-to-do-to-tackle-misogyny-in-schools-says-minister"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_11/Stephen_Morgan_e9nxkk.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2024_11/Stephen_Morgan_e9nxkk.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_11/Stephen_Morgan_e9nxkk.jpg 340w" class="lazyload" alt="There's 'Much More To Do' To Combat Misogyny In Schools, Says Minister"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-11-27T08:00" title="27 November 2024 at 08:00"><span class="icon icon--clock"></span>4 min</time></span> <span class="ni-cat"> <a href="/news/education.htm">Education</a> </span> </div> <div class="ni-title"> <a href="/news/article/much-more-to-do-to-tackle-misogyny-in-schools-says-minister">There's "Much More To Do" To Combat Misogyny In Schools, Says Minister</a> </div> <div class="ni-desc"> <a href="/news/article/much-more-to-do-to-tackle-misogyny-in-schools-says-minister">The Government has "much more to do" to tackle misogyny in schools, the minister for early education has said.</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/news/article/senior-tory-philip-hammond-says-cutting-off-china-trade-ties-is-unrealistic"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_11/2XDH25B_lfd1jg.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2024_11/2XDH25B_lfd1jg.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_11/2XDH25B_lfd1jg.jpg 340w" class="lazyload" alt="Senior Tory Philip Hammond Says Calls To Cut Off Trade With China Are 'Unrealistic'"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-11-26T12:15" title="26 November 2024 at 12:15">26 Nov</time></span> <span class="ni-cat"> <a href="/news/defence.htm">Defence</a> </span> </div> <div class="ni-title"> <a href="/news/article/senior-tory-philip-hammond-says-cutting-off-china-trade-ties-is-unrealistic">Senior Tory Philip Hammond Says Calls To Cut Off Trade With China Are "Unrealistic"</a> </div> <div class="ni-desc"> <a href="/news/article/senior-tory-philip-hammond-says-cutting-off-china-trade-ties-is-unrealistic">Former foreign secretary Lord Hammond has urged the Conservative party to be less ideological in its approach to China, saying it is "unrealistic" to call for cutting off trade with the world's second-largest economy.</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/news/article/labour-mp-calls-electoral-reform-most-disproportionate-election-result-ever"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_11/2T7F51H_fairyw.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2024_11/2T7F51H_fairyw.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_11/2T7F51H_fairyw.jpg 340w" class="lazyload" alt="Labour MP Calls For Electoral Reform After 'Most Disproportionate' General Election Result Ever"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-11-25T14:00" title="25 November 2024 at 14:00">25 Nov</time></span> <span class="ni-cat"> <a href="/news/political-parties.htm">Political parties</a> </span> </div> <div class="ni-title"> <a href="/news/article/labour-mp-calls-electoral-reform-most-disproportionate-election-result-ever">Labour MP Calls For Electoral Reform After "Most Disproportionate" General Election Result Ever</a> </div> <div class="ni-desc"> <a href="/news/article/labour-mp-calls-electoral-reform-most-disproportionate-election-result-ever">Labour MP Alex Sobel, who is chairing the new All-Party Parliamentary Group for Fair Elections, has called on the Government to reform the UK voting system after this year's General Election delivered the "most disproportionate result in British history".</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/news/article/mps-push-healthier-parliament-tackling-alcohol-artwork-lighting"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_11/E70875_sygw8e.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2024_11/E70875_sygw8e.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_11/E70875_sygw8e.jpg 340w" class="lazyload" alt="Labour MPs Push For 'Healthier' Parliament By Tightening Alcohol Sales And Creating More Natural Light"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-11-25T13:35" title="25 November 2024 at 13:35">25 Nov</time></span> <span class="ni-cat"> <a href="/news/tag/parliament.htm?filter=3022">Parliament</a> </span> </div> <div class="ni-title"> <a href="/news/article/mps-push-healthier-parliament-tackling-alcohol-artwork-lighting">Labour MPs Push For "Healthier" Parliament By Tightening Alcohol Sales And Creating More Natural Light</a> </div> <div class="ni-desc"> <a href="/news/article/mps-push-healthier-parliament-tackling-alcohol-artwork-lighting">A group of MPs wants to make Parliament a healthier workplace by looking at curbing alcohol provision during working hours, diversifying paintings on display, and improving lighting within the building.</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/news/article/ex-security-advisor-warns-whitehall-lacks-expertise-deal-with-china"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_11/2RAE27C_mebxmb.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2024_11/2RAE27C_mebxmb.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_11/2RAE27C_mebxmb.jpg 340w" class="lazyload" alt="Ex-Security Advisor Warns Whitehall Lacks Expertise To Deal With China"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-11-24T09:00" title="24 November 2024 at 09:00">24 Nov</time></span> <span class="ni-cat"> <a href="/news/defence.htm">Defence</a> </span> </div> <div class="ni-title"> <a href="/news/article/ex-security-advisor-warns-whitehall-lacks-expertise-deal-with-china">Ex-Security Advisor Warns Whitehall Lacks Expertise To Deal With China</a> </div> <div class="ni-desc"> <a href="/news/article/ex-security-advisor-warns-whitehall-lacks-expertise-deal-with-china">Lord Ricketts, the UK's former national security advisor, believes there is not enough institutional knowledge in Whitehall to support Prime Minister Keir Starmer's pursuit of a more "pragmatic" relationship with China.</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/news/article/kim-leadbeater-assisted-dying-i-came-politics-make-difference"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_11/kim_leadbeater-1627_copy_es9njj.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2024_11/kim_leadbeater-1627_copy_es9njj.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_11/kim_leadbeater-1627_copy_es9njj.jpg 340w" class="lazyload" alt="Kim Leadbeater On Assisted Dying: 'I Came Into Politics To Make A Difference'"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-11-23T07:00" title="23 November 2024 at 07:00">23 Nov</time></span> <span class="ni-cat"> <a href="/news/health-care.htm">Health</a> </span> </div> <div class="ni-title"> <a href="/news/article/kim-leadbeater-assisted-dying-i-came-politics-make-difference">Kim Leadbeater On Assisted Dying: "I Came Into Politics To Make A Difference"</a> </div> <div class="ni-desc"> <a href="/news/article/kim-leadbeater-assisted-dying-i-came-politics-make-difference">Sienna Rodgers talks to Labour MP Kim Leadbeater about why she chose assisted dying as the subject of her bill – and how she responds to its critics</a> </div> </div> </div></div> </div> <div class="col col--25"> <div class="news-title"> <span class="nt-cat h5">Most read</span> </div> <div class="news-list news-list--x0 news-list--sqThumb"><div class="news-item"> <div class="ni-image"> <a href="/news/article/labour-mp-calls-electoral-reform-most-disproportionate-election-result-ever"> <img data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_100,h_100,f_auto/v1/news/2024_11/2T7F51H_fairyw.jpg" class="lazyload" alt="Labour MP Calls For Electoral Reform After 'Most Disproportionate' General Election Result Ever"> </a> </div> <div class="ni-content"> <div class="ni-title"> <a href="/news/article/labour-mp-calls-electoral-reform-most-disproportionate-election-result-ever">Labour MP Calls For Electoral Reform After "Most Disproportionate" General Election Result Ever</a> </div> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-11-25T14:00" title="25 November 2024 at 14:00">25 Nov</time></span> <span class="ni-cat"><a href="/news/political-parties.htm">Political parties</a></span> </div> </div> </div><div class="news-item"> <div class="ni-image"> <a href="/news/article/mps-push-healthier-parliament-tackling-alcohol-artwork-lighting"> <img data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_100,h_100,f_auto/v1/news/2024_11/E70875_sygw8e.jpg" class="lazyload" alt="Labour MPs Push For 'Healthier' Parliament By Tightening Alcohol Sales And Creating More Natural Light"> </a> </div> <div class="ni-content"> <div class="ni-title"> <a href="/news/article/mps-push-healthier-parliament-tackling-alcohol-artwork-lighting">Labour MPs Push For "Healthier" Parliament By Tightening Alcohol Sales And Creating More Natural Light</a> </div> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-11-25T13:35" title="25 November 2024 at 13:35">25 Nov</time></span> <span class="ni-cat"><a href="/news/tag/parliament.htm?filter=3022">Parliament</a></span> </div> </div> </div><div Class="news-item news-item--is-ad"><div Class="col--ad"><div id='div-gpt-ad-1608230069741-1' class='ph-ad'><script>googletag.cmd.push(function() { googletag.display('div-gpt-ad-1608230069741-1'); });</script></div></div></div><div class="news-item"> <div class="ni-image"> <a href="/thehouse/article/government-tackle-distrust-politics-voting-system"> <img data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_100,h_100,f_auto/v1/news/2024_11/2XFN25F_n6gsum.jpg" class="lazyload" alt="The government must tackle distrust in politics – starting with our voting system"> </a> <span class="ni-tag ni-tag--house"></span> </div> <div class="ni-content"> <div class="ni-title"> <a href="/thehouse/article/government-tackle-distrust-politics-voting-system">The government must tackle distrust in politics – starting with our voting system</a> </div> <div Class="ni-sponsor">By <a href="/thehouse/mp-directory/alex-sobel.htm">Alex Sobel MP</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Alex Sobel MP', {'nonInteraction': 1});</script> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-11-25T14:00" title="25 November 2024 at 14:00">25 Nov</time></span> <span class="ni-cat"><a href="/news/political-parties.htm">Political parties</a></span> </div> </div> </div><div class="news-item"> <div class="ni-image"> <a href="/news/article/ex-security-advisor-warns-whitehall-lacks-expertise-deal-with-china"> <img data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_100,h_100,f_auto/v1/news/2024_11/2RAE27C_mebxmb.jpg" class="lazyload" alt="Ex-Security Advisor Warns Whitehall Lacks Expertise To Deal With China"> </a> </div> <div class="ni-content"> <div class="ni-title"> <a href="/news/article/ex-security-advisor-warns-whitehall-lacks-expertise-deal-with-china">Ex-Security Advisor Warns Whitehall Lacks Expertise To Deal With China</a> </div> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-11-24T09:00" title="24 November 2024 at 09:00">24 Nov</time></span> <span class="ni-cat"><a href="/news/defence.htm">Defence</a></span> </div> </div> </div><div class="news-item"> <div class="ni-image"> <a href="/news/article/senior-tory-philip-hammond-says-cutting-off-china-trade-ties-is-unrealistic"> <img data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_100,h_100,f_auto/v1/news/2024_11/2XDH25B_lfd1jg.jpg" class="lazyload" alt="Senior Tory Philip Hammond Says Calls To Cut Off Trade With China Are 'Unrealistic'"> </a> </div> <div class="ni-content"> <div class="ni-title"> <a href="/news/article/senior-tory-philip-hammond-says-cutting-off-china-trade-ties-is-unrealistic">Senior Tory Philip Hammond Says Calls To Cut Off Trade With China Are "Unrealistic"</a> </div> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-11-26T12:15" title="26 November 2024 at 12:15">26 Nov</time></span> <span class="ni-cat"><a href="/news/defence.htm">Defence</a></span> </div> </div> </div></div> </div> </div> </div><div class="row row--ad"> <!-- /1048162/ph/homepage_mid --> <div id='div-gpt-ad-1608230069715-1'class="ph-ad"> <script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-1608230069715-1'); }); </script> </div> </div><div class="row row--ad"> <!-- /1048162/ph/homepage_bot --> <div id='div-gpt-ad-1608230069715-2' class="ph-ad"> <script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-1608230069715-2'); }); </script> </div> </div> <div class="row row--hasTitle row--hasLink"> <div class="cols flx flx--wr"> <div class="col col--75"> <div class="news-title"> <span class="nt-cat h5">Press releases</span><span class="nt-link"><a class="icon icon--all" href="/members.htm">All</a></span> </div> <div class="news-list news-list--x3 news-list--sqThumb"><div class="news-item news-item--noImg"> <div class="ni-content"> <div class="ni-title"> <a href="/members/article/mcpin-foundation-awarded-british-safety-council-funding-help-support-workplace-wellbeing">The McPin Foundation awarded British Safety Council funding to help support workplace wellbeing</a> </div> <div Class="ni-sponsor">By <a href="/members/profile/british-safety-council">British Safety Council</a></div><script>ga('send', 'event', 'Image', 'Impression', 'British Safety Council', {'nonInteraction': 1});</script> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-11-25T16:49" title="25 November 2024 at 16:49">25 Nov</time></span> <span class="ni-cat"><a href="/news/health-care.htm">Health</a></span> </div> </div> </div><div class="news-item "> <div class="ni-image"> <a href="/members/article/holiday-support-veterans-homeless-crisis"> <img data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_100,h_100,f_auto/v1/news/2024_11/VA_numbers_qxwgqa.jpg" class="lazyload" alt="Holiday support for veterans homeless or in crisis"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-title"> <a href="/members/article/holiday-support-veterans-homeless-crisis">Holiday support for veterans homeless or in crisis</a> </div> <div Class="ni-sponsor">By <a href="/members/profile/veterans-aid-66429">Veterans Aid</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Veterans Aid', {'nonInteraction': 1});</script> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-11-20T08:00" title="20 November 2024 at 08:00">20 Nov</time></span> <span class="ni-cat"><a href="/news/communities.htm">Communities</a></span> </div> </div> </div><div class="news-item "> <div class="ni-image"> <a href="/members/article/unleashing-power-5g-sa-industry-predictions-2025"> <img data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_100,h_100,f_auto/v1/news/2024_11/Mobile_UK_-_2025_Predictions_huhl72.jpg" class="lazyload" alt="Unleashing the Power of 5G SA: Industry Predictions for 2025"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-title"> <a href="/members/article/unleashing-power-5g-sa-industry-predictions-2025">Unleashing the Power of 5G SA: Industry Predictions for 2025</a> </div> <div Class="ni-sponsor">By <a href="/members/profile/mobile-uk">Mobile UK</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Mobile UK', {'nonInteraction': 1});</script> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-11-19T12:12" title="19 November 2024 at 12:12">19 Nov</time></span> <span class="ni-cat"><a href="/news/tag/technology.htm?filter=3914">Technology</a></span> </div> </div> </div><div class="news-item news-item--noImg"> <div class="ni-content"> <div class="ni-title"> <a href="/members/article/nfb-farmers-support">NFB: “Farmers have our support”</a> </div> <div Class="ni-sponsor">By <a href="/members/profile/national-federation-builders">National Federation of Builders</a></div><script>ga('send', 'event', 'Image', 'Impression', 'National Federation of Builders', {'nonInteraction': 1});</script> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-11-19T11:00" title="19 November 2024 at 11:00">19 Nov</time></span> <span class="ni-cat"><a href="/news/communities.htm">Communities</a></span> </div> </div> </div><div class="news-item news-item--noImg"> <div class="ni-content"> <div class="ni-title"> <a href="/members/article/industry-government-regulator-come-together-back-safer-gambling-week-2024">Industry, government and the regulator come together once again to back Safer Gambling Week 2024</a> </div> <div Class="ni-sponsor">By <a href="/members/profile/betting-and-gaming-council">Betting And Gaming Council</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Betting And Gaming Council', {'nonInteraction': 1});</script> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-11-18T12:03" title="18 November 2024 at 12:03">18 Nov</time></span> <span class="ni-cat"><a href="/news/culture.htm">Culture</a></span> </div> </div> </div><div class="news-item news-item--noImg"> <div class="ni-content"> <div class="ni-title"> <a href="/members/article/mobile-uk-fraud-ahead-reeves-mansion-house-speech">Mobile UK on fraud ahead of Reeves' Mansion House speech</a> </div> <div Class="ni-sponsor">By <a href="/members/profile/mobile-uk">Mobile UK</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Mobile UK', {'nonInteraction': 1});</script> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-11-13T08:00" title="13 November 2024 at 08:00">13 Nov</time></span> <span class="ni-cat"><a href="/news/economy.htm">Economy</a></span> </div> </div> </div></div> </div> <div class="col col--25"> <div class="col--ad"> <div id='div-gpt-ad-1608230069715-4' class="ph-ad"> <script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-1608230069715-4'); }); </script> </div> </div> </div> </div> </div><div id="poool-polhome" style="display:none">&nbsp;</div> </div> </div> </main> <footer> <div class="container"> <div class="ftr-col ftr-col--left clearFix"> <div class="ftr-subsWrap"> <div class="h3">Sign up for our newsletters</div> <div class="ftr-subs clearFix"> <a href="https://www.politicshome.com/account.htm"> <div class="ftrs-img"> <img class="lazyload" data-src="/ugc-1/uploads/pageblocks/11069/199d2e61b2961d864564a149aad3fe91.png" alt="Subscribe" /> </div> <div class="ftrs-text"> <p>Get daily news alerts and weekend round-ups straight to your inbox.</p> <p><span class="btn btn--black">Subscribe</span></p> </div> </a> </div> <div class="subs-popup subs-popup--membership"> <div class="subs-close"><span class="icon icon--subsClose">Close</span></div> <div class="h4 h4--sm">Sign up to the PoliticsHome<br> newsletter today!</div> <div><a href="/account.htm" class="btn btn--outlineWhite">Find out more</a></div> </div> </div> <div class="ftr-copyWrap"> <p>Registered in England & Wales under No. 07291783</p> <p>&copy; Political Holdings Limited <script>document.write(new Date().getFullYear());</script></p> </div> </div> <div class="ftr-col ftr-col--right clearFix flx flx--wr"> <div class="ftr-subcol ftr-subcol--1"> <div class="h5">Quick links</div> <ul> <li><a href="/">Home</a></li> <li><a href="/news">News</a></li> <li><a href="/thehouse">The House Live</a></li> <!--li><a href="/must-reads">Must Reads</a></li--> <li><a href="/events">Events</a></li> <li><a href="/members">Members&#39; Directory</a></li> <li><a href="/more/marketing-opportunities.htm">Commercial Opportunities</a></li> <li><a href="/more/about-politicshome.htm">About Us</a></li> </ul> <span class="icon icon--chevDown"></span> </div> <div class="ftr-subcol ftr-subcol--1"> <div class="h5">More from Total Politics</div> <ul> <li><a href="http://www.holyrood.com" target="_blank">Holyrood</a></li> <li><a href="http://www.theparliamentmagazine.eu/" target="_blank">The Parliament</a></li> <li><a href="http://www.civilserviceworld.com" target="_blank">Civil Service World</a></li> <li><a href="http://www.publictechnology.net/" target="_blank">PublicTechnology.net</a></li> </ul> <span class="icon icon--chevDown"></span> </div> <div class="ftr-subcol ftr-subcol--1 ftr-subcol--last"> <div class="h5">About Us</div> <ul> <li><a href="https://www.totalpolitics.com/" target="_blank">Total Politics Group</a></li> <li><a href="https://www.totalpolitics.com/docs/privacy-policy.pdf" target="_blank">Privacy Policy</a></li> <li><a href="https://www.totalpolitics.com/docs/Website_Terms_and_Conditions_of_Use.pdf" target="_blank">Terms &amp;&nbsp;Conditions</a></li> </ul> <span class="icon icon--chevDown"></span> </div> <div class="ftr-subcol ftr-subcol--1"> <div class="h5">Services</div> <ul> <li><a href="https://www.totalpolitics.com/media/" target="_blank">Media</a></li> <li><a href="https://www.totalpolitics.com/events/" target="_blank">Events</a></li> <li><a href="https://www.totalpolitics.com/training/" target="_blank">Training</a></li> </ul> <span class="icon icon--chevDown"></span> </div> </div> </div> </footer> <div class="to-top" title="Back to top"></div> <!--Skin Ad Unit--> <!-- /1048162/ph/homepage_skin --> <div id='div-gpt-ad-1608230069715-5'> <script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-1608230069715-5'); }); </script> </div> <!-- /1048162/ph/homepage_pixel-1 --> <div id='div-gpt-ad-1608230069715-6'> <script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-1608230069715-6'); }); </script> </div> <!-- /1048162/ph/homepage_pixel-2 --> <div id='div-gpt-ad-1608230069715-7'> <script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-1608230069715-7'); }); </script> </div> <script type="text/javascript"> //<![CDATA[ Sys.WebForms.PageRequestManager._initialize('ctl00$ajax', 'form1', [], [], [], 90, 'ctl00'); //]]> </script> <!-- Quantcast Tag --> <script async type="text/javascript"> var _qevents = _qevents || []; (function () { var elem = document.createElement('script'); elem.src = (document.location.protocol == "https:" ? "https://secure" : "http://edge") + ".quantserve.com/quant.js"; elem.async = true; elem.type = "text/javascript"; var scpt = document.getElementsByTagName('script')[0]; scpt.parentNode.insertBefore(elem, scpt); })(); _qevents.push({ qacct: "p-1C3fJ9awG115y" }); function dodsCheckQuantCast () { if (typeof(window.__tcfapi) !== 'function') { setTimeout(function () { dodsCheckQuantCast(); }, 250); } else { __tcfapi('getTCData', 2, function(tcData, success) { if (!success || tcData.cmpStatus != "loaded") { setTimeout(function () { dodsCheckQuantCast(); }, 250); } else { __tcfapi('addEventListener', 2, function(tcData, success) { if (success) { dodsGetVendorConsents(tcData); } }); } }); } } dodsCheckQuantCast(); function dodsGetVendorConsents(tcData) { // Google GDPR checks console.log('Google GDPR checks', tcData.eventStatus, tcData.gdprApplies); if(tcData.eventStatus === 'tcloaded' || tcData.eventStatus === 'useractioncomplete') { if (!tcData.gdprApplies) { console.log('GDPR does not apply'); // Do nothing as all ads allowed } else { console.log('GDPR applies'); // GDPR applies // Purpose 1 refers to the storage and/or access of information on a device. var hasDeviceStorageAndAccessConsent = tcData.purpose.consents[1] || false; // Google Requires Consent for Purpose 1 console.log('Storage consent', hasDeviceStorageAndAccessConsent); if (hasDeviceStorageAndAccessConsent) { var hasGoogleAdvertisingProductsConsent = tcData.vendor.consents[755] || false; // Google Advertising (IAB Vendor ID 755) console.log('Google consent', hasGoogleAdvertisingProductsConsent); if (hasGoogleAdvertisingProductsConsent) { var hasPersonalizedProfileConsent = tcData.purpose.consents[3] || false; var hasPersonalizedAdsConsent = tcData.purpose.consents[4] || false; // Check if have add personalization consent Purpose 3 and 4 console.log('Google personalization consent', hasPersonalizedAdsConsent, hasPersonalizedProfileConsent); if( hasPersonalizedAdsConsent && hasPersonalizedProfileConsent ) { // Set request non-personalized ads to false. (do nothing as default) } else { // Set request non-personalized ads to true. googletag.cmd.push(function() { googletag.pubads().setRequestNonPersonalizedAds(1); }); } } } } // Refresh the ads after the consent has been configured googletag.cmd.push(function() { googletag.pubads().refresh(); }); } } </script> <noscript> <div style="display:none;"> <img src="//pixel.quantserve.com/pixel/p-1C3fJ9awG115y.gif" border="0" height="1" width="1" alt="Quantcast"/> </div> </noscript> <!-- End Quantcast tag --> <div class="aspNetHidden"> <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="90059987" /> </div></form> <script src="https://res.cloudinary.com/dyw8mv3b0/raw/upload/js/advert.js" type="text/javascript"></script> </body> </html>

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