CINXE.COM
News and analysis of Scottish politics and the Scottish Parliament, Holyrood MSPs, political confere
<!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, maximum-scale=1" /><meta name="msvalidate.01" content="5DB9482504A0A33AC4ADD47C27D0A9A6" /><meta name="format-detection" content="telephone=no" /><meta name="application-name" content="Holyrood" /><meta name="msapplication-TileColor" content="#ffffff" /><meta name="msapplication-config" content="/_img/_favicons/browserconfig.xml" /><meta name="theme-color" content="#ffffff" /> <meta name="robots" content="index, follow" /> <meta name="revisit-after" content="14 days" /><link rel="stylesheet" href="/_styles/core.css?v13" media="screen" /><link rel="stylesheet" href="/_styles/layout.css?v17" media="screen" /><link rel="stylesheet" href="https://use.typekit.net/glx2pxs.css" /><link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap" rel="stylesheet" /><link rel="shortcut icon" href="/favicon.ico" /><link rel="icon" type="image/png" sizes="32x32" href="/_img/_favicons/favicon-32x32.png" /><link rel="icon" type="image/png" sizes="16x16" href="/_img/_favicons/favicon-16x16.png" /><link rel="apple-touch-icon" sizes="180x180" href="/_img/_favicons/apple-touch-icon.png" /><link rel="manifest" href="/_img/_favicons/manifest.json" /><link rel="mask-icon" href="/_img/_favicons/safari-pinned-tab.svg" color="#da1a35" /> <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="/_scripts/modernizr.js?v2"></script> <script src="/_scripts/core.js?v6b"></script> <script src="/_scripts/plugins.js?v3"></script> <!-- 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(); skinMapping = googletag.sizeMapping(). addSize([1201, 0], [1, 1]). build(); slot1 = googletag.defineSlot('/1048162/hr/homepage_header', [[320, 50], [970, 250], [970, 90], [320, 100], [1, 1], [728, 90]], 'div-gpt-ad-1608230013890-0').defineSizeMapping(headerMapping).setTargeting('lazyload').addService(googletag.pubads()); slot2 = googletag.defineSlot('/1048162/hr/homepage_mid', [[970, 250], [970, 90], [728, 90], [300, 250]], 'div-gpt-ad-1608230013890-1').defineSizeMapping(fullwidthMapping).setTargeting('lazyload').addService(googletag.pubads()); slot3 = googletag.defineSlot('/1048162/hr/homepage_bot', [[970, 250], [970, 90], [728, 90], [300, 250]], 'div-gpt-ad-1608230013890-2').defineSizeMapping(fullwidthMapping).setTargeting('lazyload').addService(googletag.pubads()); slot4 = googletag.defineSlot('/1048162/hr/homepage_skin', [1, 1], 'div-gpt-ad-1608230013890-3').defineSizeMapping(skinMapping).setTargeting('lazyload').addService(googletag.pubads()); slot5 = googletag.defineSlot('/1048162/hr/homepage_pixel-1', [1, 1], 'div-gpt-ad-1608230013890-4').setTargeting('lazyload').addService(googletag.pubads()); slot6 = googletag.defineSlot('/1048162/hr/homepage_pixel-2', [1, 1], 'div-gpt-ad-1608230013890-5').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(); gptSlots.push(slot1, slot2, slot3, slot4, slot5, slot6); }); </script> <!-- ADVERTISTING END --> <meta property="og:site_name" content="Holyrood Website" /> <meta property="og:locale" content="en_GB" /> <meta property="og:title" content="News and analysis of Scottish politics and the Scottish Parliament, Holyrood MSPs, political confere" /> <meta property="og:description" content="News and analysis of Scottish politics and the Scottish Parliament, Holyrood MSPs, political conferences and forums" /> <meta property="og:url" content="https://www.holyrood.com/" /> <meta property="og:image" content="https://www.holyrood.com/_img/share.jpg" /> <meta property="og:image:type" content="image/jpeg" /> <meta property="og:type" content="website" /> <!-- 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-T6569S');</script> <!-- End Google Tag Manager --> <script src="https://www.google.com/recaptcha/api.js" async defer></script> <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><link rel="canonical" href="/home.htm" /><link rel="next" href="/home.htm?news_pg=1" /><meta name="Keywords" content="Homepage" /><meta name="Description" content="News and analysis of Scottish politics and the Scottish Parliament, Holyrood MSPs, political conferences and forums" /><title> News and analysis of Scottish politics and the Scottish Parliament, Holyrood MSPs, political confere </title></head> <body > <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T6569S" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <form method="post" action="/" 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="/wEPDwULLTE5Njg1MzgzMTcPZBYCZg9kFgRmD2QWCgIbDxYCHgRUZXh0BZYRIHZhciBzbG90MSxzbG90MixzbG90MyxzbG90NCxzbG90NSxzbG90NjsKICBnb29nbGV0YWcuY21kLnB1c2goZnVuY3Rpb24oKSB7CgogICAgICAgIGhlYWRlck1hcHBpbmcgPSBnb29nbGV0YWcuc2l6ZU1hcHBpbmcoKS4KICAJCQlhZGRTaXplKFswLCAwXSwgWzEsIDFdKS4KICAJCQlhZGRTaXplKFszMjAsIDBdLCBbWzMyMCwgNTBdLCBbMzIwLCAxMDBdXSkuCiAgCQkJYWRkU2l6ZShbODAxLCAwXSwgW1s0NjgsIDYwXSwgWzcyOCwgOTBdXSkuCiAgCQkJYWRkU2l6ZShbMTIwMSwgMF0sIFtbOTcwLCA5MF0sIFs5NzAsIDI1MF0sIFs3MjgsIDkwXV0pLgogIAkJCWJ1aWxkKCk7CgogICAgICAgIGZ1bGx3aWR0aE1hcHBpbmcgPSBnb29nbGV0YWcuc2l6ZU1hcHBpbmcoKS4KICAJCQlhZGRTaXplKFswLCAwXSwgWzEsIDFdKS4KICAJCQlhZGRTaXplKFszMDAsIDBdLCBbMzAwLCAyNTBdKS4KICAJCQlhZGRTaXplKFs4MDEsIDBdLCBbWzQ2OCwgNjBdLCBbNzI4LCA5MF1dKS4KICAJCQlhZGRTaXplKFsxMjAxLCAwXSwgW1s5NzAsIDkwXSwgWzk3MCwgMjUwXSwgWzcyOCwgOTBdXSkuCiAgCQkJYnVpbGQoKTsKCiAgICAgICAgc2tpbk1hcHBpbmcgPSBnb29nbGV0YWcuc2l6ZU1hcHBpbmcoKS4KICAJCQlhZGRTaXplKFsxMjAxLCAwXSwgWzEsIDFdKS4KICAJCQlidWlsZCgpOwoKICAgIHNsb3QxID0gZ29vZ2xldGFnLmRlZmluZVNsb3QoJy8xMDQ4MTYyL2hyL2hvbWVwYWdlX2hlYWRlcicsIFtbMzIwLCA1MF0sIFs5NzAsIDI1MF0sIFs5NzAsIDkwXSwgWzMyMCwgMTAwXSwgWzEsIDFdLCBbNzI4LCA5MF1dLCAnZGl2LWdwdC1hZC0xNjA4MjMwMDEzODkwLTAnKS5kZWZpbmVTaXplTWFwcGluZyhoZWFkZXJNYXBwaW5nKS5zZXRUYXJnZXRpbmcoJ2xhenlsb2FkJykuYWRkU2VydmljZShnb29nbGV0YWcucHViYWRzKCkpOwogICAgc2xvdDIgPSBnb29nbGV0YWcuZGVmaW5lU2xvdCgnLzEwNDgxNjIvaHIvaG9tZXBhZ2VfbWlkJywgW1s5NzAsIDI1MF0sIFs5NzAsIDkwXSwgWzcyOCwgOTBdLCBbMzAwLCAyNTBdXSwgJ2Rpdi1ncHQtYWQtMTYwODIzMDAxMzg5MC0xJykuZGVmaW5lU2l6ZU1hcHBpbmcoZnVsbHdpZHRoTWFwcGluZykuc2V0VGFyZ2V0aW5nKCdsYXp5bG9hZCcpLmFkZFNlcnZpY2UoZ29vZ2xldGFnLnB1YmFkcygpKTsKICAgIHNsb3QzID0gZ29vZ2xldGFnLmRlZmluZVNsb3QoJy8xMDQ4MTYyL2hyL2hvbWVwYWdlX2JvdCcsIFtbOTcwLCAyNTBdLCBbOTcwLCA5MF0sIFs3MjgsIDkwXSwgWzMwMCwgMjUwXV0sICdkaXYtZ3B0LWFkLTE2MDgyMzAwMTM4OTAtMicpLmRlZmluZVNpemVNYXBwaW5nKGZ1bGx3aWR0aE1hcHBpbmcpLnNldFRhcmdldGluZygnbGF6eWxvYWQnKS5hZGRTZXJ2aWNlKGdvb2dsZXRhZy5wdWJhZHMoKSk7CiAgICBzbG90NCA9IGdvb2dsZXRhZy5kZWZpbmVTbG90KCcvMTA0ODE2Mi9oci9ob21lcGFnZV9za2luJywgWzEsIDFdLCAnZGl2LWdwdC1hZC0xNjA4MjMwMDEzODkwLTMnKS5kZWZpbmVTaXplTWFwcGluZyhza2luTWFwcGluZykuc2V0VGFyZ2V0aW5nKCdsYXp5bG9hZCcpLmFkZFNlcnZpY2UoZ29vZ2xldGFnLnB1YmFkcygpKTsKICAgIHNsb3Q1ID0gZ29vZ2xldGFnLmRlZmluZVNsb3QoJy8xMDQ4MTYyL2hyL2hvbWVwYWdlX3BpeGVsLTEnLCBbMSwgMV0sICdkaXYtZ3B0LWFkLTE2MDgyMzAwMTM4OTAtNCcpLnNldFRhcmdldGluZygnbGF6eWxvYWQnKS5hZGRTZXJ2aWNlKGdvb2dsZXRhZy5wdWJhZHMoKSk7CiAgICBzbG90NiA9IGdvb2dsZXRhZy5kZWZpbmVTbG90KCcvMTA0ODE2Mi9oci9ob21lcGFnZV9waXhlbC0yJywgWzEsIDFdLCAnZGl2LWdwdC1hZC0xNjA4MjMwMDEzODkwLTUnKS5zZXRUYXJnZXRpbmcoJ2xhenlsb2FkJykuYWRkU2VydmljZShnb29nbGV0YWcucHViYWRzKCkpOwogICAgZ29vZ2xldGFnLnB1YmFkcygpLmRpc2FibGVJbml0aWFsTG9hZCgpOwogICAgZ29vZ2xldGFnLnB1YmFkcygpLmVuYWJsZVNpbmdsZVJlcXVlc3QoKTsKICAgIGdvb2dsZXRhZy5wdWJhZHMoKS5jb2xsYXBzZUVtcHR5RGl2cygpOwogICAgZ29vZ2xldGFnLnB1YmFkcygpLmVuYWJsZUxhenlMb2FkKHsKICAgICAgICBmZXRjaE1hcmdpblBlcmNlbnQ6IDIwMCwKICAgICAgICByZW5kZXJNYXJnaW5QZXJjZW50OiAxMDAsCiAgICAgICAgbW9iaWxlU2NhbGluZzogMi4wCiAgICB9KTsKCiAgICBnb29nbGV0YWcuZW5hYmxlU2VydmljZXMoKTtkAhwPFgIfAAU6ICBncHRTbG90cy5wdXNoKHNsb3QxLCBzbG90Miwgc2xvdDMsIHNsb3Q0LCBzbG90NSwgc2xvdDYpO2QCHg8WAh8ABZQFDQo8bWV0YSBwcm9wZXJ0eT0ib2c6c2l0ZV9uYW1lIiBjb250ZW50PSJIb2x5cm9vZCBXZWJzaXRlIiAvPg0KPG1ldGEgcHJvcGVydHk9Im9nOmxvY2FsZSIgY29udGVudD0iZW5fR0IiIC8+DQo8bWV0YSBwcm9wZXJ0eT0ib2c6dGl0bGUiIGNvbnRlbnQ9Ik5ld3MgYW5kIGFuYWx5c2lzIG9mIFNjb3R0aXNoIHBvbGl0aWNzIGFuZCB0aGUgU2NvdHRpc2ggUGFybGlhbWVudCwgSG9seXJvb2QgTVNQcywgcG9saXRpY2FsIGNvbmZlcmUiIC8+DQo8bWV0YSBwcm9wZXJ0eT0ib2c6ZGVzY3JpcHRpb24iIGNvbnRlbnQ9Ik5ld3MgYW5kIGFuYWx5c2lzIG9mIFNjb3R0aXNoIHBvbGl0aWNzIGFuZCB0aGUgU2NvdHRpc2ggUGFybGlhbWVudCwgSG9seXJvb2QgTVNQcywgcG9saXRpY2FsIGNvbmZlcmVuY2VzIGFuZCBmb3J1bXMiIC8+DQo8bWV0YSBwcm9wZXJ0eT0ib2c6dXJsIiBjb250ZW50PSJodHRwczovL3d3dy5ob2x5cm9vZC5jb20vIiAvPg0KPG1ldGEgcHJvcGVydHk9Im9nOmltYWdlIiBjb250ZW50PSJodHRwczovL3d3dy5ob2x5cm9vZC5jb20vX2ltZy9zaGFyZS5qcGciIC8+DQo8bWV0YSBwcm9wZXJ0eT0ib2c6aW1hZ2U6dHlwZSIgY29udGVudD0iaW1hZ2UvanBlZyIgLz4NCjxtZXRhIHByb3BlcnR5PSJvZzp0eXBlIiBjb250ZW50PSJ3ZWJzaXRlIiAvPg0KZAIgDxYCHgdWaXNpYmxlZ2QCIg8WAh8ABVc8bGluayByZWw9ImNhbm9uaWNhbCIgaHJlZj0iL2hvbWUuaHRtIiAvPjxsaW5rIHJlbD0ibmV4dCIgaHJlZj0iL2hvbWUuaHRtP25ld3NfcGc9MSIgLz5kAgIQZGQWBgIBD2QWAmYPZBYOAgMPFgIfAWhkAgcPZBYCZg9kFgJmD2QWAmYPZBYCZg8WAh8ABakDPGRpdiBjbGFzcz0iaGRyLXN1YnMiPg0KICAgIDxkaXYgY2xhc3M9ImhTdWJUZXh0Ij4NCiAgICAgICAgPHA+U2NvdGxhbmTigJlzIGZvcnRuaWdodGx5IDxzcGFuPnBvbGl0aWNhbCAmIGN1cnJlbnQgYWZmYWlycyBtYWdhemluZTwvc3Bhbj48L3A+DQogICAgICAgIDxwPjxhIGhyZWY9Imh0dHBzOi8vd3d3LnRwZ3JvdXBzaG9wLmNvbS9zdG9yZS9wcm9kdWN0cyxob2x5cm9vZF8xNi5odG0iIHRhcmdldD0iX2JsYW5rIiBjbGFzcz0iYnRuIGJ0bi0tc21hbGwgYnRuLS15ZWxsb3ciPlN1YnNjcmliZTwvYT48L3A+DQogICAgPC9kaXY+DQogICAgPGltZyBzcmM9Ii91Z2MtMS91cGxvYWRzL3BhZ2VibG9ja3MvMTE1NjUvOWExOTA1YjFjNGRmZDZiNDVkMWQwMGJiODAxYmI3ZWIuanBnIiBhbHQ9IlN1YnNjcmliZSB0byBIb2x5cm9vZCI+DQo8L2Rpdj5kAgkPFgIfAAWHEDx1bD48bGk+PGEgaHJlZj0iL25ld3MuaHRtIiB0aXRsZT0iUmVhZCB0aGUgbGF0ZXN0IG5ld3MgZnJvbSBTY290dGlzaCBwb2xpdGljcyBhbmQgdGhlIFNjb3R0aXNoIFBhcmxpYW1lbnQgfCBIb2x5cm9vZCBNYWdhemluZSI+PHNwYW4+TmV3czwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL2NvbW1lbnQuaHRtIiB0aXRsZT0iQ29tbWVudCwgYW5hbHlzaXMgYW5kIG9waW5pb24gb24gU2NvdHRpc2ggcG9saXRpY3MgfCBIb2x5cm9vZCBNYWdhemluZSI+PHNwYW4+Q29tbWVudDwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL2luc2lkZS1wb2xpdGljcy5odG0iIHRpdGxlPSJJbnNpZGUgUG9saXRpY3MgfCBIb2x5cm9vZCBNYWdhemluZSI+PHNwYW4+SW5zaWRlIFBvbGl0aWNzPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvZWRpdG9ycy1jb2x1bW4uaHRtIiB0aXRsZT0iRWRpdG9yJiMzOTtzIENvbHVtbiAtIEhvbHlyb29kIE1hZ2F6aW5lIC0gTWFuZHkgUmhvZGVzIj48c3Bhbj5FZGl0b3IncyBDb2x1bW48L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9wb3J0Zm9saW9zL2Nvbm5lY3QuaHRtIiB0aXRsZT0iQ29ubmVjdCI+PHNwYW4+Q29ubmVjdDwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iaHR0cHM6Ly9ldmVudHMuaG9seXJvb2QuY29tIiB0aXRsZT0iRXZlbnRzIiB0YXJnZXQ9Il9ibGFuayI+PHNwYW4+RXZlbnRzPC9zcGFuPjwvYT48L2xpPjxsaSBjbGFzcz0ibm9MaW5rIGxpSGFzQ2hpbGRyZW4iPjxhIGhyZWY9Ii9wb3J0Zm9saW9zLmh0bSIgdGl0bGU9IlBvcnRmb2xpb3MgfCBIb2x5cm9vZCBNYWdhemluZSI+PHNwYW4+UG9ydGZvbGlvczwvc3Bhbj48L2E+PHVsPjxsaT48YSBocmVmPSIvcG9ydGZvbGlvcy9sb2NhbC1nb3Zlcm5tZW50Lmh0bSIgdGl0bGU9IkxvY2FsIEdvdmVybm1lbnQgaW4gU2NvdGxhbmQgLSBuZXdzLCByZXZpZXdzIGFuZCBvcGluaW9uIHwgSG9seXJvb2QgTWFnYXppbmUiPjxzcGFuPkxvY2FsIEdvdmVybm1lbnQ8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9wb3J0Zm9saW9zL2VkdWNhdGlvbi5odG0iIHRpdGxlPSJFZHVjYXRpb24gaW4gU2NvdGxhbmQgLSBuZXdzLCByZXZpZXdzIGFuZCBvcGluaW9uIHwgSG9seXJvb2QgTWFnYXppbmUiPjxzcGFuPkVkdWNhdGlvbjwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL3BvcnRmb2xpb3MvaGVhbHRoLmh0bSIgdGl0bGU9IkhlYWx0aCBpbiBTY290bGFuZCAtIG5ld3MsIHJldmlld3MgYW5kIG9waW5pb24gfCBIb2x5cm9vZCBNYWdhemluZSI+PHNwYW4+SGVhbHRoPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvcG9ydGZvbGlvcy9qdXN0aWNlLmh0bSIgdGl0bGU9Ikp1c3RpY2UgaW4gU2NvdGxhbmQgLSBuZXdzLCByZXZpZXdzIGFuZCBvcGluaW9uIHwgSG9seXJvb2QgTWFnYXppbmUiPjxzcGFuPkp1c3RpY2U8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9wb3J0Zm9saW9zL2Vudmlyb25tZW50Lmh0bSIgdGl0bGU9IlRoZSBHcmVlbiBwYWdlcyAtIG5ld3MsIGFuYWx5c2lzIGFuZCBvcGluaW9uIG9uIGNsaW1hdGUgY2hhbmdlIGFuZCB0aGUgZW52aXJvbm1lbnQgfCBIb2x5cm9vZCBNYWdhemkiPjxzcGFuPkdyZWVuIHBhZ2VzPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvcG9ydGZvbGlvcy9idXNpbmVzcy1lY29ub215Lmh0bSIgdGl0bGU9IkJ1c2luZXNzICZhbXA7IEVjb25vbXkgaW4gU2NvdGxhbmQgLSBuZXdzLCByZXZpZXdzIGFuZCBvcGluaW9uIHwgSG9seXJvb2QgTWFnYXppbmUiPjxzcGFuPkJ1c2luZXNzICYgRWNvbm9teTwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL3BvcnRmb2xpb3MvaG9seXJvb2QtYmFieS5odG0iIHRpdGxlPSJIb2x5cm9vZCBiYWJ5IHwgSG9seXJvb2QgTWFnYXppbmUiPjxzcGFuPkhvbHlyb29kIGJhYnk8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9wb3J0Zm9saW9zL2Nvbm5lY3QuaHRtIiB0aXRsZT0iQ29ubmVjdCB8IEhvbHlyb29kIE1hZ2F6aW5lIj48c3Bhbj5Db25uZWN0PC9zcGFuPjwvYT48L2xpPjwvdWw+PC9saT48L3VsPmQCCw9kFgJmD2QWAmYPZBYCZg8WAh8ABbAEPHVsPjxsaT48YSBocmVmPSIvbWFnYXppbmUuaHRtIiB0aXRsZT0iSG9seXJvb2QgTWFnYXppbmUiPjxzcGFuPk1hZ2F6aW5lPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvcmVzb3VyY2VzLmh0bSIgdGl0bGU9IlJlc291cmNlcyB8IEhvbHlyb29kIE1hZ2F6aW5lIj48c3Bhbj5SZXNvdXJjZXM8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9wb2RjYXN0cy5odG0iIHRpdGxlPSJQb2RjYXN0cyB8IEhvbHlyb29kIE1hZ2F6aW5lIj48c3Bhbj5Qb2RjYXN0czwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL2Fib3V0Lmh0bSIgdGl0bGU9IkZpbmQgb3V0IG1vcmUgYWJvdXQgSG9seXJvb2QgLSBTY290bGFuZOKAmXMgZm9ydG5pZ2h0bHkgcG9saXRpY2FsIGFuZCBjdXJyZW50IGFmZmFpcnMgbWFnYXppbmUiPjxzcGFuPkFib3V0PC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbmV3c2xldHRlci5odG0iIHRpdGxlPSJSZWdpc3RlciBmb3Igb3VyIG5ld3NsZXR0ZXJzIHwgSG9seXJvb2QgTWFnYXppbmUiPjxzcGFuPk5ld3NsZXR0ZXI8L3NwYW4+PC9hPjwvbGk+PC91bD5kAhEPZBYCAgEPFgIfAGVkAhMPFgIfAAWHEDx1bD48bGk+PGEgaHJlZj0iL25ld3MuaHRtIiB0aXRsZT0iUmVhZCB0aGUgbGF0ZXN0IG5ld3MgZnJvbSBTY290dGlzaCBwb2xpdGljcyBhbmQgdGhlIFNjb3R0aXNoIFBhcmxpYW1lbnQgfCBIb2x5cm9vZCBNYWdhemluZSI+PHNwYW4+TmV3czwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL2NvbW1lbnQuaHRtIiB0aXRsZT0iQ29tbWVudCwgYW5hbHlzaXMgYW5kIG9waW5pb24gb24gU2NvdHRpc2ggcG9saXRpY3MgfCBIb2x5cm9vZCBNYWdhemluZSI+PHNwYW4+Q29tbWVudDwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL2luc2lkZS1wb2xpdGljcy5odG0iIHRpdGxlPSJJbnNpZGUgUG9saXRpY3MgfCBIb2x5cm9vZCBNYWdhemluZSI+PHNwYW4+SW5zaWRlIFBvbGl0aWNzPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvZWRpdG9ycy1jb2x1bW4uaHRtIiB0aXRsZT0iRWRpdG9yJiMzOTtzIENvbHVtbiAtIEhvbHlyb29kIE1hZ2F6aW5lIC0gTWFuZHkgUmhvZGVzIj48c3Bhbj5FZGl0b3IncyBDb2x1bW48L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9wb3J0Zm9saW9zL2Nvbm5lY3QuaHRtIiB0aXRsZT0iQ29ubmVjdCI+PHNwYW4+Q29ubmVjdDwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iaHR0cHM6Ly9ldmVudHMuaG9seXJvb2QuY29tIiB0aXRsZT0iRXZlbnRzIiB0YXJnZXQ9Il9ibGFuayI+PHNwYW4+RXZlbnRzPC9zcGFuPjwvYT48L2xpPjxsaSBjbGFzcz0ibm9MaW5rIGxpSGFzQ2hpbGRyZW4iPjxhIGhyZWY9Ii9wb3J0Zm9saW9zLmh0bSIgdGl0bGU9IlBvcnRmb2xpb3MgfCBIb2x5cm9vZCBNYWdhemluZSI+PHNwYW4+UG9ydGZvbGlvczwvc3Bhbj48L2E+PHVsPjxsaT48YSBocmVmPSIvcG9ydGZvbGlvcy9sb2NhbC1nb3Zlcm5tZW50Lmh0bSIgdGl0bGU9IkxvY2FsIEdvdmVybm1lbnQgaW4gU2NvdGxhbmQgLSBuZXdzLCByZXZpZXdzIGFuZCBvcGluaW9uIHwgSG9seXJvb2QgTWFnYXppbmUiPjxzcGFuPkxvY2FsIEdvdmVybm1lbnQ8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9wb3J0Zm9saW9zL2VkdWNhdGlvbi5odG0iIHRpdGxlPSJFZHVjYXRpb24gaW4gU2NvdGxhbmQgLSBuZXdzLCByZXZpZXdzIGFuZCBvcGluaW9uIHwgSG9seXJvb2QgTWFnYXppbmUiPjxzcGFuPkVkdWNhdGlvbjwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL3BvcnRmb2xpb3MvaGVhbHRoLmh0bSIgdGl0bGU9IkhlYWx0aCBpbiBTY290bGFuZCAtIG5ld3MsIHJldmlld3MgYW5kIG9waW5pb24gfCBIb2x5cm9vZCBNYWdhemluZSI+PHNwYW4+SGVhbHRoPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvcG9ydGZvbGlvcy9qdXN0aWNlLmh0bSIgdGl0bGU9Ikp1c3RpY2UgaW4gU2NvdGxhbmQgLSBuZXdzLCByZXZpZXdzIGFuZCBvcGluaW9uIHwgSG9seXJvb2QgTWFnYXppbmUiPjxzcGFuPkp1c3RpY2U8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9wb3J0Zm9saW9zL2Vudmlyb25tZW50Lmh0bSIgdGl0bGU9IlRoZSBHcmVlbiBwYWdlcyAtIG5ld3MsIGFuYWx5c2lzIGFuZCBvcGluaW9uIG9uIGNsaW1hdGUgY2hhbmdlIGFuZCB0aGUgZW52aXJvbm1lbnQgfCBIb2x5cm9vZCBNYWdhemkiPjxzcGFuPkdyZWVuIHBhZ2VzPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvcG9ydGZvbGlvcy9idXNpbmVzcy1lY29ub215Lmh0bSIgdGl0bGU9IkJ1c2luZXNzICZhbXA7IEVjb25vbXkgaW4gU2NvdGxhbmQgLSBuZXdzLCByZXZpZXdzIGFuZCBvcGluaW9uIHwgSG9seXJvb2QgTWFnYXppbmUiPjxzcGFuPkJ1c2luZXNzICYgRWNvbm9teTwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL3BvcnRmb2xpb3MvaG9seXJvb2QtYmFieS5odG0iIHRpdGxlPSJIb2x5cm9vZCBiYWJ5IHwgSG9seXJvb2QgTWFnYXppbmUiPjxzcGFuPkhvbHlyb29kIGJhYnk8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9wb3J0Zm9saW9zL2Nvbm5lY3QuaHRtIiB0aXRsZT0iQ29ubmVjdCB8IEhvbHlyb29kIE1hZ2F6aW5lIj48c3Bhbj5Db25uZWN0PC9zcGFuPjwvYT48L2xpPjwvdWw+PC9saT48L3VsPmQCFQ9kFgJmD2QWAmYPZBYCZg8WAh8ABbAEPHVsPjxsaT48YSBocmVmPSIvbWFnYXppbmUuaHRtIiB0aXRsZT0iSG9seXJvb2QgTWFnYXppbmUiPjxzcGFuPk1hZ2F6aW5lPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvcmVzb3VyY2VzLmh0bSIgdGl0bGU9IlJlc291cmNlcyB8IEhvbHlyb29kIE1hZ2F6aW5lIj48c3Bhbj5SZXNvdXJjZXM8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9wb2RjYXN0cy5odG0iIHRpdGxlPSJQb2RjYXN0cyB8IEhvbHlyb29kIE1hZ2F6aW5lIj48c3Bhbj5Qb2RjYXN0czwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL2Fib3V0Lmh0bSIgdGl0bGU9IkZpbmQgb3V0IG1vcmUgYWJvdXQgSG9seXJvb2QgLSBTY290bGFuZOKAmXMgZm9ydG5pZ2h0bHkgcG9saXRpY2FsIGFuZCBjdXJyZW50IGFmZmFpcnMgbWFnYXppbmUiPjxzcGFuPkFib3V0PC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbmV3c2xldHRlci5odG0iIHRpdGxlPSJSZWdpc3RlciBmb3Igb3VyIG5ld3NsZXR0ZXJzIHwgSG9seXJvb2QgTWFnYXppbmUiPjxzcGFuPk5ld3NsZXR0ZXI8L3NwYW4+PC9hPjwvbGk+PC91bD5kAgMPZBYCAgMPZBYCZg9kFgoCAw9kFgICAQ9kFgRmD2QWAgIED2QWAmYPZBYEZg8PFgIfAWhkZAICDw8WAh8BaGRkAgEPZBYCAgQPZBYCZg9kFgRmDw8WAh8BaGRkAgIPDxYCHwFoZGQCBQ8WAh8BaGQCBw9kFgICAQ9kFgRmD2QWAgIED2QWAmYPZBYEZg8PFgIfAWhkZAICDw8WAh8BaGRkAgEPZBYEAgMPFgIfAWgWAmYPFgIfAWhkAgQPZBYCZg9kFgRmDw8WAh8BaGRkAgIPDxYCHwFoZGQCCQ9kFgICAQ9kFgJmD2QWBgIBDxYCHwFoFgJmDxYCHwFoZAICDxYCHwFoZAIED2QWAmYPZBYEZg8PFgIfAWhkZAICDw8WAh8BaGRkAgsPZBYCAgEPZBYCZg9kFgICAQ8WAh4LXyFJdGVtQ291bnQCBhYMZg9kFgYCAQ8WAh8ABRBMb2NhbCBHb3Zlcm5tZW50ZAIDDw8WAh4LTmF2aWdhdGVVcmwFEy9uZXdzLmh0bT9maWx0ZXI9NThkZAIFD2QWAmYPZBYEZg9kFgICAQ8WAh8CAv////8PZAICD2QWAgIBDxYCHwIC/////w9kAgEPZBYGAgEPFgIfAAUJRWR1Y2F0aW9uZAIDDw8WAh8DBRMvbmV3cy5odG0/ZmlsdGVyPTQ4ZGQCBQ9kFgJmD2QWBGYPZBYCAgEPFgIfAgL/////D2QCAg9kFgICAQ8WAh8CAv////8PZAICD2QWBgIBDxYCHwAFBkhlYWx0aGQCAw8PFgIfAwUTL25ld3MuaHRtP2ZpbHRlcj01NGRkAgUPZBYCZg9kFgRmD2QWAgIBDxYCHwIC/////w9kAgIPZBYCAgEPFgIfAgL/////D2QCAw9kFgYCAQ8WAh8ABQdKdXN0aWNlZAIDDw8WAh8DBRMvbmV3cy5odG0/ZmlsdGVyPTU2ZGQCBQ9kFgJmD2QWBGYPZBYCAgEPFgIfAgL/////D2QCAg9kFgICAQ8WAh8CAv////8PZAIED2QWBgIBDxYCHwAFC0dyZWVuIFBhZ2VzZAIDDw8WAh8DBRMvbmV3cy5odG0/ZmlsdGVyPTUwZGQCBQ9kFgJmD2QWBGYPZBYCAgEPFgIfAgL/////D2QCAg9kFgICAQ8WAh8CAv////8PZAIFD2QWBgIBDxYCHwAFEkJ1c2luZXNzICYgRWNvbm9teWQCAw8PFgIfAwUTL25ld3MuaHRtP2ZpbHRlcj00M2RkAgUPZBYCZg9kFgRmD2QWAgIBDxYCHwIC/////w9kAgIPZBYCAgEPFgIfAgL/////D2QCBQ9kFgJmD2QWBAIBD2QWAgIBD2QWAgIBD2QWAmYPZBYCAgEPD2QWAh4LcGxhY2Vob2xkZXIFFEVudGVyIGUtbWFpbCBhZGRyZXNzZAICD2QWAmYPZBYCZg9kFgJmD2QWAmYPFgIfAAXiAzxkaXYgY2xhc3M9ImZ0ci1zdWJzIGNsZWFyRml4Ij4NCiAgICA8ZGl2IGNsYXNzPSJoMiI+U3RheSBpbiB0aGUga25vdyB3aXRoIG91ciBmb3J0bmlnaHRseSBtYWdhemluZTwvZGl2Pg0KICAgIDxpbWcgc3JjPSIvdWdjLTEvdXBsb2Fkcy9wYWdlYmxvY2tzLzExNTY2L2UxMWU1NjdhN2JiYjc1NTkyMDA5MTZiM2JkMTE5NjRhLmpwZyIgYWx0PSJTdWJzY3JpYmUgdG8gSG9seXJvb2QiPg0KICAgIDxkaXYgY2xhc3M9ImhTdWJUZXh0Ij4NCiAgICAgICAgPHA+RGlyZWN0IERlYml0PHNwYW4+c3Vic2NyaXB0aW9ucyBmcm9tIMKjNDk8L3NwYW4+PC9wPg0KICAgICAgICA8cD48YSBocmVmPSJodHRwczovL3d3dy50cGdyb3Vwc2hvcC5jb20vc3RvcmUvcHJvZHVjdHMsaG9seXJvb2RfMTYuaHRtIiB0YXJnZXQ9Il9ibGFuayIgY2xhc3M9ImJ0biBidG4tLXNtYWxsIGJ0bi0teWVsbG93Ij5TdWJzY3JpYmU8L2E+PC9wPg0KICAgIDwvZGl2Pg0KPC9kaXY+ZGTWosVqZGttLLY//W/4NN+QeMNQ/6ZDF0utMm8tH72mvg==" /> </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=YZy2HDA8wJeuYitUwjq_xFtn8TeCxORzZZc-GBgl034eIVsPRGKEe4vAOn9f7bzxYJwy-f6i-Gjcd1XpFmrLBS2GiG4TebglArTJg0tuYWw1&t=638563308220000000" type="text/javascript"></script> <script src="/ScriptResource.axd?d=DdrI5qN0H8EMN0FgcryFak_ZCtBuIutRvn1dAEXCOGnjcfLPMfBrFbhAPx3v6UjZubg7BiB8p_wTs9HyZ5z3iUKlUXevRq7oaoqrVbUw5pezj9z_jt6EObiBml4m8J0bR7AuWXCaa_9_q93XBBxfUfWYhYBIp-Z2JcWv3Yhf7ZQ1&t=ffffffffc820c398" type="text/javascript"></script> <script src="/ScriptResource.axd?d=F3BYmK-aKydOKVOuJH_HMtQFbZefbRKKkmWyqw2TGRipzct9lezYPISFf4oHt7qzgz8GdkBWE2ZBm5vRriaMB68yA1GpZUQaBPhMBd2P-Z8WXfSp4MA9HdCw_ARMFFWPVLH3eg-MWWjmCk68tdgjq3BrDZ5YrzY0gy4aI7kA2kucPhFNJtbxR2wsH5WBbqw50&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-dods"> <!-- <div class="dods-group"> <span>Part of the DODS Group</span> </div> <div class="dods-brands"> <div class="db-label">Our media brands</div> <div class="db-select ico ico--chevLrg"> Select <ul> <li><a href="http://www.dodsgroup.com/node/51" target="_blank">Politics Home</a></li> <li><a href="http://www.dodsgroup.com/node/86" target="_blank">The House</a></li> <li><a href="http://www.dodsgroup.com/node/56" target="_blank">The Parliament Magazine</a></li> <li><a href="http://www.dodsgroup.com/node/58" target="_blank">Total Politics</a></li> <li><a href="http://www.dodsgroup.com/node/40" target="_blank">Public Affairs News</a></li> <li><a href="http://www.dodsgroup.com/node/57" target="_blank">Civil Service World</a></li> <li><a href="http://www.dodsgroup.com/node/59" target="_blank">PublicTechnology</a></li> <li><a href="http://www.dodsgroup.com/node/60" target="_blank">Training Journal</a></li> <li><a href="http://www.dodsgroup.com/node/109" target="_blank">Dods Parliamentary Companion</a></li> <li><a href="http://www.dodsgroup.com/node/107" target="_blank">Vacher's Quarterly</a></li> <li><a href="http://www.dodsgroup.com/node/108" target="_blank">The European Union and Public Affairs Directory</a></li> </ul> </div> </div> --> <div class="hdr-srch ico ico--srch"></div> <div class="burger"> <div class="hamburger"> <span></span> </div> <div class="b-label">Menu</div> </div> </div> <div class="hdr-main"> <div class="hdr-subs hdr-subs--left"> <img src="/_img/mobile_tablet_subscribe.png" alt="Subscribe to Holyrood updates"> <div class="hSubText"> <p>Newsletter sign-up</span></p> <p><a href="/newsletter.htm" class="btn btn--small btn--yellow">Subscribe</a></p> </div> </div> <div class="hdr-social"> <p>Follow us</p> <a href="http://x.com/holyrooddaily" target="_blank" class="ico ico--x"> <svg viewBox="0 0 14 12" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M11.026 0h2.146L8.483 5.083 14 12H9.68L6.296 7.805 2.425 12H.276l5.017-5.437L0 0h4.43l3.058 3.834L11.026 0Zm-.754 10.781h1.19L3.783 1.155H2.507l7.765 9.626Z" style="fill-rule:nonzero"/></svg> </a> <a href="http://www.facebook.com/HolyroodDaily" target="_blank" class="ico ico--fb"></a> <a href="https://www.linkedin.com/company/holyrood-communications" target="_blank" class="ico ico--li"></a> </div> <a href="/" class="logo hideText">Holyrood</a> <div class="hdr-subs"> <div class="hSubText"> <p>Scotland’s fortnightly <span>political & current affairs magazine</span></p> <p><a href="https://www.tpgroupshop.com/store/products,holyrood_16.htm" target="_blank" class="btn btn--small btn--yellow">Subscribe</a></p> </div> <img src="/ugc-1/uploads/pageblocks/11565/9a1905b1c4dfd6b45d1d00bb801bb7eb.jpg" alt="Subscribe to Holyrood"> </div> </div> <div class="hdr-nav"> <nav class="main-nav"> <ul><li><a href="/news.htm" title="Read the latest news from Scottish politics and the Scottish Parliament | Holyrood Magazine"><span>News</span></a></li><li><a href="/comment.htm" title="Comment, analysis and opinion on Scottish politics | Holyrood Magazine"><span>Comment</span></a></li><li><a href="/inside-politics.htm" title="Inside Politics | Holyrood Magazine"><span>Inside Politics</span></a></li><li><a href="/editors-column.htm" title="Editor's Column - Holyrood Magazine - Mandy Rhodes"><span>Editor's Column</span></a></li><li><a href="/portfolios/connect.htm" title="Connect"><span>Connect</span></a></li><li><a href="https://events.holyrood.com" title="Events" target="_blank"><span>Events</span></a></li><li class="noLink liHasChildren"><a href="/portfolios.htm" title="Portfolios | Holyrood Magazine"><span>Portfolios</span></a><ul><li><a href="/portfolios/local-government.htm" title="Local Government in Scotland - news, reviews and opinion | Holyrood Magazine"><span>Local Government</span></a></li><li><a href="/portfolios/education.htm" title="Education in Scotland - news, reviews and opinion | Holyrood Magazine"><span>Education</span></a></li><li><a href="/portfolios/health.htm" title="Health in Scotland - news, reviews and opinion | Holyrood Magazine"><span>Health</span></a></li><li><a href="/portfolios/justice.htm" title="Justice in Scotland - news, reviews and opinion | Holyrood Magazine"><span>Justice</span></a></li><li><a href="/portfolios/environment.htm" title="The Green pages - news, analysis and opinion on climate change and the environment | Holyrood Magazi"><span>Green pages</span></a></li><li><a href="/portfolios/business-economy.htm" title="Business & Economy in Scotland - news, reviews and opinion | Holyrood Magazine"><span>Business & Economy</span></a></li><li><a href="/portfolios/holyrood-baby.htm" title="Holyrood baby | Holyrood Magazine"><span>Holyrood baby</span></a></li><li><a href="/portfolios/connect.htm" title="Connect | Holyrood Magazine"><span>Connect</span></a></li></ul></li></ul> <ul class="more-nav"> <li class="liHasChildren noLink"> <a href="#" title="More items"> <span>More</span> </a> <ul><li><a href="/magazine.htm" title="Holyrood Magazine"><span>Magazine</span></a></li><li><a href="/resources.htm" title="Resources | Holyrood Magazine"><span>Resources</span></a></li><li><a href="/podcasts.htm" title="Podcasts | Holyrood Magazine"><span>Podcasts</span></a></li><li><a href="/about.htm" title="Find out more about Holyrood - Scotland’s fortnightly political and current affairs magazine"><span>About</span></a></li><li><a href="/newsletter.htm" title="Register for our newsletters | Holyrood Magazine"><span>Newsletter</span></a></li></ul> </li> </ul> </nav> <div class="hdr-srch ico ico--srch"></div> <div class="nav-social"> <p>Follow us:</p> <a href="http://x.com/holyrooddaily" target="_blank" class="ico ico--x"> <svg viewBox="0 0 14 12" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M11.026 0h2.146L8.483 5.083 14 12H9.68L6.296 7.805 2.425 12H.276l5.017-5.437L0 0h4.43l3.058 3.834L11.026 0Zm-.754 10.781h1.19L3.783 1.155H2.507l7.765 9.626Z" style="fill-rule:nonzero"/></svg> </a> <a href="http://www.facebook.com/HolyroodDaily" target="_blank" class="ico ico--fb"></a> <a href="https://www.linkedin.com/company/holyrood-communications" target="_blank" class="ico ico--li"></a> </div> </div> <div class="hdr-searchBar"> <input name="ctl00$hdr$tSearch" type="text" id="hdr_tSearch" class="text sb-keyword" placeholder="Search" /> <input type="submit" name="ctl00$hdr$bSearch" value="Search" id="hdr_bSearch" class="btn btn--yellow sb-btn" /> </div> </header> <div class="sticky-header clearFix"> <a class="logo-sticky" href="/"> <img src="/_img/logo_sticky.svg" /> </a> <nav class="sticky-nav"> <ul><li><a href="/news.htm" title="Read the latest news from Scottish politics and the Scottish Parliament | Holyrood Magazine"><span>News</span></a></li><li><a href="/comment.htm" title="Comment, analysis and opinion on Scottish politics | Holyrood Magazine"><span>Comment</span></a></li><li><a href="/inside-politics.htm" title="Inside Politics | Holyrood Magazine"><span>Inside Politics</span></a></li><li><a href="/editors-column.htm" title="Editor's Column - Holyrood Magazine - Mandy Rhodes"><span>Editor's Column</span></a></li><li><a href="/portfolios/connect.htm" title="Connect"><span>Connect</span></a></li><li><a href="https://events.holyrood.com" title="Events" target="_blank"><span>Events</span></a></li><li class="noLink liHasChildren"><a href="/portfolios.htm" title="Portfolios | Holyrood Magazine"><span>Portfolios</span></a><ul><li><a href="/portfolios/local-government.htm" title="Local Government in Scotland - news, reviews and opinion | Holyrood Magazine"><span>Local Government</span></a></li><li><a href="/portfolios/education.htm" title="Education in Scotland - news, reviews and opinion | Holyrood Magazine"><span>Education</span></a></li><li><a href="/portfolios/health.htm" title="Health in Scotland - news, reviews and opinion | Holyrood Magazine"><span>Health</span></a></li><li><a href="/portfolios/justice.htm" title="Justice in Scotland - news, reviews and opinion | Holyrood Magazine"><span>Justice</span></a></li><li><a href="/portfolios/environment.htm" title="The Green pages - news, analysis and opinion on climate change and the environment | Holyrood Magazi"><span>Green pages</span></a></li><li><a href="/portfolios/business-economy.htm" title="Business & Economy in Scotland - news, reviews and opinion | Holyrood Magazine"><span>Business & Economy</span></a></li><li><a href="/portfolios/holyrood-baby.htm" title="Holyrood baby | Holyrood Magazine"><span>Holyrood baby</span></a></li><li><a href="/portfolios/connect.htm" title="Connect | Holyrood Magazine"><span>Connect</span></a></li></ul></li></ul> <ul class="more-nav"> <li class="liHasChildren"> <a href="#" title="More items"> <span>More</span> </a> <ul><li><a href="/magazine.htm" title="Holyrood Magazine"><span>Magazine</span></a></li><li><a href="/resources.htm" title="Resources | Holyrood Magazine"><span>Resources</span></a></li><li><a href="/podcasts.htm" title="Podcasts | Holyrood Magazine"><span>Podcasts</span></a></li><li><a href="/about.htm" title="Find out more about Holyrood - Scotland’s fortnightly political and current affairs magazine"><span>About</span></a></li><li><a href="/newsletter.htm" title="Register for our newsletters | Holyrood Magazine"><span>Newsletter</span></a></li></ul> </li> </ul> </nav> <div class="sticky-srch ico ico--srch"></div> <div class="burger"> <div class="hamburger"> <span></span> </div> </div> </div> <main> <div class="template template--home"> <div class="container container--featured"> <div class="advert-holder"> <!-- /1048162/hr/homepage_header --> <div id='div-gpt-ad-1608230013890-0' class="dodsAdvert"> <script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-1608230013890-0'); }); </script> </div> </div> <div class="fp flx flx--wr"> <div class="fi-main"> <div class="ni clearFix"> <div class="ni-img"> <a href="/news/view,kemi-badenoch-public-bodies-face-serious-potential-they-are-breaking-law-on-singlesex-spaces"> <img data-sizes="auto" data-src="/siteimg/featured/ugc-1/fullnews/news/23144/23505_original.jpg" data-srcset="/siteimg/featured/ugc-1/fullnews/news/23144/23505_original.jpg 820w, /siteimg/featured-mob/ugc-1/fullnews/news/23144/23505_original.jpg 540w" class="lazyload" alt="Kemi Badenoch: Public bodies face ‘serious potential’ they are breaking law on single-sex spaces"/> </a> </div> <div class="ni-cont flx flx--col flx--jc"> <a href="/news/view,kemi-badenoch-public-bodies-face-serious-potential-they-are-breaking-law-on-singlesex-spaces"> <h2>Kemi Badenoch: Public bodies face ‘serious potential’ they are breaking law on single-sex spaces</h2> <p>She made the comments while in Glasgow alongside Russell Findlay and Andrew Bowie</p> </a> <div class="ni-authTag">by <a href="/news.htm?author=685">Louise Wilson</a></div> </div> </div> </div> <div class="fi-list"> <div class="ni flx flx--ai flx--wr"> <div class="ni-img"> <a href="/news/view,john-swinney-meets-eric-trump-at-bute-house"> <img data-src="/siteimg/thumb/ugc-1/fullnews/news/23141/23502_original.jpg" alt="John Swinney meets Eric Trump at Bute House" class="lazyload" /> </a> </div> <div class="ni-cont"> <h3 class="ni-title"><a href="/news/view,john-swinney-meets-eric-trump-at-bute-house">John Swinney meets Eric Trump at Bute House</a></h3> </div> </div><div class="ni flx flx--ai flx--wr"> <div class="ni-img"> <a href="/news/view,russell-findlay-snps-gender-obsession-must-follow-nicola-sturgeon-out-the-door"> <img data-src="/siteimg/thumb/ugc-1/fullnews/news/23139/23500_original.jpg" alt="Russell Findlay: SNP’s gender obsession must follow Nicola Sturgeon out the door" class="lazyload" /> </a> </div> <div class="ni-cont"> <h3 class="ni-title"><a href="/news/view,russell-findlay-snps-gender-obsession-must-follow-nicola-sturgeon-out-the-door">Russell Findlay: SNP’s gender obsession must follow Nicola Sturgeon out the door</a></h3> </div> </div><div class="ni flx flx--ai flx--wr"> <div class="ni-img"> <a href="/news/view,technology-secretary-turns-to-ai-for-advice-foi-reveals"> <img data-src="/siteimg/thumb/ugc-1/fullnews/news/23140/23501_original.jpg" alt="Technology secretary turns to AI for advice, FOI reveals" class="lazyload" /> </a> </div> <div class="ni-cont"> <h3 class="ni-title"><a href="/news/view,technology-secretary-turns-to-ai-for-advice-foi-reveals">Technology secretary turns to AI for advice, FOI reveals</a></h3> </div> </div> </div> </div> </div> <div class="container"> <div id="cp1_ctl00_ctl02_titleDiv" class="nt"> <span class="nt-cat">Latest</span> <span class="nt-seeAll"><a href="/news.htm">News</a></span> </div> <div class="nr nr--homeLatest nr--x3"> <div class="ni"> <div class="ni-img"> <a href="/inside-politics/view,wheres-the-misogyny-bill-that-was-promised-and-its-still-not-there"> <img data-sizes="auto" data-src="/siteimg/featured/ugc-1/fullnews/news/23121/23476_original.jpg" data-srcset="/siteimg/featured-mob/ugc-1/fullnews/news/23121/23476_original.jpg 540w, /siteimg/featured/ugc-1/fullnews/news/23121/23476_original.jpg 820w" class="lazyload" alt="'Where’s the misogyny bill? That was promised and it’s still not there'"/> </a> </div> <div class="ni-cont"> <a href="/inside-politics/view,wheres-the-misogyny-bill-that-was-promised-and-its-still-not-there"> <h2 class="ni-title">'Where’s the misogyny bill? That was promised and it’s still not there'</h2> <p class="ni-summ">Cross-party MSPs Claire Baker, Michelle Thomson and Tess White are joining forces to end violence against women and girls</p> </a> </div> </div><div class="ni"> <div class="ni-img"> <a href="/news/view,ministers-jeered-as-msps-vote-on-singlesex-spaces"> <img data-sizes="auto" data-src="/siteimg/featured/ugc-1/fullnews/news/23137/23496_original.jpg" data-srcset="/siteimg/featured-mob/ugc-1/fullnews/news/23137/23496_original.jpg 540w, /siteimg/featured/ugc-1/fullnews/news/23137/23496_original.jpg 820w" class="lazyload" alt="Ministers jeered as MSPs vote on single-sex spaces"/> </a> </div> <div class="ni-cont"> <a href="/news/view,ministers-jeered-as-msps-vote-on-singlesex-spaces"> <h2 class="ni-title">Ministers jeered as MSPs vote on single-sex spaces</h2> <p class="ni-summ">Chamber clashes over public sector provision</p> </a> </div> </div><div class="ni"> <div class="ni-img"> <a href="/inside-politics/view,nicola-sturgeon-dividing-critics-and-supporters-until-the-end"> <img data-sizes="auto" data-src="/siteimg/featured/ugc-1/fullnews/news/23136/23495_original.jpg" data-srcset="/siteimg/featured-mob/ugc-1/fullnews/news/23136/23495_original.jpg 540w, /siteimg/featured/ugc-1/fullnews/news/23136/23495_original.jpg 820w" class="lazyload" alt="Nicola Sturgeon: Dividing critics and supporters until the end"/> </a> </div> <div class="ni-cont"> <div class="ni-cat"><a href="/news.htm?filter=134">Scottish Independence</a></div> <a href="/inside-politics/view,nicola-sturgeon-dividing-critics-and-supporters-until-the-end"> <h2 class="ni-title">Nicola Sturgeon: Dividing critics and supporters until the end</h2> <p class="ni-summ">The pending departure of the former FM from the national stage elicits questions not only about her achievements and legacy, but about the future of the party she joined as a teenager</p> </a> </div> </div> </div> <div id="cp1_ctl00_ctl03_titleDiv" class="nt"> <span class="nt-cat">Inside Politics</span> <span class="nt-seeAll"><a href="/inside-politics.htm">See all</a></span> </div> <div class="nr nr--x4"> <div class="ni"> <div class="ni-img"> <a href="/inside-politics/view,womens-studies-how-19-female-medical-students-brought-from-afghanistan-to-scotland-became-a-symbol-of-hope"> <img data-sizes="auto" data-src="/siteimg/main/ugc-1/fullnews/news/23130/23489_original.jpg" data-srcset="/siteimg/main-mob/ugc-1/fullnews/news/23130/23489_original.jpg 265w, /siteimg/main/ugc-1/fullnews/news/23130/23489_original.jpg 450w" class="lazyload" /> </a> </div> <div class="ni-cont"> <div class="ni-cat"><a href="/news.htm?filter=402">Education</a></div> <a href="/inside-politics/view,womens-studies-how-19-female-medical-students-brought-from-afghanistan-to-scotland-became-a-symbol-of-hope"> <h3 class="ni-title">Women's Studies: How 19 female medical students brought from Afghanistan became a symbol of hope</h3> </a> </div> </div><div class="ni"> <div class="ni-img"> <a href="/inside-politics/view,john-cooper-mp-i-broke-my-collarbone-at-the-foot-of-ben-nevis"> <img data-sizes="auto" data-src="/siteimg/main/ugc-1/fullnews/news/23114/23465_original.jpg" data-srcset="/siteimg/main-mob/ugc-1/fullnews/news/23114/23465_original.jpg 265w, /siteimg/main/ugc-1/fullnews/news/23114/23465_original.jpg 450w" class="lazyload" /> </a> </div> <div class="ni-cont"> <a href="/inside-politics/view,john-cooper-mp-i-broke-my-collarbone-at-the-foot-of-ben-nevis"> <h3 class="ni-title">John Cooper MP: 'I broke my collarbone at the foot of Ben Nevis'</h3> </a> </div> </div><div class="ni"> <div class="ni-img"> <a href="/inside-politics/view,womens-work-refighting-battles-for-equality-with-men"> <img data-sizes="auto" data-src="/siteimg/main/ugc-1/fullnews/news/23124/23479_original.jpg" data-srcset="/siteimg/main-mob/ugc-1/fullnews/news/23124/23479_original.jpg 265w, /siteimg/main/ugc-1/fullnews/news/23124/23479_original.jpg 450w" class="lazyload" /> </a> </div> <div class="ni-cont"> <a href="/inside-politics/view,womens-work-refighting-battles-for-equality-with-men"> <h3 class="ni-title">Women's Work: Re-fighting battles for equality</h3> </a> </div> </div><div class="ni"> <div class="ni-img"> <a href="/inside-politics/view,silenced-and-targeted-female-msps-speak-out-on-the-online-abuse-they-deal-with"> <img data-sizes="auto" data-src="/siteimg/main/ugc-1/fullnews/news/23111/23469_original.jpg" data-srcset="/siteimg/main-mob/ugc-1/fullnews/news/23111/23469_original.jpg 265w, /siteimg/main/ugc-1/fullnews/news/23111/23469_original.jpg 450w" class="lazyload" /> </a> </div> <div class="ni-cont"> <a href="/inside-politics/view,silenced-and-targeted-female-msps-speak-out-on-the-online-abuse-they-deal-with"> <h3 class="ni-title">Silenced and Targeted: Female MSPs speak out on the online abuse they deal with</h3> </a> </div> </div> </div><div class="advert-holder"> <!-- /1048162/hr/homepage_mid --> <div id='div-gpt-ad-1608230013890-1' class="dodsAdvert"> <script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-1608230013890-1'); }); </script> </div> </div> </div> <div class="container"> <div id="cp1_ctl00_ctl04_titleDiv" class="nt"> <span class="nt-cat">Latest Comment</span> <span class="nt-seeAll"><a href="/comment.htm">See all</a></span> </div> <div class="nr nr--x2"> <div class="ni"> <div class="ni-img"> <a href="/comment/view,associate-feature-earning-and-learning-how-to-find-the-right-combination-for-employers-students-and-industry-challenges-in-the-scottish-economy"> <img data-src="/siteimg/half/ugc-1/fullnews/news/23105/23452_original.jpg" alt="Associate feature: Earning and learning: How to find the right combination for employers, students, and industry challenges in the Scottish economy" class="lazyload" /> </a> </div> <div class="ni-auth"> <div class="ni-authImg"> <img src="/ugc-1/fullnews/author/1070/385_square.jpg" alt="Susan Love, Strategic Engagement Lead for ACCA in Scotland" /> </div> <div class="ni-authName"> by <a href="/news.htm?author=1070">Susan Love, Strategic Engagement Lead for ACCA in Scotland</a> </div> </div> <div class="ni-cont"> <a href="/comment/view,associate-feature-earning-and-learning-how-to-find-the-right-combination-for-employers-students-and-industry-challenges-in-the-scottish-economy"> <h2 class="ni-title">Associate feature: Earning and learning: How to find the right combination for employers, students, and industry challenges in the Scottish economy</h2> <p class="ni-summ">Susan Love, Strategic Engagement Lead for Scotland, ACCA, discusses how Scotland should be looking at the foundations of education and employment to create new pathways that best address the challenges of the economy in skills and talent attraction and retention.</p> </a> </div> </div><div class="ni"> <div class="ni-img"> <a href="/comment/view,associate-feature-female-momentum-in-entrepreneurship"> <img data-src="/siteimg/half/ugc-1/fullnews/news/23109/23486_original.jpg" alt="Associate feature: Female momentum in entrepreneurship" class="lazyload" /> </a> </div> <div class="ni-auth"> <div class="ni-authImg"> <img src="/ugc-1/fullnews/author/1160/474_square.jpg" alt="Theresa Swayne, Senior development manager for enterprise and community support, HIE" /> </div> <div class="ni-authName"> by <a href="/news.htm?author=1160">Theresa Swayne, Senior development manager for enterprise and community support, HIE</a> </div> </div> <div class="ni-cont"> <a href="/comment/view,associate-feature-female-momentum-in-entrepreneurship"> <h2 class="ni-title">Associate feature: Female momentum in entrepreneurship</h2> <p class="ni-summ">In partnership with Techscaler (the Scottish Government’s technology start-up programme), we’re supporting five female entrepreneurs with grants of up to £10k through the HIE Techscaler Kickstart Grant scheme.</p> </a> </div> </div> </div> <div class="nr nr--x4"> <div class="ni"> <div class="ni-img"> <a href="/comment/view,associate-feature-the-state-of-ransomware"> <img data-sizes="auto" data-src="/siteimg/main/ugc-1/fullnews/news/23131/23487_original.jpg" data-srcset="/siteimg/main-mob/ugc-1/fullnews/news/23131/23487_original.jpg 265w, /siteimg/main/ugc-1/fullnews/news/23131/23487_original.jpg 450w" class="lazyload" /> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-cont"> <a href="/comment/view,associate-feature-the-state-of-ransomware"> <h3 class="ni-title">Associate feature: The state of ransomware - how to future-proof your cyber security</h3> </a> </div> </div><div class="ni"> <div class="ni-img"> <a href="/comment/view,associate-feature-supporting-proactive-healthcare-for-women-through-better-access-technology"> <img data-sizes="auto" data-src="/siteimg/main/ugc-1/fullnews/news/23103/23490_original.jpg" data-srcset="/siteimg/main-mob/ugc-1/fullnews/news/23103/23490_original.jpg 265w, /siteimg/main/ugc-1/fullnews/news/23103/23490_original.jpg 450w" class="lazyload" /> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-cont"> <a href="/comment/view,associate-feature-supporting-proactive-healthcare-for-women-through-better-access-technology"> <h3 class="ni-title">Associate feature: Supporting proactive healthcare for women through better access to technology</h3> </a> </div> </div><div class="ni"> <div class="ni-img"> <a href="/comment/view,there-are-still-unanswered-questions-over-scotlands-covid-response"> <img data-sizes="auto" data-src="/siteimg/main/ugc-1/fullnews/news/23125/23480_original.jpg" data-srcset="/siteimg/main-mob/ugc-1/fullnews/news/23125/23480_original.jpg 265w, /siteimg/main/ugc-1/fullnews/news/23125/23480_original.jpg 450w" class="lazyload" /> </a> </div> <div class="ni-cont"> <div class="ni-cat"><a href="/news.htm?filter=403">Health</a></div> <a href="/comment/view,there-are-still-unanswered-questions-over-scotlands-covid-response"> <h3 class="ni-title">There are still unanswered questions over Scotland's Covid response</h3> </a> </div> </div><div class="ni"> <div class="ni-img"> <a href="/comment/view,associate-feature-how-businesses-can-reduce-risk-and-grow-their-bottom-line-through-gender-equality"> <img data-sizes="auto" data-src="/siteimg/main/ugc-1/fullnews/news/23104/23457_original.jpg" data-srcset="/siteimg/main-mob/ugc-1/fullnews/news/23104/23457_original.jpg 265w, /siteimg/main/ugc-1/fullnews/news/23104/23457_original.jpg 450w" class="lazyload" /> </a> </div> <div class="ni-cont"> <a href="/comment/view,associate-feature-how-businesses-can-reduce-risk-and-grow-their-bottom-line-through-gender-equality"> <h3 class="ni-title">Associate feature: How businesses can reduce risk and grow their bottom line through gender equality</h3> </a> </div> </div> </div> </div> <div class="full full--grey"> <div class="container"> <div id="cp1_ctl00_ctl06_headingDivMeta"></div> <div class="auth-banner"> <div class="ni"> <div class="ni-img"> <a href="/editors-column/view,sitting-on-the-precipice-of-world-war-three-the-snp-response-gave-me-the-cringe"> <img src="/siteimg/featured/ugc-1/fullnews/news/23118/23474_original.jpg" alt="Sitting on the precipice of World War Three, the SNP response gave me the cringe" /> </a> </div> <div class="ni-cont flx flx--col flx--jc"> <div class="ni-auth"> <div class="ni-authImg"> <img src="/ugc-1/fullnews/author/56/6_square.jpg" alt="Mandy Rhodes" /> </div> </div> <div class="ni-cat"><a href="##CatLink##"></a></div> <a href="/editors-column/view,sitting-on-the-precipice-of-world-war-three-the-snp-response-gave-me-the-cringe"> <h2>Sitting on the precipice of World War Three, the SNP response gave me the cringe</h2> <p>The SNP would have been wise to have coalesced aro...</p> </a> <div class="ni-authTag">by <span>Mandy Rhodes</span></div> </div> </div> </div> </div> </div> <div class="container"> <div class="nr"> <div class="nr-x2-split"> <div class="nt"> <span class="nt-cat"> Local Government</span> <span class="nt-seeAll"> <a id="cp1_ctl00_ctl07_rp_seeAll_0" href="/news.htm?filter=58">See all</a> </span> </div> <div class="ni"> <div class="ni-img"> <a href="/news/view,stephen-mccabe-reappointed-as-inverclyde-council-leader"> <img data-sizes="auto" data-src="/siteimg/main/ugc-1/fullnews/news/23107/23456_original.jpg" data-srcset="/siteimg/main-mob/ugc-1/fullnews/news/23107/23456_original.jpg 265w, /siteimg/main/ugc-1/fullnews/news/23107/23456_original.jpg 450w" class="lazyload" /> </a> </div> <div class="ni-cont"> <div class="ni-cat"><a href="/news.htm?filter=58">Local Government</a></div> <a href="/news/view,stephen-mccabe-reappointed-as-inverclyde-council-leader"> <h3 class="ni-title">Stephen McCabe reappointed as Inverclyde Council leader</h3> </a> </div> </div><div class="ni"> <div class="ni-img"> <a href="/news/view,scottish-charity-launches-digital-lifeline-to-slash-casework-backlogs"> <img data-sizes="auto" data-src="/siteimg/main/ugc-1/fullnews/news/23106/23453_original.jpg" data-srcset="/siteimg/main-mob/ugc-1/fullnews/news/23106/23453_original.jpg 265w, /siteimg/main/ugc-1/fullnews/news/23106/23453_original.jpg 450w" class="lazyload" /> </a> </div> <div class="ni-cont"> <div class="ni-cat"><a href="/news.htm?filter=58">Local Government</a></div> <a href="/news/view,scottish-charity-launches-digital-lifeline-to-slash-casework-backlogs"> <h3 class="ni-title">Scottish charity launches digital ‘lifeline’ to slash casework backlogs</h3> </a> </div> </div> </div> <div class="nr-x2-split"> <div class="nt"> <span class="nt-cat"> Education</span> <span class="nt-seeAll"> <a id="cp1_ctl00_ctl07_rp_seeAll_1" href="/news.htm?filter=48">See all</a> </span> </div> <div class="ni"> <div class="ni-img"> <a href="/news/view,fmqs-snps-record-on-education-its-defining-failure"> <img data-sizes="auto" data-src="/siteimg/main/ugc-1/fullnews/news/23082/23429_original.jpg" data-srcset="/siteimg/main-mob/ugc-1/fullnews/news/23082/23429_original.jpg 265w, /siteimg/main/ugc-1/fullnews/news/23082/23429_original.jpg 450w" class="lazyload" /> </a> </div> <div class="ni-cont"> <div class="ni-cat"><a href="/news.htm?filter=48">Education</a></div> <a href="/news/view,fmqs-snps-record-on-education-its-defining-failure"> <h3 class="ni-title">FMQs: SNP's record on education its 'defining failure'</h3> </a> </div> </div><div class="ni"> <div class="ni-img"> <a href="/news/view,need-for-fundamental-rethink-on-additional-support-for-learning"> <img data-sizes="auto" data-src="/siteimg/main/ugc-1/fullnews/news/23077/23423_original.jpg" data-srcset="/siteimg/main-mob/ugc-1/fullnews/news/23077/23423_original.jpg 265w, /siteimg/main/ugc-1/fullnews/news/23077/23423_original.jpg 450w" class="lazyload" /> </a> </div> <div class="ni-cont"> <div class="ni-cat"><a href="/news.htm?filter=48">Education</a></div> <a href="/news/view,need-for-fundamental-rethink-on-additional-support-for-learning"> <h3 class="ni-title">Need for ‘fundamental re-think’ on additional support for learning</h3> </a> </div> </div> </div> <div class="nr-x2-split"> <div class="nt"> <span class="nt-cat"> Health</span> <span class="nt-seeAll"> <a id="cp1_ctl00_ctl07_rp_seeAll_2" href="/news.htm?filter=54">See all</a> </span> </div> <div class="ni"> <div class="ni-img"> <a href="/news/view,alcoholspecific-deaths-hit-record-high-ons-figures-confirm"> <img data-sizes="auto" data-src="/siteimg/main/ugc-1/fullnews/news/22983/23311_original.jpg" data-srcset="/siteimg/main-mob/ugc-1/fullnews/news/22983/23311_original.jpg 265w, /siteimg/main/ugc-1/fullnews/news/22983/23311_original.jpg 450w" class="lazyload" /> </a> </div> <div class="ni-cont"> <div class="ni-cat"><a href="/news.htm?filter=54">Health</a></div> <a href="/news/view,alcoholspecific-deaths-hit-record-high-ons-figures-confirm"> <h3 class="ni-title">Alcohol-specific deaths hit record high, ONS figures confirm</h3> </a> </div> </div><div class="ni"> <div class="ni-img"> <a href="/news/view,assisted-dying-bill-msp-says-he-will-reflect-on-whether-age-limit-should-be-raised"> <img data-sizes="auto" data-src="/siteimg/main/ugc-1/fullnews/news/22978/23306_original.jpg" data-srcset="/siteimg/main-mob/ugc-1/fullnews/news/22978/23306_original.jpg 265w, /siteimg/main/ugc-1/fullnews/news/22978/23306_original.jpg 450w" class="lazyload" /> </a> </div> <div class="ni-cont"> <div class="ni-cat"><a href="/news.htm?filter=54">Health</a></div> <a href="/news/view,assisted-dying-bill-msp-says-he-will-reflect-on-whether-age-limit-should-be-raised"> <h3 class="ni-title">Assisted dying bill MSP says he will ‘reflect’ on whether age limit should be raised</h3> </a> </div> </div> </div> <div class="nr-x2-split"> <div class="nt"> <span class="nt-cat"> Justice</span> <span class="nt-seeAll"> <a id="cp1_ctl00_ctl07_rp_seeAll_3" href="/news.htm?filter=56">See all</a> </span> </div> <div class="ni"> <div class="ni-img"> <a href="/news/view,justice-secretary-defends-1bn-cost-for-hmp-glasgow"> <img data-sizes="auto" data-src="/siteimg/main/ugc-1/fullnews/news/22984/23312_original.jpg" data-srcset="/siteimg/main-mob/ugc-1/fullnews/news/22984/23312_original.jpg 265w, /siteimg/main/ugc-1/fullnews/news/22984/23312_original.jpg 450w" class="lazyload" /> </a> </div> <div class="ni-cont"> <div class="ni-cat"><a href="/news.htm?filter=56">Justice</a></div> <a href="/news/view,justice-secretary-defends-1bn-cost-for-hmp-glasgow"> <h3 class="ni-title">Justice secretary defends £1bn cost for HMP Glasgow</h3> </a> </div> </div><div class="ni"> <div class="ni-img"> <a href="/news/view,angela-constance-quizzed-on-operation-branchform-holdup"> <img data-sizes="auto" data-src="/siteimg/main/ugc-1/fullnews/news/22961/23281_original.jpg" data-srcset="/siteimg/main-mob/ugc-1/fullnews/news/22961/23281_original.jpg 265w, /siteimg/main/ugc-1/fullnews/news/22961/23281_original.jpg 450w" class="lazyload" /> </a> </div> <div class="ni-cont"> <div class="ni-cat"><a href="/news.htm?filter=56">Justice</a></div> <a href="/news/view,angela-constance-quizzed-on-operation-branchform-holdup"> <h3 class="ni-title">Angela Constance quizzed on Operation Branchform 'hold-up'</h3> </a> </div> </div> </div> <div class="nr-x2-split"> <div class="nt"> <span class="nt-cat"> Green Pages</span> <span class="nt-seeAll"> <a id="cp1_ctl00_ctl07_rp_seeAll_4" href="/news.htm?filter=50">See all</a> </span> </div> <div class="ni"> <div class="ni-img"> <a href="/news/view,snp-will-shut-the-door-on-reform-first-minister-says"> <img data-sizes="auto" data-src="/siteimg/main/ugc-1/fullnews/news/23029/23363_original.jpg" data-srcset="/siteimg/main-mob/ugc-1/fullnews/news/23029/23363_original.jpg 265w, /siteimg/main/ugc-1/fullnews/news/23029/23363_original.jpg 450w" class="lazyload" /> </a> </div> <div class="ni-cont"> <div class="ni-cat"><a href="/news.htm?filter=50">Green Pages</a></div> <a href="/news/view,snp-will-shut-the-door-on-reform-first-minister-says"> <h3 class="ni-title">SNP will ‘shut the door’ on Reform, first minister says</h3> </a> </div> </div><div class="ni"> <div class="ni-img"> <a href="/news/view,half-of-msps-oppose-oil-and-gas-licence-ban"> <img data-sizes="auto" data-src="/siteimg/main/ugc-1/fullnews/news/22906/23220_original.jpg" data-srcset="/siteimg/main-mob/ugc-1/fullnews/news/22906/23220_original.jpg 265w, /siteimg/main/ugc-1/fullnews/news/22906/23220_original.jpg 450w" class="lazyload" /> </a> </div> <div class="ni-cont"> <div class="ni-cat"><a href="/news.htm?filter=50">Green Pages</a></div> <a href="/news/view,half-of-msps-oppose-oil-and-gas-licence-ban"> <h3 class="ni-title">Half of MSPs oppose oil and gas licence ban</h3> </a> </div> </div> </div> <div class="nr-x2-split"> <div class="nt"> <span class="nt-cat"> Business & Economy</span> <span class="nt-seeAll"> <a id="cp1_ctl00_ctl07_rp_seeAll_5" href="/news.htm?filter=43">See all</a> </span> </div> <div class="ni"> <div class="ni-img"> <a href="/news/view,majority-of-scottish-businesses-feeling-little-to-no-impact-from-scottish-governments-income-tax-policy"> <img data-sizes="auto" data-src="/siteimg/main/ugc-1/fullnews/news/22455/22714_original.jpg" data-srcset="/siteimg/main-mob/ugc-1/fullnews/news/22455/22714_original.jpg 265w, /siteimg/main/ugc-1/fullnews/news/22455/22714_original.jpg 450w" class="lazyload" /> </a> </div> <div class="ni-cont"> <div class="ni-cat"><a href="/news.htm?filter=43">Business & Economy</a></div> <a href="/news/view,majority-of-scottish-businesses-feeling-little-to-no-impact-from-scottish-governments-income-tax-policy"> <h3 class="ni-title">Majority of Scottish businesses feeling ‘little to no impact’ from Scottish Government's income tax policy</h3> </a> </div> </div><div class="ni"> <div class="ni-img"> <a href="/news/view,businesses-increasingly-targeted-by-cyber-criminals-report-reveals"> <img data-sizes="auto" data-src="/siteimg/main/ugc-1/fullnews/news/22120/22316_original.jpg" data-srcset="/siteimg/main-mob/ugc-1/fullnews/news/22120/22316_original.jpg 265w, /siteimg/main/ugc-1/fullnews/news/22120/22316_original.jpg 450w" class="lazyload" /> </a> </div> <div class="ni-cont"> <div class="ni-cat"><a href="/news.htm?filter=43">Business & Economy</a></div> <a href="/news/view,businesses-increasingly-targeted-by-cyber-criminals-report-reveals"> <h3 class="ni-title">Businesses increasingly targeted by cyber criminals, report reveals</h3> </a> </div> </div> </div> </div><div class="advert-holder"> <!-- /1048162/hr/homepage_bot --> <div id='div-gpt-ad-1608230013890-2' class="dodsAdvert"> <script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-1608230013890-2'); }); </script> </div> </div> </div> </div> </main> <div class="full-wrap"> </div> <div> <a href="#top" class="to-top ico ico--top">Back to top</a> </div> <footer> <div class="container"> <div class="ftr-subsFollow clearFix"> <div class="ftr-subs clearFix"> <div class="h2">Stay in the know with our fortnightly magazine</div> <img src="/ugc-1/uploads/pageblocks/11566/e11e567a7bbb7559200916b3bd11964a.jpg" alt="Subscribe to Holyrood"> <div class="hSubText"> <p>Direct Debit<span>subscriptions from £49</span></p> <p><a href="https://www.tpgroupshop.com/store/products,holyrood_16.htm" target="_blank" class="btn btn--small btn--yellow">Subscribe</a></p> </div> </div> <div class="ftr-follow"> <h3>Follow us</h3> <p> <a href="http://x.com/holyrooddaily" target="_blank" class="ico ico--x"> <svg viewBox="0 0 14 12" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M11.026 0h2.146L8.483 5.083 14 12H9.68L6.296 7.805 2.425 12H.276l5.017-5.437L0 0h4.43l3.058 3.834L11.026 0Zm-.754 10.781h1.19L3.783 1.155H2.507l7.765 9.626Z" style="fill-rule:nonzero"/></svg> </a> <a href="http://www.facebook.com/HolyroodDaily" target="_blank" class="ico ico--fb"></a> <a href="https://www.linkedin.com/company/holyrood-communications" target="_blank" class="ico ico--li"></a> </p> <div class="ftr-comp"> <p>Registered in Scotland under No. SC200011</p> <p>© Political Holdings Limited <script>document.write(new Date().getFullYear());</script></p> </div> </div> </div> <div class="ftr-links clearFix"> <div class="ftrl-col ftrl-dd"> <h4>Site sections</h4> <ul> <li><a href="/">Home</a></li> <li><a href="/news.htm">News</a></li> <li><a href="/comment.htm">Comment</a></li> <li><a href="/inside-politics.htm">Inside Politics</a></li> <li><a href="/editors-column.htm">Editors Column</a></li> <li><a href="/events.htm">Events</a></li> <li><a href="/magazine.htm">Magazine</a></li> <li><a href="/about.htm">About Us</a></li> <li><a href="/whitepapers.htm">White Papers</a></li> </ul> </div> <div class="ftrl-col ftrl-dd"> <h4>Services</h4> <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> </div> <div class="ftrl-col ftrl-dd"> <h4>General</h4> <ul> <li><a href="https://www.totalpolitics.com/" target="_blank">Total Politics Group</a></li> <li><a href="https://www.holyrood.com/docs/privacy-policy.pdf" target="_blank">Privacy Policy</a></li> <li><a href="https://www.holyrood.com/docs/cookie-policy.pdf" target="_blank">Cookie Policy</a></li> <li><a href="https://www.totalpolitics.com/docs/Website_Terms_and_Conditions_of_Use.pdf" target="_blank">Terms & Conditions</a></li> </ul> </div> <div class="ftrl-col ftrl-dd"> <h4>Media & publishing</h4> <ul> <li><a href="https://www.politicshome.com/" target="_blank">PoliticsHome</a></li> <li><a href="https://www.politicshome.com/thehouse.htm" target="_blank">The House</a></li> <li><a href="https://www.theparliamentmagazine.eu/" target="_blank">The Parliament</a></li> <li><a href="https://www.civilserviceworld.com/" target="_blank">Civil Service World</a></li> <li><a href="https://www.publictechnology.net/" target="_blank">PublicTechnology</a></li> <li><a href="https://www.trainingjournal.com/" target="_blank">Training Journal</a></li> </ul> </div> </div> <div class="subs-popup subs-popup--membership"> <div class="subs-close"><span class="icon icon--subsClose">Close</span></div> <div class="h3">Sign up to the Holyrood<br> newsletter today!</div> <div><a href="/newsletter.htm" class="btn btn--yellow">Find out more</a></div> </div> </div> </footer> <!--Skin Ad Unit--> <!-- /1048162/hr/homepage_skin --> <div id='div-gpt-ad-1608230013890-3'> <script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-1608230013890-3'); }); </script> </div> <!-- /1048162/hr/homepage_pixel-1 --> <div id='div-gpt-ad-1608230013890-4'> <script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-1608230013890-4'); }); </script> </div> <!-- /1048162/hr/homepage_pixel-2 --> <div id='div-gpt-ad-1608230013890-5'> <script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-1608230013890-5'); }); </script> </div> <div class="cover"></div> <script type="text/javascript"> //<![CDATA[ Sys.WebForms.PageRequestManager._initialize('ctl00$ajax', 'form1', [], [], [], 90, 'ctl00'); //]]> </script> <!-- Hotjar Tracking Code for https://www.holyrood.com/ --> <script> (function(h,o,t,j,a,r){ h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)}; h._hjSettings={hjid:1499388,hjsv:6}; a=o.getElementsByTagName('head')[0]; r=o.createElement('script');r.async=1; r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv; a.appendChild(r); })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv='); </script> <!-- LinkedIN --> <script type="text/javascript"> _linkedin_partner_id = "1282260"; window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || []; window._linkedin_data_partner_ids.push(_linkedin_partner_id); </script><script type="text/javascript"> (function(){var s = document.getElementsByTagName("script")[0]; var b = document.createElement("script"); b.type = "text/javascript";b.async = true; b.src = "https://snap.licdn.com/li.lms-analytics/insight.min.js"; s.parentNode.insertBefore(b, s);})(); </script> <noscript> <img height="1" width="1" style="display:none;" alt="" src="https://px.ads.linkedin.com/collect/?pid=1282260&fmt=gif" /> </noscript> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-9457763-2"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-9457763-2'); </script> <!--ActiveCampaign EXT-3219--> <script type="text/javascript"> (function(e,t,o,n,p,r,i){e.visitorGlobalObjectAlias=n;e[e.visitorGlobalObjectAlias]=e[e.visitorGlobalObjectAlias]||function(){(e[e.visitorGlobalObjectAlias].q=e[e.visitorGlobalObjectAlias].q||[]).push(arguments)};e[e.visitorGlobalObjectAlias].l=(new Date).getTime();r=t.createElement("script");r.src=o;r.async=true;i=t.getElementsByTagName("script")[0];i.parentNode.insertBefore(r,i)})(window,document,https://diffuser-cdn.app-us1.com/diffuser/diffuser.js,"vgo"); vgo('setAccount', '253344499'); vgo('setTrackByDefault', true); vgo('process'); </script> <!-- Quantcast Consent Handlers --> <script async type="text/javascript"> 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> <div class="aspNetHidden"> <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="90059987" /> </div></form> </body> </html>