CINXE.COM
Humane Society International 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="index, 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&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; googletag.cmd.push(function() { slot1 = googletag.defineSlot('/1048162/ph/news-main_mpu', [300, 250], 'div-gpt-ad-1608230069741-1').setTargeting('lazyload').addService(googletag.pubads()); googletag.defineSlot('/1048162/ph/news-main_pixel-1', [1, 1], 'div-gpt-ad-1608230069741-5').setTargeting('lazyload').addService(googletag.pubads()); googletag.defineSlot('/1048162/ph/news-main_pixel-2', [1, 1], 'div-gpt-ad-1608230069741-6').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); }); </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/members/profile/humane-society-international-uk" /> <meta property="og:site_name" content="Politics Home" /> <meta property="og:locale" content="en_GB" /> <meta property="og:title" content="Humane Society International UK" /> <meta property="og:description" content="Humane Society International/UK is a leading force for animal protection, with active campaigns to stop the import of hunting trophies, and the imp..." /> <meta property="og:url" content="https://www.politicshome.com/members/profile/humane-society-international-uk" /> <meta property="og:image" content="https://res.cloudinary.com/dyw8mv3b0/image/upload/q_85,w_1200,h_1200,c_limit/v1/member/2021_06/HSI_LogoV_UK_3435_4C-ai_a3r5up.jpg" /> <meta property="og:image:type" content="image/jpeg" /> <meta property="og:type" content="article" /> <meta property="article:published_time" content="2021-06-15 10:17:42" /> <meta property="article:modified_time" content="2025-01-08 16:05:35" /> <meta name="Description" content="Humane Society International/UK is a leading force for animal protection, with active campaigns to stop the import of hunting trophies, and the import..." /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:site" content="@politicshome" /> <meta name="twitter:url" content="https://www.politicshome.com/members/profile/humane-society-international-uk" /> <meta name="twitter:title" content="Humane Society International UK" /> <meta name="twitter:description" content="Humane Society International/UK is a leading force for animal protection, with active campaigns to stop the import of hunting trophies, and the import and sale of fur in the UK; to reduce the number of animals suffering on factory farms and to promote the adoption of more plant-based eating; to reduce and replace animal use in scientific research and product testing; and to suspend the use of cruel glue traps for professional and public rodent control. HSI/UK is the U.K. office of Humane Society International, one of the largest animal protection organisations in the world, and is proud to support HSI’s global program of work including ending the dog meat trade across Asia, promoting humane street dog management, ending illegal wildlife trade and rescuing animals in need during natural disasters." /> <meta name="twitter:image" content="https://res.cloudinary.com/dyw8mv3b0/image/upload/q_85,w_1200,h_1200,c_limit/v1/member/2021_06/HSI_LogoV_UK_3435_4C-ai_a3r5up.jpg" /> <title> Humane Society International UK </title></head> <body > <!-- 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="/members/profile/humane-society-international-uk" 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="/wEPDwULLTE5Njg1MzgzMTcPZBYCZg9kFgRmD2QWFgISDxYCHgRocmVmBUNodHRwczovL3Jlcy5jbG91ZGluYXJ5LmNvbS9keXc4bXYzYjAvcmF3L3VwbG9hZC9jc3MvY29yZS12OC5taW4uY3NzZAITDxYCHwAFRmh0dHBzOi8vcmVzLmNsb3VkaW5hcnkuY29tL2R5dzhtdjNiMC9yYXcvdXBsb2FkL2Nzcy9sYXlvdXQtdjI0Lm1pbi5jc3NkAhcPFgIfAAVRaHR0cHM6Ly9yZXMuY2xvdWRpbmFyeS5jb20vZHl3OG12M2IwL2ltYWdlL3VwbG9hZC9pbWcvX2Zhdmljb25zL2Zhdmljb24tMzJ4MzIucG5nZAIYDxYCHwAFUWh0dHBzOi8vcmVzLmNsb3VkaW5hcnkuY29tL2R5dzhtdjNiMC9pbWFnZS91cGxvYWQvaW1nL19mYXZpY29ucy9mYXZpY29uLTE2eDE2LnBuZ2QCGQ8WAh8ABVRodHRwczovL3Jlcy5jbG91ZGluYXJ5LmNvbS9keXc4bXYzYjAvaW1hZ2UvdXBsb2FkL2ltZy9fZmF2aWNvbnMvYXBwbGUtdG91Y2gtaWNvbi5wbmdkAhsPFgIfAAVVaHR0cHM6Ly9yZXMuY2xvdWRpbmFyeS5jb20vZHl3OG12M2IwL2ltYWdlL3VwbG9hZC9pbWcvX2Zhdmljb25zL3NhZmFyaS1waW5uZWQtdGFiLnN2Z2QCHA8VAjNodHRwczovL3Jlcy5jbG91ZGluYXJ5LmNvbS9keXc4bXYzYjAvcmF3L3VwbG9hZC9qcy8zaHR0cHM6Ly9yZXMuY2xvdWRpbmFyeS5jb20vZHl3OG12M2IwL3Jhdy91cGxvYWQvanMvZAIeD2QWBAIBDxYCHgRUZXh0BfIGIHZhciBzbG90MTsKICBnb29nbGV0YWcuY21kLnB1c2goZnVuY3Rpb24oKSB7CgogICAgc2xvdDEgPSBnb29nbGV0YWcuZGVmaW5lU2xvdCgnLzEwNDgxNjIvcGgvbmV3cy1tYWluX21wdScsIFszMDAsIDI1MF0sICdkaXYtZ3B0LWFkLTE2MDgyMzAwNjk3NDEtMScpLnNldFRhcmdldGluZygnbGF6eWxvYWQnKS5hZGRTZXJ2aWNlKGdvb2dsZXRhZy5wdWJhZHMoKSk7CiAgICBnb29nbGV0YWcuZGVmaW5lU2xvdCgnLzEwNDgxNjIvcGgvbmV3cy1tYWluX3BpeGVsLTEnLCBbMSwgMV0sICdkaXYtZ3B0LWFkLTE2MDgyMzAwNjk3NDEtNScpLnNldFRhcmdldGluZygnbGF6eWxvYWQnKS5hZGRTZXJ2aWNlKGdvb2dsZXRhZy5wdWJhZHMoKSk7CiAgICBnb29nbGV0YWcuZGVmaW5lU2xvdCgnLzEwNDgxNjIvcGgvbmV3cy1tYWluX3BpeGVsLTInLCBbMSwgMV0sICdkaXYtZ3B0LWFkLTE2MDgyMzAwNjk3NDEtNicpLnNldFRhcmdldGluZygnbGF6eWxvYWQnKS5hZGRTZXJ2aWNlKGdvb2dsZXRhZy5wdWJhZHMoKSk7CiAgICBnb29nbGV0YWcucHViYWRzKCkuZGlzYWJsZUluaXRpYWxMb2FkKCk7CiAgICBnb29nbGV0YWcucHViYWRzKCkuZW5hYmxlU2luZ2xlUmVxdWVzdCgpOwogICAgZ29vZ2xldGFnLnB1YmFkcygpLmNvbGxhcHNlRW1wdHlEaXZzKCk7CiAgICBnb29nbGV0YWcucHViYWRzKCkuZW5hYmxlTGF6eUxvYWQoewogICAgICAgIGZldGNoTWFyZ2luUGVyY2VudDogMjAwLAogICAgICAgIHJlbmRlck1hcmdpblBlcmNlbnQ6IDEwMCwKICAgICAgICBtb2JpbGVTY2FsaW5nOiAyLjAKICAgIH0pOwogICAgZ29vZ2xldGFnLmVuYWJsZVNlcnZpY2VzKCk7Z29vZ2xldGFnLnB1YmFkcygpLnNldFRhcmdldGluZygiZW52aXJvbm1lbnQiLCJwcm9kdWN0aW9uIik7ZAICDxYCHwEFFWdwdFNsb3RzLnB1c2goc2xvdDEpO2QCIg8WAh8BBW4NCjxsaW5rIHJlbD0iY2Fub25pY2FsIiBocmVmPSJodHRwczovL3d3dy5wb2xpdGljc2hvbWUuY29tL21lbWJlcnMvcHJvZmlsZS9odW1hbmUtc29jaWV0eS1pbnRlcm5hdGlvbmFsLXVrIiAvPmQCIw8WAh8BBY8HDQo8bWV0YSBwcm9wZXJ0eT0ib2c6c2l0ZV9uYW1lIiBjb250ZW50PSJQb2xpdGljcyBIb21lIiAvPg0KPG1ldGEgcHJvcGVydHk9Im9nOmxvY2FsZSIgY29udGVudD0iZW5fR0IiIC8+DQo8bWV0YSBwcm9wZXJ0eT0ib2c6dGl0bGUiIGNvbnRlbnQ9Ikh1bWFuZSBTb2NpZXR5IEludGVybmF0aW9uYWwgVUsiIC8+DQo8bWV0YSBwcm9wZXJ0eT0ib2c6ZGVzY3JpcHRpb24iIGNvbnRlbnQ9Ikh1bWFuZSBTb2NpZXR5IEludGVybmF0aW9uYWwvVUsgaXMgYSBsZWFkaW5nIGZvcmNlIGZvciBhbmltYWwgcHJvdGVjdGlvbiwgd2l0aCBhY3RpdmUgY2FtcGFpZ25zIHRvIHN0b3AgdGhlIGltcG9ydCBvZiBodW50aW5nIHRyb3BoaWVzLCBhbmQgdGhlIGltcC4uLiIgLz4NCjxtZXRhIHByb3BlcnR5PSJvZzp1cmwiIGNvbnRlbnQ9Imh0dHBzOi8vd3d3LnBvbGl0aWNzaG9tZS5jb20vbWVtYmVycy9wcm9maWxlL2h1bWFuZS1zb2NpZXR5LWludGVybmF0aW9uYWwtdWsiIC8+DQo8bWV0YSBwcm9wZXJ0eT0ib2c6aW1hZ2UiIGNvbnRlbnQ9Imh0dHBzOi8vcmVzLmNsb3VkaW5hcnkuY29tL2R5dzhtdjNiMC9pbWFnZS91cGxvYWQvcV84NSx3XzEyMDAsaF8xMjAwLGNfbGltaXQvdjEvbWVtYmVyLzIwMjFfMDYvSFNJX0xvZ29WX1VLXzM0MzVfNEMtYWlfYTNyNXVwLmpwZyIgLz4NCjxtZXRhIHByb3BlcnR5PSJvZzppbWFnZTp0eXBlIiBjb250ZW50PSJpbWFnZS9qcGVnIiAvPg0KPG1ldGEgcHJvcGVydHk9Im9nOnR5cGUiIGNvbnRlbnQ9ImFydGljbGUiIC8+DQo8bWV0YSBwcm9wZXJ0eT0iYXJ0aWNsZTpwdWJsaXNoZWRfdGltZSIgY29udGVudD0iMjAyMS0wNi0xNSAxMDoxNzo0MiIgLz4NCjxtZXRhIHByb3BlcnR5PSJhcnRpY2xlOm1vZGlmaWVkX3RpbWUiIGNvbnRlbnQ9IjIwMjUtMDEtMDggMTY6MDU6MzUiIC8+DQpkAiQPFgIeB2NvbnRlbnQFmQFIdW1hbmUgU29jaWV0eSBJbnRlcm5hdGlvbmFsL1VLIGlzIGEgbGVhZGluZyBmb3JjZSBmb3IgYW5pbWFsIHByb3RlY3Rpb24sIHdpdGggYWN0aXZlIGNhbXBhaWducyB0byBzdG9wIHRoZSBpbXBvcnQgb2YgaHVudGluZyB0cm9waGllcywgYW5kIHRoZSBpbXBvcnQuLi5kAgIQZGQWBgIBD2QWAmYPZBYMAgEPFgIeB1Zpc2libGVoZAICDxYCHwEFSg0KICAgICAgICAgICAgPGEgaHJlZj0iLyIgY2xhc3M9ImxvZ28gaGlkZVRleHQiPlBvbGl0aWNzSG9tZTwvYT4NCiAgICAgICAgZAIEDxYCHwEFgiM8dWw+PGxpPjxhIGhyZWY9Ii8iIHRpdGxlPSJQb2xpdGljc2hvbWUuY29tIHwgQnJlYWtpbmcgcG9saXRpY3MgYW5kIHBvbGl0aWNhbCBuZXdzIGZvciBXZXN0bWluc3RlciBhbmQgdGhlIFVLIj48c3Bhbj5Ib21lPC9zcGFuPjwvYT48L2xpPjxsaSBjbGFzcz0ibm9TdWIgbGlIYXNDaGlsZHJlbiI+PGEgaHJlZj0iL25ld3MuaHRtIiB0aXRsZT0iTmV3cyB8IFBvbGl0aWNzaG9tZS5jb20iPjxzcGFuPk5ld3M8L3NwYW4+PC9hPjx1bD48bGk+PGEgaHJlZj0iL25ld3MvY29zdC1vZi1saXZpbmcuaHRtIiB0aXRsZT0iQ29zdCBvZiBMaXZpbmcgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5Db3N0IG9mIExpdmluZzwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvY29tbXVuaXRpZXMuaHRtIiB0aXRsZT0iQ29tbXVuaXRpZXMgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5Db21tdW5pdGllczwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvY3VsdHVyZS5odG0iIHRpdGxlPSJDdWx0dXJlIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+Q3VsdHVyZTwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvZGVmZW5jZS5odG0iIHRpdGxlPSJEZWZlbmNlIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+RGVmZW5jZTwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvZWNvbm9teS5odG0iIHRpdGxlPSJFY29ub215IHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+RWNvbm9teTwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvZWR1Y2F0aW9uLmh0bSIgdGl0bGU9IkVkdWNhdGlvbiB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkVkdWNhdGlvbjwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvZW5lcmd5Lmh0bSIgdGl0bGU9IkVuZXJneSB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkVuZXJneTwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvZW52aXJvbm1lbnQuaHRtIiB0aXRsZT0iRW52aXJvbm1lbnQgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5FbnZpcm9ubWVudDwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvZm9yZWlnbi1hZmZhaXJzLmh0bSIgdGl0bGU9IkZvcmVpZ24gQWZmYWlycyB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkZvcmVpZ24gQWZmYWlyczwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvaGVhbHRoLWNhcmUuaHRtIiB0aXRsZT0iSGVhbHRoICZhbXA7IENhcmUgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5IZWFsdGggJiBDYXJlPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbmV3cy9ob21lLWFmZmFpcnMuaHRtIiB0aXRsZT0iSG9tZSBBZmZhaXJzIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+SG9tZSBBZmZhaXJzPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbmV3cy9wb2xpdGljYWwtcGFydGllcy5odG0iIHRpdGxlPSJQb2xpdGljYWwgUGFydGllcyB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPlBvbGl0aWNhbCBQYXJ0aWVzPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbmV3cy9zb2NpYWwtYWZmYWlycy5odG0iIHRpdGxlPSJTb2NpYWwgQWZmYWlycyB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPlNvY2lhbCBBZmZhaXJzPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbmV3cy90cmFuc3BvcnQuaHRtIiB0aXRsZT0iVHJhbnNwb3J0IHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+VHJhbnNwb3J0PC9zcGFuPjwvYT48L2xpPjwvdWw+PC9saT48bGkgY2xhc3M9Im5vU3ViIGxpSGFzQ2hpbGRyZW4iPjxhIGhyZWY9Ii90aGVob3VzZS5odG0iIHRpdGxlPSJUaGUgSG91c2UgTGl2ZSB8IFBvbGl0aWNzaG9tZS5jb20iPjxzcGFuPlRoZSBIb3VzZSBMaXZlPC9zcGFuPjwvYT48dWw+PGxpPjxhIGhyZWY9Ii90aGVob3VzZS9hYm91dC10aGUtaG91c2UuaHRtIiB0aXRsZT0iVGhlIEhvdXNlIE1hZ2F6aW5lIC0gNDAgeWVhcnMgc2hpbmluZyBhIGxpZ2h0IG9uIGV2ZW50cyBpbiBQYXJsaWFtZW50Ij48c3Bhbj5UaGUgSG91c2UgTWFnYXppbmU8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Imh0dHBzOi8vbG9uZ3JlYWRzLnBvbGl0aWNzaG9tZS5jb20vIiB0aXRsZT0iTG9uZyByZWFkcyIgdGFyZ2V0PSJfYmxhbmsiPjxzcGFuPkxvbmcgUmVhZHM8L3NwYW4+PC9hPjwvbGk+PGxpIGNsYXNzPSJsaUhhc0NoaWxkcmVuIj48YSBocmVmPSIvdGhlaG91c2UvcGFydG5lci1jb250ZW50L3dpdy5odG0iIHRpdGxlPSJXb21lbiBpbiBXZXN0bWluc3RlciI+PHNwYW4+V29tZW4gaW4gV2VzdG1pbnN0ZXI8L3NwYW4+PC9hPjx1bD48bGk+PGEgaHJlZj0iL2h1Yi93b21lbi13ZXN0bWluc3Rlci1jb252ZXJzYXRpb24iIHRpdGxlPSJJbiBDb252ZXJzYXRpb24gV2l0aCI+PHNwYW4+SW4gQ29udmVyc2F0aW9uIFdpdGg8L3NwYW4+PC9hPjwvbGk+PC91bD48L2xpPjxsaT48YSBocmVmPSJodHRwczovL3d3dy5wb2xpdGljc2hvbWUuY29tL21lbWJlcnMvZGlyZWN0b3J5Lmh0bSIgdGl0bGU9Ik1lbWJlcnMgRGlyZWN0b3J5Ij48c3Bhbj5NZW1iZXJzIERpcmVjdG9yeTwvc3Bhbj48L2E+PC9saT48bGkgY2xhc3M9Im5hdkRpc2FibGVDbGljayBsaUhhc0NoaWxkcmVuIj48YSBocmVmPSIvdGhlaG91c2UvcGFydG5lci1jb250ZW50Lmh0bSIgdGl0bGU9IlBhcnRuZXIgQ29udGVudCI+PHNwYW4+UGFydG5lciBDb250ZW50PC9zcGFuPjwvYT48dWw+PGxpPjxhIGhyZWY9Imh0dHBzOi8vd3d3LnBvbGl0aWNzaG9tZS5jb20vaHViL3RoZXBhdGh0b25ldHplcm8iIHRpdGxlPSJUaGUgUGF0aCBUbyBOZXQgWmVybyI+PHNwYW4+VGhlIFBhdGggVG8gTmV0IFplcm88L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Imh0dHBzOi8vd3d3LnBvbGl0aWNzaG9tZS5jb20vaHViL2dyZWVuaW5nLW5hdGlvbiIgdGl0bGU9IkdyZWVuaW5nIHRoZSBOYXRpb24iPjxzcGFuPkdyZWVuaW5nIHRoZSBOYXRpb248L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9odWIvdGhlLWhvdXNlLWNvbm5lY3RpbmctY29tbXVuaXRpZXMiIHRpdGxlPSJDb25uZWN0aW5nIGNvbW11bml0aWVzIj48c3Bhbj5Db25uZWN0aW5nIENvbW11bml0aWVzPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvaHViL2VuZ2luZWVyaW5nLWEtYmV0dGVyLXdvcmxkIiB0aXRsZT0iRW5naW5lZXJpbmcgYSBiZXR0ZXIgd29ybGQiPjxzcGFuPkVuZ2luZWVyaW5nIGEgQmV0dGVyIFdvcmxkPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbWVtYmVycy5odG0iIHRpdGxlPSJCZWNvbWUgYSBNZW1iZXIiPjxzcGFuPkJlY29tZSBhIE1lbWJlcjwvc3Bhbj48L2E+PC9saT48L3VsPjwvbGk+PC91bD48L2xpPjxsaT48YSBocmVmPSIvZXZlbnRzLmh0bSIgdGl0bGU9IkV2ZW50cyB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkV2ZW50czwvc3Bhbj48L2E+PC9saT48bGkgY2xhc3M9Im5hdkRpc2FibGVDbGljayBuYXZNb2JUb2dnbGUgbGlIYXNDaGlsZHJlbiBsaU9uIj48YSBocmVmPSIvbWVtYmVycy5odG0iIGNsYXNzPSJvbiIgdGl0bGU9Ik1lbWJlcnMgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5NZW1iZXJzPC9zcGFuPjwvYT48dWw+PGxpPjxhIGhyZWY9Ii9tZW1iZXJzLmh0bSIgdGl0bGU9Ik1lbWJlcnMiPjxzcGFuPk1lbWJlcnM8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9tZW1iZXJzL2RpcmVjdG9yeS5odG0iIHRpdGxlPSJNZW1iZXJzIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+TWVtYmVycyBEaXJlY3Rvcnk8L3NwYW4+PC9hPjwvbGk+PC91bD48L2xpPjxsaSBjbGFzcz0ibmF2RGlzYWJsZUNsaWNrIG5hdk1vYlRvZ2dsZSBsaUhhc0NoaWxkcmVuIj48YSBocmVmPSIvbW9yZS5odG0iIHRpdGxlPSJNb3JlIj48c3Bhbj5Nb3JlPC9zcGFuPjwvYT48dWw+PGxpPjxhIGhyZWY9Ii9tb3JlL3BvZGNhc3RzLmh0bSIgdGl0bGU9IlBvZGNhc3RzIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+UG9kY2FzdHM8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9tb3JlL3Jzcy1mZWVkcy5odG0iIHRpdGxlPSJSU1MgRmVlZHMgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5SU1MgRmVlZHM8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9tb3JlL2NvbnRhY3QtdXMuaHRtIiB0aXRsZT0iQ29udGFjdCBVcyB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkNvbnRhY3QgVXM8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9tb3JlL2Fib3V0LXBvbGl0aWNzaG9tZS5odG0iIHRpdGxlPSJBYm91dCB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkFib3V0IFBvbGl0aWNzSG9tZTwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL21vcmUvbWFya2V0aW5nLW9wcG9ydHVuaXRpZXMuaHRtIiB0aXRsZT0iTWFya2V0aW5nIE9wcG9ydHVuaXRpZXMgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5NYXJrZXRpbmcgT3Bwb3J0dW5pdGllczwvc3Bhbj48L2E+PC9saT48L3VsPjwvbGk+PC91bD5kAgYPFgIfA2cWAgIBDxYCHwEF3gw8dWwgY2xhc3M9Im5hdiBsZXZlbDIiPjxsaSBjbGFzcz0iIj48YSBocmVmPSIvdGhlaG91c2UvYWJvdXQtdGhlLWhvdXNlLmh0bSIgICB0aXRsZT0iVGhlIEhvdXNlIE1hZ2F6aW5lIC0gNDAgeWVhcnMgc2hpbmluZyBhIGxpZ2h0IG9uIGV2ZW50cyBpbiBQYXJsaWFtZW50Ij48c3Bhbj5UaGUgSG91c2UgTWFnYXppbmU8L3NwYW4+PC9hPg0KPC9saT48bGkgY2xhc3M9IiI+PGEgaHJlZj0iaHR0cHM6Ly9sb25ncmVhZHMucG9saXRpY3Nob21lLmNvbS8iICB0YXJnZXQ9Il9ibGFuayIgIHRpdGxlPSJMb25nIHJlYWRzIj48c3Bhbj5Mb25nIFJlYWRzPC9zcGFuPjwvYT4NCjwvbGk+PGxpIGNsYXNzPSJoYXNDaGlsZHJlbiI+PGEgaHJlZj0iL3RoZWhvdXNlL3BhcnRuZXItY29udGVudC93aXcuaHRtIiAgIHRpdGxlPSJXb21lbiBpbiBXZXN0bWluc3RlciI+PHNwYW4+V29tZW4gaW4gV2VzdG1pbnN0ZXI8L3NwYW4+PC9hPg0KPHVsIGNsYXNzPSJuYXYgbGV2ZWwzIj48bGkgY2xhc3M9IiI+PGEgaHJlZj0iL2h1Yi93b21lbi13ZXN0bWluc3Rlci1jb252ZXJzYXRpb24iICAgdGl0bGU9IkluIENvbnZlcnNhdGlvbiBXaXRoIj48c3Bhbj5JbiBDb252ZXJzYXRpb24gV2l0aDwvc3Bhbj48L2E+DQo8L2xpPjwvdWw+PC9saT48bGkgY2xhc3M9IiI+PGEgaHJlZj0iaHR0cHM6Ly93d3cucG9saXRpY3Nob21lLmNvbS9tZW1iZXJzL2RpcmVjdG9yeS5odG0iICAgdGl0bGU9Ik1lbWJlcnMgRGlyZWN0b3J5Ij48c3Bhbj5NZW1iZXJzIERpcmVjdG9yeTwvc3Bhbj48L2E+DQo8L2xpPjxsaSBjbGFzcz0ibmF2RGlzYWJsZUNsaWNrIGhhc0NoaWxkcmVuIj48YSBocmVmPSIvdGhlaG91c2UvcGFydG5lci1jb250ZW50Lmh0bSIgICB0aXRsZT0iUGFydG5lciBDb250ZW50Ij48c3Bhbj5QYXJ0bmVyIENvbnRlbnQ8L3NwYW4+PC9hPg0KPHVsIGNsYXNzPSJuYXYgbGV2ZWwzIj48bGkgY2xhc3M9IiI+PGEgaHJlZj0iaHR0cHM6Ly93d3cucG9saXRpY3Nob21lLmNvbS9odWIvdGhlcGF0aHRvbmV0emVybyIgICB0aXRsZT0iVGhlIFBhdGggVG8gTmV0IFplcm8iPjxzcGFuPlRoZSBQYXRoIFRvIE5ldCBaZXJvPC9zcGFuPjwvYT4NCjwvbGk+PGxpIGNsYXNzPSIiPjxhIGhyZWY9Imh0dHBzOi8vd3d3LnBvbGl0aWNzaG9tZS5jb20vaHViL2dyZWVuaW5nLW5hdGlvbiIgICB0aXRsZT0iR3JlZW5pbmcgdGhlIE5hdGlvbiI+PHNwYW4+R3JlZW5pbmcgdGhlIE5hdGlvbjwvc3Bhbj48L2E+DQo8L2xpPjxsaSBjbGFzcz0iIj48YSBocmVmPSIvaHViL3RoZS1ob3VzZS1jb25uZWN0aW5nLWNvbW11bml0aWVzIiAgIHRpdGxlPSJDb25uZWN0aW5nIGNvbW11bml0aWVzIj48c3Bhbj5Db25uZWN0aW5nIENvbW11bml0aWVzPC9zcGFuPjwvYT4NCjwvbGk+PGxpIGNsYXNzPSIiPjxhIGhyZWY9Ii9odWIvZW5naW5lZXJpbmctYS1iZXR0ZXItd29ybGQiICAgdGl0bGU9IkVuZ2luZWVyaW5nIGEgYmV0dGVyIHdvcmxkIj48c3Bhbj5FbmdpbmVlcmluZyBhIEJldHRlciBXb3JsZDwvc3Bhbj48L2E+DQo8L2xpPjxsaSBjbGFzcz0iIj48YSBocmVmPSIvbWVtYmVycy5odG0iICAgdGl0bGU9IkJlY29tZSBhIE1lbWJlciI+PHNwYW4+QmVjb21lIGEgTWVtYmVyPC9zcGFuPjwvYT4NCjwvbGk+PC91bD48L2xpPjwvdWw+ZAIHDxYCHwEFlB08dWw+PGxpPjxhIGhyZWY9Ii8iIHRpdGxlPSJQb2xpdGljc2hvbWUuY29tIHwgQnJlYWtpbmcgcG9saXRpY3MgYW5kIHBvbGl0aWNhbCBuZXdzIGZvciBXZXN0bWluc3RlciBhbmQgdGhlIFVLIj48c3Bhbj5Ib21lPC9zcGFuPjwvYT48L2xpPjxsaSBjbGFzcz0ibm9TdWIgbGlIYXNDaGlsZHJlbiI+PGEgaHJlZj0iL25ld3MuaHRtIiB0aXRsZT0iTmV3cyB8IFBvbGl0aWNzaG9tZS5jb20iPjxzcGFuPk5ld3M8L3NwYW4+PC9hPjx1bD48bGk+PGEgaHJlZj0iL25ld3MvY29zdC1vZi1saXZpbmcuaHRtIiB0aXRsZT0iQ29zdCBvZiBMaXZpbmcgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5Db3N0IG9mIExpdmluZzwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvY29tbXVuaXRpZXMuaHRtIiB0aXRsZT0iQ29tbXVuaXRpZXMgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5Db21tdW5pdGllczwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvY3VsdHVyZS5odG0iIHRpdGxlPSJDdWx0dXJlIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+Q3VsdHVyZTwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvZGVmZW5jZS5odG0iIHRpdGxlPSJEZWZlbmNlIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+RGVmZW5jZTwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvZWNvbm9teS5odG0iIHRpdGxlPSJFY29ub215IHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+RWNvbm9teTwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvZWR1Y2F0aW9uLmh0bSIgdGl0bGU9IkVkdWNhdGlvbiB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkVkdWNhdGlvbjwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvZW5lcmd5Lmh0bSIgdGl0bGU9IkVuZXJneSB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkVuZXJneTwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvZW52aXJvbm1lbnQuaHRtIiB0aXRsZT0iRW52aXJvbm1lbnQgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5FbnZpcm9ubWVudDwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvZm9yZWlnbi1hZmZhaXJzLmh0bSIgdGl0bGU9IkZvcmVpZ24gQWZmYWlycyB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkZvcmVpZ24gQWZmYWlyczwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvaGVhbHRoLWNhcmUuaHRtIiB0aXRsZT0iSGVhbHRoICZhbXA7IENhcmUgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5IZWFsdGggJiBDYXJlPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbmV3cy9ob21lLWFmZmFpcnMuaHRtIiB0aXRsZT0iSG9tZSBBZmZhaXJzIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+SG9tZSBBZmZhaXJzPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbmV3cy9wb2xpdGljYWwtcGFydGllcy5odG0iIHRpdGxlPSJQb2xpdGljYWwgUGFydGllcyB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPlBvbGl0aWNhbCBQYXJ0aWVzPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbmV3cy9zb2NpYWwtYWZmYWlycy5odG0iIHRpdGxlPSJTb2NpYWwgQWZmYWlycyB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPlNvY2lhbCBBZmZhaXJzPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbmV3cy90cmFuc3BvcnQuaHRtIiB0aXRsZT0iVHJhbnNwb3J0IHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+VHJhbnNwb3J0PC9zcGFuPjwvYT48L2xpPjwvdWw+PC9saT48bGkgY2xhc3M9Im5vU3ViIGxpSGFzQ2hpbGRyZW4iPjxhIGhyZWY9Ii90aGVob3VzZS5odG0iIHRpdGxlPSJUaGUgSG91c2UgTGl2ZSB8IFBvbGl0aWNzaG9tZS5jb20iPjxzcGFuPlRoZSBIb3VzZSBMaXZlPC9zcGFuPjwvYT48dWw+PGxpPjxhIGhyZWY9Ii90aGVob3VzZS9hYm91dC10aGUtaG91c2UuaHRtIiB0aXRsZT0iVGhlIEhvdXNlIE1hZ2F6aW5lIC0gNDAgeWVhcnMgc2hpbmluZyBhIGxpZ2h0IG9uIGV2ZW50cyBpbiBQYXJsaWFtZW50Ij48c3Bhbj5UaGUgSG91c2UgTWFnYXppbmU8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Imh0dHBzOi8vbG9uZ3JlYWRzLnBvbGl0aWNzaG9tZS5jb20vIiB0aXRsZT0iTG9uZyByZWFkcyIgdGFyZ2V0PSJfYmxhbmsiPjxzcGFuPkxvbmcgUmVhZHM8L3NwYW4+PC9hPjwvbGk+PGxpIGNsYXNzPSJsaUhhc0NoaWxkcmVuIj48YSBocmVmPSIvdGhlaG91c2UvcGFydG5lci1jb250ZW50L3dpdy5odG0iIHRpdGxlPSJXb21lbiBpbiBXZXN0bWluc3RlciI+PHNwYW4+V29tZW4gaW4gV2VzdG1pbnN0ZXI8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Imh0dHBzOi8vd3d3LnBvbGl0aWNzaG9tZS5jb20vbWVtYmVycy9kaXJlY3RvcnkuaHRtIiB0aXRsZT0iTWVtYmVycyBEaXJlY3RvcnkiPjxzcGFuPk1lbWJlcnMgRGlyZWN0b3J5PC9zcGFuPjwvYT48L2xpPjxsaSBjbGFzcz0ibmF2RGlzYWJsZUNsaWNrIGxpSGFzQ2hpbGRyZW4iPjxhIGhyZWY9Ii90aGVob3VzZS9wYXJ0bmVyLWNvbnRlbnQuaHRtIiB0aXRsZT0iUGFydG5lciBDb250ZW50Ij48c3Bhbj5QYXJ0bmVyIENvbnRlbnQ8L3NwYW4+PC9hPjwvbGk+PC91bD48L2xpPjxsaT48YSBocmVmPSIvZXZlbnRzLmh0bSIgdGl0bGU9IkV2ZW50cyB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkV2ZW50czwvc3Bhbj48L2E+PC9saT48bGkgY2xhc3M9Im5hdkRpc2FibGVDbGljayBuYXZNb2JUb2dnbGUgbGlIYXNDaGlsZHJlbiBsaU9uIj48YSBocmVmPSIvbWVtYmVycy5odG0iIGNsYXNzPSJvbiIgdGl0bGU9Ik1lbWJlcnMgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5NZW1iZXJzPC9zcGFuPjwvYT48dWw+PGxpPjxhIGhyZWY9Ii9tZW1iZXJzLmh0bSIgdGl0bGU9Ik1lbWJlcnMiPjxzcGFuPk1lbWJlcnM8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9tZW1iZXJzL2RpcmVjdG9yeS5odG0iIHRpdGxlPSJNZW1iZXJzIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+TWVtYmVycyBEaXJlY3Rvcnk8L3NwYW4+PC9hPjwvbGk+PC91bD48L2xpPjxsaSBjbGFzcz0ibmF2RGlzYWJsZUNsaWNrIG5hdk1vYlRvZ2dsZSBsaUhhc0NoaWxkcmVuIj48YSBocmVmPSIvbW9yZS5odG0iIHRpdGxlPSJNb3JlIj48c3Bhbj5Nb3JlPC9zcGFuPjwvYT48dWw+PGxpPjxhIGhyZWY9Ii9tb3JlL3BvZGNhc3RzLmh0bSIgdGl0bGU9IlBvZGNhc3RzIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+UG9kY2FzdHM8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9tb3JlL3Jzcy1mZWVkcy5odG0iIHRpdGxlPSJSU1MgRmVlZHMgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5SU1MgRmVlZHM8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9tb3JlL2NvbnRhY3QtdXMuaHRtIiB0aXRsZT0iQ29udGFjdCBVcyB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkNvbnRhY3QgVXM8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9tb3JlL2Fib3V0LXBvbGl0aWNzaG9tZS5odG0iIHRpdGxlPSJBYm91dCB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkFib3V0IFBvbGl0aWNzSG9tZTwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL21vcmUvbWFya2V0aW5nLW9wcG9ydHVuaXRpZXMuaHRtIiB0aXRsZT0iTWFya2V0aW5nIE9wcG9ydHVuaXRpZXMgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5NYXJrZXRpbmcgT3Bwb3J0dW5pdGllczwvc3Bhbj48L2E+PC9saT48L3VsPjwvbGk+PC91bD5kAggPZBYCAgEPD2QWAh4LcGxhY2Vob2xkZXIFD0VudGVyIGtleXdvcmQvc2QCAw9kFgICAw9kFgJmD2QWBAIBD2QWAgIBDxYCHwEFBHZpZXdkAgIPZBYCZg9kFgwCAg8WAh8BBXY8c2NyaXB0PmdhKCdzZW5kJywgJ2V2ZW50JywgJ0ltYWdlJywgJ0ltcHJlc3Npb24nLCAnSHVtYW5lIFNvY2lldHkgSW50ZXJuYXRpb25hbCBVSycsIHsnbm9uSW50ZXJhY3Rpb24nOiAxfSk7PC9zY3JpcHQ+ZAIED2QWAmYPFgIfAQX4FjxkaXYgY2xhc3M9Im5ld3MtdGl0bGUiPg0KICAgIDxzcGFuIGNsYXNzPSJudC1jYXQgaDUiPkh1bWFuZSBTb2NpZXR5IEludGVybmF0aW9uYWwgVUs8L3NwYW4+DQo8L2Rpdj4NCjxkaXYgY2xhc3M9Im1iLWNvbHMgZmx4IGZseC0td3IgY2xlYXJGaXgiPg0KDQo8ZGl2IGNsYXNzPSJtYi1sb2dvIj4NCiAgICA8aW1nIGRhdGEtc3JjPSJodHRwczovL3Jlcy5jbG91ZGluYXJ5LmNvbS9keXc4bXYzYjAvaW1hZ2UvdXBsb2FkL3FfODAsd18zNTAvdjEvbWVtYmVyLzIwMjFfMDYvSFNJX0xvZ29WX1VLXzM0MzVfNEMtYWlfYTNyNXVwLmpwZyIgY2xhc3M9Imxhenlsb2FkIiAgYWx0PSJNZW1iZXIgTG9nbyAtIEh1bWFuZSBTb2NpZXR5IEludGVybmF0aW9uYWwgVUsiPg0KPC9kaXY+DQo8aHI+DQoNCiAgICA8ZGl2IGNsYXNzPSJtYi1jb250YWN0Ij4NCiAgICAgICAgPHA+PGI+QWRkcmVzczwvYj48L3A+DQogICAgICAgIDxwIGNsYXNzPSJtYi1hZGRyZXNzIj4NCiAgICAgICAgICAgIDxwPk1lZGlhIE1hbmFnZXI6IFNhbGx5IEl2ZW5zIHwgPGEgaHJlZj0ibWFpbHRvOnNpdmVuc0Boc2kub3JnIj5zaXZlbnNAaHNpLm9yZzwvYT4mbmJzcDs8L3A+Cgo8cD5FeGVjdXRpdmUgZGlyZWN0b3I6IE5pY2sgSm9uZXMgfCA8YSBocmVmPSJtYWlsdG86bmpvbmVzQGhzaS5vcmciPm5qb25lc0Boc2kub3JnPC9hPiZuYnNwOzwvcD4KCjxwPlNlbmlvciBEaXJlY3RvciBvZiBDYW1wYWlnbnMgYW5kIFB1YmxpYyBBZmZhaXJzOiBDbGFpcmUgQmFzcyB8IDxhIGhyZWY9Im1haWx0bzpjYmFzc0Boc2kub3JnIj5jYmFzc0Boc2kub3JnPC9hPiZuYnNwOzwvcD4KCjxwPlB1YmxpYyBBZmZhaXJzIE9mZmljZXI6IFNhbSBNYWdvciB8IDxhIGhyZWY9Im1haWx0bzpzbWFnb3JAaHNpLm9yZyI+c21hZ29yQGhzaS5vcmc8L2E+Jm5ic3A7PC9wPg0KICAgICAgICA8L3A+DQogICAgICAgIDxwIGNsYXNzPSJtYi1saW5rcyI+DQogICAgICAgICAgICANCiAgICAgICAgICAgIA0KICAgICAgICAgICAgPGEgdGFyZ2V0PSJfYmxhbmsiIGhyZWY9Imh0dHBzOi8vd3d3LmhzaS5vcmcvIj5odHRwczovL3d3dy5oc2kub3JnLzwvYT4NCiAgICAgICAgPC9wPg0KICAgICAgICA8cCBjbGFzcz0ibWItc29jaWFsIj4NCiAgICAgICAgICAgIDxhIGhyZWY9Imh0dHBzOi8vd3d3LmZhY2Vib29rLmNvbS9IU0lVbml0ZWRLaW5nZG9tICIgdGFyZ2V0PSJfYmxhbmsiIGNsYXNzPSJpY29uIGljb24tLWZhY2Vib29rIj48L2E+DQogICAgICAgICAgICA8YSBocmVmPSJodHRwczovL3R3aXR0ZXIuY29tL0hTSVVLT3JnICIgdGFyZ2V0PSJfYmxhbmsiIGNsYXNzPSJpY29uIGljb24tLXR3aXR0ZXIiPjwvYT4NCiAgICAgICAgICAgIA0KICAgICAgICAgICAgDQogICAgICAgIDwvcD4NCiAgICA8L2Rpdj4NCiAgIA0KICAgIDxocj4NCiAgICA8ZGl2IGNsYXNzPSJtYi1zdW1tIj4NCiAgICAgICAgPHA+DQogICAgICAgICAgIEh1bWFuZSBTb2NpZXR5IEludGVybmF0aW9uYWwvVUsgaXMgYSBsZWFkaW5nIGZvcmNlIGZvciBhbmltYWwgcHJvdGVjdGlvbiwgd2l0aCBhY3RpdmUgY2FtcGFpZ25zIHRvIHN0b3AgdGhlIGltcG9ydCBvZiBodW50aW5nIHRyb3BoaWVzLCBhbmQgdGhlIGltcG9ydCBhbmQgc2FsZSBvZiBmdXIgaW4gdGhlIFVLOyB0byByZWR1Y2UgdGhlIG51bWJlciBvZiBhbmltYWxzIHN1ZmZlcmluZyBvbiBmYWN0b3J5IGZhcm1zIGFuZCB0byBwcm9tb3RlIHRoZSBhZG9wdGlvbiBvZiBtb3JlIHBsYW50LWJhc2VkIGVhdGluZzsgdG8gcmVkdWNlIGFuZCByZXBsYWNlIGFuaW1hbCB1c2UgaW4gc2NpZW50aWZpYyByZXNlYXJjaCBhbmQgcHJvZHVjdCB0ZXN0aW5nOyBhbmQgdG8gc3VzcGVuZCB0aGUgdXNlIG9mIGNydWVsIGdsdWUgdHJhcHMgZm9yIHByb2Zlc3Npb25hbCBhbmQgcHVibGljIHJvZGVudCBjb250cm9sLiBIU0kvVUsgaXMgdGhlIFUuSy4gb2ZmaWNlIG9mIEh1bWFuZSBTb2NpZXR5IEludGVybmF0aW9uYWwsIG9uZSBvZiB0aGUgbGFyZ2VzdCBhbmltYWwgcHJvdGVjdGlvbiBvcmdhbmlzYXRpb25zIGluIHRoZSB3b3JsZCwgYW5kIGlzIHByb3VkIHRvIHN1cHBvcnQgSFNJ4oCZcyBnbG9iYWwgcHJvZ3JhbSBvZiB3b3JrIGluY2x1ZGluZyBlbmRpbmcgdGhlIGRvZyBtZWF0IHRyYWRlIGFjcm9zcyBBc2lhLCBwcm9tb3RpbmcgaHVtYW5lIHN0cmVldCBkb2cgbWFuYWdlbWVudCwgZW5kaW5nIGlsbGVnYWwgd2lsZGxpZmUgdHJhZGUgYW5kIHJlc2N1aW5nIGFuaW1hbHMgaW4gbmVlZCBkdXJpbmcgbmF0dXJhbCBkaXNhc3RlcnMuDQogICAgICAgIDwvcD4NCiAgICAgICAgPHAgY2xhc3M9Im1iLWFib3V0TGluayI+DQogICAgICAgICAgICA8YSBjbGFzcz0iaWNvbiBpY29uLS1hbGwganMtYWJvdXQtbW9kYWwiIGhyZWY9IiMiPk1vcmU8L2E+DQogICAgICAgIDwvcD4NCiAgICA8L2Rpdj4NCiAgIA0KPC9kaXY+DQoNCjxkaXYgY2xhc3M9ImNhbC1mdWxsIj4NCiAgICAgICAgICAgIDxkaXYgY2xhc3M9ImNhbC1mdWxsLXdyYXAiPg0KICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9ImNhbC1mdWxsLWlubmVyIj4NCiAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9Imljb24gaWNvbi0tY2xvc2UgY2FsLWNsb3NlIj5DbG9zZTwvc3Bhbj4NCiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz0iY2FsLXRpdGxlIGg0Ij5IdW1hbmUgU29jaWV0eSBJbnRlcm5hdGlvbmFsIFVLPC9kaXY+DQogICAgICAgICAgICAgICAgICAgIDxwPg0KICAgICAgICAgICAgICAgICAgICAgICA8cD5Gb3IgbW9yZSBpbmZvcm1hdGlvbiwgcGxlYXNlIHZpc2l0Jm5ic3A7PGEgaHJlZj0iaHR0cHM6Ly93d3cuaHNpLm9yZy8iPmh0dHBzOi8vd3d3LmhzaS5vcmcvPC9hPjwvcD4NCg0KICAgICAgICAgICAgICAgICAgICA8L3A+DQogICAgICAgICAgICAgICAgPC9kaXY+DQogICAgICAgICAgICA8L2Rpdj4NCiAgICAgICAgPC9kaXY+ZAIGDxYCHgtfIUl0ZW1Db3VudAIHFg4CAQ9kFgJmDxUDH2h1bWFuZS1zb2NpZXR5LWludGVybmF0aW9uYWwtdWsfb3VyLXdvcmstYW5pbWFsLXNlbnRpZW5jZS03OTgwORpPdXIgV29yazogQW5pbWFsIFNlbnRpZW5jZWQCAg9kFgJmDxUDH2h1bWFuZS1zb2NpZXR5LWludGVybmF0aW9uYWwtdWsXb3VyLXdvcmstYW5pbWFscy1tYXR0ZXIYT3VyIFdvcms6IEFuaW1hbHMgTWF0dGVyZAIDD2QWAmYPFQMfaHVtYW5lLXNvY2lldHktaW50ZXJuYXRpb25hbC11ax5vdXItd29yay1mYXJtZWQtYW5pbWFsLXdlbGZhcmUfT3VyIFdvcms6IEZhcm1lZCBBbmltYWwgV2VsZmFyZWQCBA9kFgJmDxUDH2h1bWFuZS1zb2NpZXR5LWludGVybmF0aW9uYWwtdWsMb3VyLXdvcmstZnVyDU91ciBXb3JrOiBGdXJkAgUPZBYCZg8VAx9odW1hbmUtc29jaWV0eS1pbnRlcm5hdGlvbmFsLXVrE291ci13b3JrLWdsdWUtdHJhcHMUT3VyIFdvcms6IEdsdWUgVHJhcHNkAgYPZBYCZg8VAx9odW1hbmUtc29jaWV0eS1pbnRlcm5hdGlvbmFsLXVrFndvcmstcG9saXRpY2FsLWFuaW1hbHMbT3VyIFdvcms6IFBvbGl0aWNhbCBBbmltYWxzZAIHD2QWAmYPFQMfaHVtYW5lLXNvY2lldHktaW50ZXJuYXRpb25hbC11axdvdXItd29yay10cm9waHktaHVudGluZxhPdXIgV29yazogVHJvcGh5IEh1bnRpbmdkAgoPZBYCAgEPZBYCZg9kFgRmDw8WAh8DaGRkAgIPDxYCHwNoZGQCDg9kFgICAQ9kFgJmD2QWBGYPDxYCHwNoZBYCAgEPFgIfBQIEFggCAQ9kFgZmDxUBAm9uZAIBD2QWAmYPFQM7L21lbWJlcnMvcHJvZmlsZS9odW1hbmUtc29jaWV0eS1pbnRlcm5hdGlvbmFsLXVrP3ByZXNzX3BnPTECb24BMWQCAw8PFgoeD0NvbW1hbmRBcmd1bWVudAUBMR8BBQExHghDc3NDbGFzcwUCb24eBF8hU0ICAh8DaGRkAgIPZBYGZg8VAQBkAgEPZBYCZg8VAzsvbWVtYmVycy9wcm9maWxlL2h1bWFuZS1zb2NpZXR5LWludGVybmF0aW9uYWwtdWs/cHJlc3NfcGc9MgABMmQCAw8PFgofBgUBMh8BBQEyHwdlHwgCAh8DaGRkAgMPZBYGZg8VAQRuZXh0ZAIBD2QWAmYPFQM7L21lbWJlcnMvcHJvZmlsZS9odW1hbmUtc29jaWV0eS1pbnRlcm5hdGlvbmFsLXVrP3ByZXNzX3BnPTIEbmV4dAQmZ3Q7ZAIDDw8WCh8GBQEyHwEFBCZndDsfBwUEbmV4dB8IAgIfA2hkZAIED2QWBmYPFQEEbGFzdGQCAQ9kFgJmDxUDOy9tZW1iZXJzL3Byb2ZpbGUvaHVtYW5lLXNvY2lldHktaW50ZXJuYXRpb25hbC11az9wcmVzc19wZz0yBGxhc3QIJmd0OyZndDtkAgMPDxYKHwYFATIfAQUIJmd0OyZndDsfBwUEbGFzdB8IAgIfA2hkZAICDw8WAh8DZ2QWAgIBDxYCHwUCBBYIAgEPZBYGZg8VAQJvbmQCAQ9kFgJmDxUDOy9tZW1iZXJzL3Byb2ZpbGUvaHVtYW5lLXNvY2lldHktaW50ZXJuYXRpb25hbC11az9wcmVzc19wZz0xAm9uATFkAgMPDxYKHwYFATEfAQUBMR8HBQJvbh8IAgIfA2hkZAICD2QWBmYPFQEAZAIBD2QWAmYPFQM7L21lbWJlcnMvcHJvZmlsZS9odW1hbmUtc29jaWV0eS1pbnRlcm5hdGlvbmFsLXVrP3ByZXNzX3BnPTIAATJkAgMPDxYKHwYFATIfAQUBMh8HZR8IAgIfA2hkZAIDD2QWBmYPFQEEbmV4dGQCAQ9kFgJmDxUDOy9tZW1iZXJzL3Byb2ZpbGUvaHVtYW5lLXNvY2lldHktaW50ZXJuYXRpb25hbC11az9wcmVzc19wZz0yBG5leHQEJmd0O2QCAw8PFgofBgUBMh8BBQQmZ3Q7HwcFBG5leHQfCAICHwNoZGQCBA9kFgZmDxUBBGxhc3RkAgEPZBYCZg8VAzsvbWVtYmVycy9wcm9maWxlL2h1bWFuZS1zb2NpZXR5LWludGVybmF0aW9uYWwtdWs/cHJlc3NfcGc9MgRsYXN0CCZndDsmZ3Q7ZAIDDw8WCh8GBQEyHwEFCCZndDsmZ3Q7HwcFBGxhc3QfCAICHwNoZGQCEA9kFgJmD2QWAmYPZBYCZg9kFgJmDxYCHwEFiwQNCjxhIGhyZWY9Ii9tb3JlL2JlY29tZS1hLW1lbWJlci5odG0iIGNsYXNzPSJjdGEtYmxvY2sgY3RhLWJsb2NrLS1zcXVhcmUgIj4NCiAgICA8ZGl2IGNsYXNzPSJjdGEtaW1nIGxhenlsb2FkIiBkYXRhLWJnPSIvdWdjLTEvdXBsb2Fkcy9wYWdlYmxvY2tzLzIyMy8zZmNjZDEyOWNjMThhOTZiNjI3NzBmZWI0YjU5NWY4NC5qcGciPjwvZGl2Pg0KICAgIDxkaXYgY2xhc3M9ImgyIj4NCiAgICAgICAgRHJpdmUgdGhlIDxicj5wb2xpdGljYWwgZGViYXRlDQogICAgPC9kaXY+DQogICAgPHA+QXJlIHlvdSBsb29raW5nIHRvIGVuZ2FnZSB3aXRoIHRoZSBtb3N0IGluZmx1ZW50aWFsIHBlb3BsZSBpbiBVSyBwb2xpdGljcz88L3A+DQogICAgPGRpdiBjbGFzcz0iY3RhLWJvdHRvbSBjbGVhckZpeCI+DQogICAgICAgIDxwPkpvaW4gb3VyIG1lbWJlcnNoaXAgc2VydmljZSB0b2RheTwvcD4NCiAgICAgICAgPHNwYW4gY2xhc3M9ImJ0biBidG4tLW91dGxpbmVXaGl0ZSI+Sm9pbiBub3c8L3NwYW4+DQogICAgPC9kaXY+DQo8L2E+ZAIFD2QWAmYPZBYCZg9kFgJmD2QWAmYPZBYCZg9kFgJmDxYCHwEFggQ8ZGl2IGNsYXNzPSJoMyI+U2lnbiB1cCBmb3Igb3VyIG5ld3NsZXR0ZXJzPC9kaXY+DQo8ZGl2IGNsYXNzPSJmdHItc3VicyBjbGVhckZpeCI+DQogICAgPGEgaHJlZj0iaHR0cHM6Ly93d3cucG9saXRpY3Nob21lLmNvbS9hY2NvdW50Lmh0bSI+DQogICAgPGRpdiBjbGFzcz0iZnRycy1pbWciPg0KICAgICAgICA8aW1nIGNsYXNzPSJsYXp5bG9hZCIgZGF0YS1zcmM9Ii91Z2MtMS91cGxvYWRzL3BhZ2VibG9ja3MvMTEwNjkvMTk5ZDJlNjFiMjk2MWQ4NjQ1NjRhMTQ5YWFkM2ZlOTEucG5nIiBhbHQ9IlN1YnNjcmliZSIgLz4NCiAgICA8L2Rpdj4NCiAgICA8ZGl2IGNsYXNzPSJmdHJzLXRleHQiPg0KICAgICAgICA8cD5HZXQgZGFpbHkgbmV3cyBhbGVydHMgYW5kIHdlZWtlbmQgcm91bmQtdXBzIHN0cmFpZ2h0IHRvIHlvdXIgaW5ib3guPC9wPg0KICAgICAgICA8cD48c3BhbiBjbGFzcz0iYnRuIGJ0bi0tYmxhY2siPlN1YnNjcmliZTwvc3Bhbj48L3A+DQogICAgPC9kaXY+DQogICAgPC9hPg0KPC9kaXY+ZGTiNsBUd/GY4JtEb5DdQsCw6GLnKT9TS5gwKzlnN/2OTQ==" /> </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&t=638563308220000000" type="text/javascript"></script> <script src="/ScriptResource.axd?d=SrwZRAa4Zyv03GdGrfieEJf-d4zldB38v6Qg1vs4imBCjGnQZHIl3BkYQGcK_sq2BgVD_ckdci2_ZNJB6ooStoe_SavSueDM_VUMTPQmMUKYw8Md2xkEFSTmyYiVyYs1_bdk3TX-w_LrUZIX9nOs2GvZ6XU7m0A8yU13BJaksKk1&t=ffffffffc820c398" type="text/javascript"></script> <script src="/ScriptResource.axd?d=i_nvLCJBHXDLydGmDxZNhYPQCmZgQBqosAgmBhtvOSbAcrokh2OhB5tfOkiao9FamBwxmYKZwfoxNxDBTLhZtFpd93I8q2R1YUGdu5gMJYEd50dyt4Tf6Rycr0HGh6lWBHL44TLhJoxl8ISFvSX0zYarAubSxVmFcSBxDy5Nnbzacgrv0b_7sYxW7cvyZjpJ0&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-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">Mon, <span>17 February 2025</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><a href="/" 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 & 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 liOn"><a href="/members.htm" class="on" 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="/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 class=""><a href="https://longreads.politicshome.com/" target="_blank" title="Long reads"><span>Long Reads</span></a> </li><li class="hasChildren"><a href="/thehouse/partner-content/wiw.htm" title="Women in Westminster"><span>Women in Westminster</span></a> <ul class="nav level3"><li class=""><a href="/hub/women-westminster-conversation" title="In Conversation With"><span>In Conversation With</span></a> </li></ul></li><li class=""><a href="https://www.politicshome.com/members/directory.htm" title="Members Directory"><span>Members Directory</span></a> </li><li class="navDisableClick hasChildren"><a href="/thehouse/partner-content.htm" title="Partner Content"><span>Partner Content</span></a> <ul class="nav level3"><li class=""><a href="https://www.politicshome.com/hub/thepathtonetzero" title="The Path To Net Zero"><span>The Path To Net Zero</span></a> </li><li class=""><a href="https://www.politicshome.com/hub/greening-nation" title="Greening the Nation"><span>Greening the Nation</span></a> </li><li class=""><a href="/hub/the-house-connecting-communities" title="Connecting communities"><span>Connecting Communities</span></a> </li><li class=""><a href="/hub/engineering-a-better-world" title="Engineering a better world"><span>Engineering a Better World</span></a> </li><li class=""><a href="/members.htm" title="Become a Member"><span>Become a Member</span></a> </li></ul></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><a href="/" 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 & 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 liOn"><a href="/members.htm" class="on" 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, 'hdr_btnSearch')"> <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="article-view article-view--members flx flx--wr clearFix"> <div class="av-lc"> <div class="member-bio"> <script>ga('send', 'event', 'Image', 'Impression', 'Humane Society International UK', {'nonInteraction': 1});</script> <article class="newsview"> <div class="news-title"> <span class="nt-cat h5">Humane Society International UK</span> </div> <div class="mb-cols flx flx--wr clearFix"> <div class="mb-logo"> <img data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/q_80,w_350/v1/member/2021_06/HSI_LogoV_UK_3435_4C-ai_a3r5up.jpg" class="lazyload" alt="Member Logo - Humane Society International UK"> </div> <hr> <div class="mb-contact"> <p><b>Address</b></p> <p class="mb-address"> <p>Media Manager: Sally Ivens | <a href="mailto:sivens@hsi.org">sivens@hsi.org</a> </p> <p>Executive director: Nick Jones | <a href="mailto:njones@hsi.org">njones@hsi.org</a> </p> <p>Senior Director of Campaigns and Public Affairs: Claire Bass | <a href="mailto:cbass@hsi.org">cbass@hsi.org</a> </p> <p>Public Affairs Officer: Sam Magor | <a href="mailto:smagor@hsi.org">smagor@hsi.org</a> </p> </p> <p class="mb-links"> <a target="_blank" href="https://www.hsi.org/">https://www.hsi.org/</a> </p> <p class="mb-social"> <a href="https://www.facebook.com/HSIUnitedKingdom " target="_blank" class="icon icon--facebook"></a> <a href="https://twitter.com/HSIUKOrg " target="_blank" class="icon icon--twitter"></a> </p> </div> <hr> <div class="mb-summ"> <p> Humane Society International/UK is a leading force for animal protection, with active campaigns to stop the import of hunting trophies, and the import and sale of fur in the UK; to reduce the number of animals suffering on factory farms and to promote the adoption of more plant-based eating; to reduce and replace animal use in scientific research and product testing; and to suspend the use of cruel glue traps for professional and public rodent control. HSI/UK is the U.K. office of Humane Society International, one of the largest animal protection organisations in the world, and is proud to support HSI’s global program of work including ending the dog meat trade across Asia, promoting humane street dog management, ending illegal wildlife trade and rescuing animals in need during natural disasters. </p> <p class="mb-aboutLink"> <a class="icon icon--all js-about-modal" href="#">More</a> </p> </div> </div> <div class="cal-full"> <div class="cal-full-wrap"> <div class="cal-full-inner"> <span class="icon icon--close cal-close">Close</span> <div class="cal-title h4">Humane Society International UK</div> <p> <p>For more information, please visit <a href="https://www.hsi.org/">https://www.hsi.org/</a></p> </p> </div> </div> </div> </article> </div> <div class="members-nav"> <div class="news-title news-title--mm"> <span class="nt-cat h5">Sections</span> <span class="mn-toggle icon icon--plus"></span> </div> <ul> <li><a href="/members/profile/humane-society-international-uk/our-work-animal-sentience-79809">Our Work: Animal Sentience</a></li> <li><a href="/members/profile/humane-society-international-uk/our-work-animals-matter">Our Work: Animals Matter</a></li> <li><a href="/members/profile/humane-society-international-uk/our-work-farmed-animal-welfare">Our Work: Farmed Animal Welfare</a></li> <li><a href="/members/profile/humane-society-international-uk/our-work-fur">Our Work: Fur</a></li> <li><a href="/members/profile/humane-society-international-uk/our-work-glue-traps">Our Work: Glue Traps</a></li> <li><a href="/members/profile/humane-society-international-uk/work-political-animals">Our Work: Political Animals</a></li> <li><a href="/members/profile/humane-society-international-uk/our-work-trophy-hunting">Our Work: Trophy Hunting</a></li> </ul> </div> </div> <div class="av-main"> <div class="news-title"> <span class="nt-cat h5">Featured</span> </div> <div class="news-list news-list--featured"> <div class="news-item"> <div class="ni-img-wrap"> <div class="ni-image "> <a href="/members/article/43-mps-peers-urge-ministers-put-public-health-bobble-hats"> <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/2025_01/Baby_foxes_fur_farm_psfnlq.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_350,h_235,f_auto/v1/news/2025_01/Baby_foxes_fur_farm_psfnlq.jpg 350w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_450,h_300,f_auto/v1/news/2025_01/Baby_foxes_fur_farm_psfnlq.jpg 450w" class="lazyload" alt="43 MPs and peers urge ministers: put public health before bobble hats"> </a> <span class="ni-tag">Partner content</span> </div> </div> <div class="ni-content"> <div class="ni-title h4"> <a href="/members/article/43-mps-peers-urge-ministers-put-public-health-bobble-hats">43 MPs and peers urge ministers: put public health before bobble hats</a> </div> <div class="ni-meta"> <span class="ni-date"><time datetime="2025-02-05T08:00" title="05 February 2025 at 08:00">05 Feb</time></span> <span class="ni-cat"><a href="/news/environment.htm">Environment</a></span> </div> <div Class="ni-sponsor">By Humane Society International UK</div><script>ga('send', 'event', 'Image', 'Impression', 'Humane Society International UK', {'nonInteraction': 1});</script> <div class="ni-desc"> <a href="/members/article/43-mps-peers-urge-ministers-put-public-health-bobble-hats">Animal suffering, environmental damage, and a serious public health risk: why MPs and peers agree it’s time to end the UK fur trade.</a> </div> </div> </div> </div> <div class="news-title"> <span class="nt-cat h5">Articles</span> </div> <div class="member-articles"> <div class="news-list news-list--x2"><div class="news-item"> <div class="ni-image "> <a href="/members/article/mp-inbox-full-puppies-pigs-pangolins-help"> <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_08/HSI_Claire_and_Blossom-Hope_at_Hopefield_gsyzc7.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_08/HSI_Claire_and_Blossom-Hope_at_Hopefield_gsyzc7.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_08/HSI_Claire_and_Blossom-Hope_at_Hopefield_gsyzc7.jpg 340w" class="lazyload" alt="MP inbox full of puppies, pigs and pangolins? We can help!"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-09-02T08:00" title="02 September 2024 at 08:00">02 Sep 2024</time></span> <span class="ni-cat"> <a href="/news/communities.htm">Communities</a> </span> </div> <div Class="ni-sponsor">By Humane Society International UK</div><script>ga('send', 'event', 'Image', 'Impression', 'Humane Society International UK', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/mp-inbox-full-puppies-pigs-pangolins-help">MP inbox full of puppies, pigs and pangolins? We can help!</a> </div> <div class="ni-desc"> <a href="/members/article/mp-inbox-full-puppies-pigs-pangolins-help">New and returning MPs will already have received emails about animal welfare from concerned constituents. Humane Society International/UK (HSI/UK) has a long record of supporting Parliamentarians to deliver the animal welfare protections constituents expect.</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/members/article/ethical-and-sustainable-conservation-doesnt-involve-killing-endangered-animals-for-pleasure"> <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_03/Hwange_lions_Netsai_and_Humba_-1_of_1-_546933_xtdw7m.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_03/Hwange_lions_Netsai_and_Humba_-1_of_1-_546933_xtdw7m.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_03/Hwange_lions_Netsai_and_Humba_-1_of_1-_546933_xtdw7m.jpg 340w" class="lazyload" alt="Ethical and sustainable conservation can’t be achieved with endangered animals in hunters’ cross-hairs"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-03-18T08:00" title="18 March 2024 at 08:00">18 Mar 2024</time></span> <span class="ni-cat"> <a href="/news/environment.htm">Environment</a> </span> </div> <div Class="ni-sponsor">By Humane Society International UK</div><script>ga('send', 'event', 'Image', 'Impression', 'Humane Society International UK', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/ethical-and-sustainable-conservation-doesnt-involve-killing-endangered-animals-for-pleasure">Ethical and sustainable conservation can’t be achieved with endangered animals in hunters’ cross-hairs</a> </div> <div class="ni-desc"> <a href="/members/article/ethical-and-sustainable-conservation-doesnt-involve-killing-endangered-animals-for-pleasure">MPs debating a Bill to ban imports of hunting trophies should reflect on a new biodiversity law in South Africa enshrining that killing wildlife for pleasure and to acquire body parts as a status symbol has no place in the future of sustainable tourism or biodiversity policy.</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/members/article/comes-endangered-wildlife-dont-license-kill"> <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/2023_08/Elephant-_Chobe_National_Park-_Botswana-_Credit_Masha_Kalin_cyzrtq.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2023_08/Elephant-_Chobe_National_Park-_Botswana-_Credit_Masha_Kalin_cyzrtq.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2023_08/Elephant-_Chobe_National_Park-_Botswana-_Credit_Masha_Kalin_cyzrtq.jpg 340w" class="lazyload" alt="When it comes to endangered wildlife, don’t license to kill"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2023-08-17T09:00" title="17 August 2023 at 09:00">17 Aug 2023</time></span> <span class="ni-cat"> <a href="/news/environment.htm">Environment</a> </span> </div> <div Class="ni-sponsor">By Humane Society International UK</div><script>ga('send', 'event', 'Image', 'Impression', 'Humane Society International UK', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/comes-endangered-wildlife-dont-license-kill">When it comes to endangered wildlife, don’t license to kill</a> </div> <div class="ni-desc"> <a href="/members/article/comes-endangered-wildlife-dont-license-kill">A ban on imports of hunting trophies is in sight, but the House of Lords must reject wrecking amendments for licensing HMG-approved hunting trophies.</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/members/article/animals-matter-why-our-new-prime-minister-must-stick-to-manifesto-commitments-on-animal-welfare"> <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/2022_09/Untitled_design_1_qunxv4.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2022_09/Untitled_design_1_qunxv4.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2022_09/Untitled_design_1_qunxv4.jpg 340w" class="lazyload" alt="Animals Matter: Why our new Prime Minister must stick to manifesto commitments on animal welfare"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2022-09-24T08:00" title="24 September 2022 at 08:00">24 Sep 2022</time></span> <span class="ni-cat"> <a href="/news/environment.htm">Environment</a> </span> </div> <div Class="ni-sponsor">By Humane Society International UK</div><script>ga('send', 'event', 'Image', 'Impression', 'Humane Society International UK', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/animals-matter-why-our-new-prime-minister-must-stick-to-manifesto-commitments-on-animal-welfare">Animals Matter: Why our new Prime Minister must stick to manifesto commitments on animal welfare</a> </div> <div class="ni-desc"> <a href="/members/article/animals-matter-why-our-new-prime-minister-must-stick-to-manifesto-commitments-on-animal-welfare">Animals matter to the British public and they mattered to our late Queen – so why is Liz Truss turning her back on them?</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/members/article/action-for-animals-overseas-would-speak-louder-than-words"> <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/2022_05/BZ2R0307_uqgit1.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2022_05/BZ2R0307_uqgit1.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2022_05/BZ2R0307_uqgit1.jpg 340w" class="lazyload" alt="Action for animals overseas would speak louder than words"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2022-05-26T09:00" title="26 May 2022 at 09:00">26 May 2022</time></span> <span class="ni-cat"> <a href="/news/environment.htm">Environment</a> </span> </div> <div Class="ni-sponsor">By Humane Society International UK</div><script>ga('send', 'event', 'Image', 'Impression', 'Humane Society International UK', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/action-for-animals-overseas-would-speak-louder-than-words">Action for animals overseas would speak louder than words</a> </div> <div class="ni-desc"> <a href="/members/article/action-for-animals-overseas-would-speak-louder-than-words">200 years since the UK’s first animal protection law, and one year since the government published its #ActionForAnimals plan, HSI/UK’s executive director Claire Bass asks, ‘does the government’s vision for better animal welfare extend beyond our ports and airports?'</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/members/article/will-larry-the-cat-be-celebrating-bold-new-laws-for-animals-at-the-queens-speech"> <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/2022_05/HW0CAF_f41cdh.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2022_05/HW0CAF_f41cdh.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2022_05/HW0CAF_f41cdh.jpg 340w" class="lazyload" alt="Will Larry the cat be celebrating bold new laws for animals at the Queen's Speech?"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2022-05-08T08:00" title="08 May 2022 at 08:00">08 May 2022</time></span> <span class="ni-cat"> <a href="/news/environment.htm">Environment</a> </span> </div> <div Class="ni-sponsor">By Humane Society International UK</div><script>ga('send', 'event', 'Image', 'Impression', 'Humane Society International UK', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/will-larry-the-cat-be-celebrating-bold-new-laws-for-animals-at-the-queens-speech">Will Larry the cat be celebrating bold new laws for animals at the Queen's Speech?</a> </div> <div class="ni-desc"> <a href="/members/article/will-larry-the-cat-be-celebrating-bold-new-laws-for-animals-at-the-queens-speech">New poll shows nearly three quarters of voters want to see government pass more laws to protect animals.</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/members/article/serious-about-combatting-climate-change-its-time-to-talk-about-the-cow-in-the-room"> <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/2021_09/171140e5-358e-4e85-af5b-0616a951a59f_yvb0y4.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2021_09/171140e5-358e-4e85-af5b-0616a951a59f_yvb0y4.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2021_09/171140e5-358e-4e85-af5b-0616a951a59f_yvb0y4.jpg 340w" class="lazyload" alt="Serious about combatting climate change? - It’s time to talk about the cow in the room"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2021-09-30T08:00" title="30 September 2021 at 08:00">30 Sep 2021</time></span> <span class="ni-cat"> <a href="/news/environment.htm">Environment</a> </span> </div> <div Class="ni-sponsor">By Humane Society International UK</div><script>ga('send', 'event', 'Image', 'Impression', 'Humane Society International UK', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/serious-about-combatting-climate-change-its-time-to-talk-about-the-cow-in-the-room">Serious about combatting climate change? - It’s time to talk about the cow in the room</a> </div> <div class="ni-desc"> <a href="/members/article/serious-about-combatting-climate-change-its-time-to-talk-about-the-cow-in-the-room"><p>Today marks the start of the Pre-COP summit, the last chance for world leaders to discuss climate change mitigation strategies ahead of the upcoming negotiations at the United Nations Climate Change Conference of the Parties (COP26) in November in Glasgow. If COP26 organisers are serious about meeting the Paris Agreement and “keeping 1.5 degrees alive” to limit the potentially catastrophic impact of global warming, it’s crucial that all leading drivers of climate change are acknowledged and addressed. Yet, until now, one topic has remained the <em>cow</em> in the room: intensive animal agriculture.</p><br /> </a> </div> </div> </div></div> </div> </div> <div class="av-rc"> <div class="news-title" data-anchorid="listpresstop"> <span class="nt-cat h5">Latest press releases</span> </div> <div class="news-list news-list--x1 news-list--press"> <div class="news-item"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-10-15T14:04" title="15 October 2024 at 14:04">15 Oct 2024</time></span> </div> <div class="ni-title"> <a href="/members/article/bill-ban-uk-fur-imports-sales-introduced-parliament">Bill to ban UK fur imports and sales to be introduced to Parliament</a> </div> <div Class="ni-sponsor">By <a href="/members/profile/humane-society-international-uk">Humane Society International UK</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Humane Society International UK', {'nonInteraction': 1});</script> </div><div class="news-item"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-08-27T08:00" title="27 August 2024 at 08:00">27 Aug 2024</time></span> </div> <div class="ni-title"> <a href="/members/article/charity-calls-governmentbacked-eat-red-meat-campaign-reckless-selfsabotage-labours-national-health-climate-policy-ambitions">Charity calls Government-backed ‘eat more red meat’ campaign ‘reckless self-sabotage on Labour’s national health and climate policy ambitions’</a> </div> <div Class="ni-sponsor">By <a href="/members/profile/humane-society-international-uk">Humane Society International UK</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Humane Society International UK', {'nonInteraction': 1});</script> </div><div class="news-item"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-07-31T08:00" title="31 July 2024 at 08:00">31 Jul 2024</time></span> </div> <div class="ni-title"> <a href="/members/article/england-bans-public-use-inhumane-rodent-glue-traps-animal-charity-warns-consumers-accidental-law-breaking-traps-still-available-purchase-shops">England bans public use of inhumane rodent glue traps but animal charity warns consumers against accidental law breaking, as traps still available for purchase in shops</a> </div> <div Class="ni-sponsor">By Humane Society International UK</div><script>ga('send', 'event', 'Image', 'Impression', 'Humane Society International UK', {'nonInteraction': 1});</script> </div><div class="news-item"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-06-24T08:00" title="24 June 2024 at 08:00">24 Jun 2024</time></span> </div> <div class="ni-title"> <a href="/members/article/uk-pig-farmer-says-farrowing-crates-no-longer-justified-calls-ban">UK pig farmer says farrowing crates can no longer be justified and calls for a ban</a> </div> <div Class="ni-sponsor">By Humane Society International UK</div><script>ga('send', 'event', 'Image', 'Impression', 'Humane Society International UK', {'nonInteraction': 1});</script> </div><div class="news-item"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-06-12T08:00" title="12 June 2024 at 08:00">12 Jun 2024</time></span> </div> <div class="ni-title"> <a href="/members/article/political-parties-urged-unleash-paw-power-animal-welfare-emerges-potential-swing-issue">Political parties urged to unleash ‘Paw Power’ as animal welfare emerges as potential swing issue</a> </div> <div Class="ni-sponsor">By Humane Society International UK</div><script>ga('send', 'event', 'Image', 'Impression', 'Humane Society International UK', {'nonInteraction': 1});</script> </div> <div class="paging"> <ul class="pagination"> <li class="on"> <a href="/members/profile/humane-society-international-uk?press_pg=1" class="on">1</a> </li> <li class=""> <a href="/members/profile/humane-society-international-uk?press_pg=2" class="">2</a> </li> <li class="next"> <a href="/members/profile/humane-society-international-uk?press_pg=2" class="next">></a> </li> <li class="last"> <a href="/members/profile/humane-society-international-uk?press_pg=2" class="last">>></a> </li> </ul> </div> </div> <div class="col--ad"> <!-- /1048162/ph/news-main_mpu --> <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> <a href="/more/become-a-member.htm" class="cta-block cta-block--square "> <div class="cta-img lazyload" data-bg="/ugc-1/uploads/pageblocks/223/3fccd129cc18a96b62770feb4b595f84.jpg"></div> <div class="h2"> Drive the <br>political debate </div> <p>Are you looking to engage with the most influential people in UK politics?</p> <div class="cta-bottom clearFix"> <p>Join our membership service today</p> <span class="btn btn--outlineWhite">Join now</span> </div> </a> </div> </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>© 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' 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 & 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/news-main_pixel-1 --> <div id='div-gpt-ad-1608230069741-5'> <script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-1608230069741-5'); }); </script> </div> <!-- /1048162/ph/news-main_pixel-2 --> <div id='div-gpt-ad-1608230069741-6'> <script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-1608230069741-6'); }); </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>