<!DOCTYPE html>
<html>
<!--
page generated at: Tue Jun 26 13:57:07 BST 2018
page generated by escenic.server/hostname: reg-pres9.tm-aws.com/reg-pres9.tm-aws.com
-->
<head>
<script>window.dataLayer = [];
(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-M3TH25P');</script>
<script type="text/javascript">!function t(e,n,o){function r(s,c){if(!n[s]){if(!e[s]){var u="function"==typeof require&&require;if(!c&&u)return u(s,!0);if(i)return i(s,!0);var h=new Error("Cannot find module '"+s+"'");throw h.code="MODULE_NOT_FOUND",h}var a=n[s]={exports:{}};e[s][0].call(a.exports,function(t){var n=e[s][1][t];return r(n||t)},a,a.exports,t,e,n,o)}return n[s].exports}for(var i="function"==typeof require&&require,s=0;s<o.length;s++)r(o[s]);return r}({1:[function(t,e,n){!function(t,e){"use strict";if("IntersectionObserver"in t&&"IntersectionObserverEntry"in t&&"intersectionRatio"in t.IntersectionObserverEntry.prototype)"isIntersecting"in t.IntersectionObserverEntry.prototype||Object.defineProperty(t.IntersectionObserverEntry.prototype,"isIntersecting",{get:function(){return this.intersectionRatio>0}});else{var n=[];r.prototype.THROTTLE_TIMEOUT=100,r.prototype.POLL_INTERVAL=null,r.prototype.USE_MUTATION_OBSERVER=!0,r.prototype.observe=function(t){if(!this._observationTargets.some(function(e){return e.element==t})){if(!t||1!=t.nodeType)throw new Error("target must be an Element");this._registerInstance(),this._observationTargets.push({element:t,entry:null}),this._monitorIntersections(),this._checkForIntersections()}},r.prototype.unobserve=function(t){this._observationTargets=this._observationTargets.filter(function(e){return e.element!=t}),this._observationTargets.length||(this._unmonitorIntersections(),this._unregisterInstance())},r.prototype.disconnect=function(){this._observationTargets=[],this._unmonitorIntersections(),this._unregisterInstance()},r.prototype.takeRecords=function(){var t=this._queuedEntries.slice();return this._queuedEntries=[],t},r.prototype._initThresholds=function(t){var e=t||[0];return Array.isArray(e)||(e=[e]),e.sort().filter(function(t,e,n){if("number"!=typeof t||isNaN(t)||t<0||t>1)throw new Error("threshold must be a number between 0 and 1 inclusively");return t!==n[e-1]})},r.prototype._parseRootMargin=function(t){var e=(t||"0px").split(/\s+/).map(function(t){var e=/^(-?\d*\.?\d+)(px|%)$/.exec(t);if(!e)throw new Error("rootMargin must be specified in pixels or percent");return{value:parseFloat(e[1]),unit:e[2]}});return e[1]=e[1]||e[0],e[2]=e[2]||e[0],e[3]=e[3]||e[1],e},r.prototype._monitorIntersections=function(){this._monitoringIntersections||(this._monitoringIntersections=!0,this.POLL_INTERVAL?this._monitoringInterval=setInterval(this._checkForIntersections,this.POLL_INTERVAL):(i(t,"resize",this._checkForIntersections,!0),i(e,"scroll",this._checkForIntersections,!0),this.USE_MUTATION_OBSERVER&&"MutationObserver"in t&&(this._domObserver=new MutationObserver(this._checkForIntersections),this._domObserver.observe(e,{attributes:!0,childList:!0,characterData:!0,subtree:!0}))))},r.prototype._unmonitorIntersections=function(){this._monitoringIntersections&&(this._monitoringIntersections=!1,clearInterval(this._monitoringInterval),this._monitoringInterval=null,s(t,"resize",this._checkForIntersections,!0),s(e,"scroll",this._checkForIntersections,!0),this._domObserver&&(this._domObserver.disconnect(),this._domObserver=null))},r.prototype._checkForIntersections=function(){var e=this._rootIsInDom(),n=e?this._getRootRect():{top:0,bottom:0,left:0,right:0,width:0,height:0};this._observationTargets.forEach(function(r){var i=r.element,s=c(i),u=this._rootContainsTarget(i),h=r.entry,a=e&&u&&this._computeTargetAndRootIntersection(i,n),f=r.entry=new o({time:t.performance&&performance.now&&performance.now(),target:i,boundingClientRect:s,rootBounds:n,intersectionRect:a});h?e&&u?this._hasCrossedThreshold(h,f)&&this._queuedEntries.push(f):h&&h.isIntersecting&&this._queuedEntries.push(f):this._queuedEntries.push(f)},this),this._queuedEntries.length&&this._callback(this.takeRecords(),this)},r.prototype._computeTargetAndRootIntersection=function(n,o){if("none"!=t.getComputedStyle(n).display){for(var r,i,s,u,a,f,l,p,d=c(n),v=h(n),m=!1;!m;){var _=null,y=1==v.nodeType?t.getComputedStyle(v):{};if("none"==y.display)return;if(v==this.root||v==e?(m=!0,_=o):v!=e.body&&v!=e.documentElement&&"visible"!=y.overflow&&(_=c(v)),_&&(r=_,i=d,void 0,void 0,void 0,void 0,void 0,void 0,s=Math.max(r.top,i.top),u=Math.min(r.bottom,i.bottom),a=Math.max(r.left,i.left),f=Math.min(r.right,i.right),p=u-s,!(d=(l=f-a)>=0&&p>=0&&{top:s,bottom:u,left:a,right:f,width:l,height:p})))break;v=h(v)}return d}},r.prototype._getRootRect=function(){var t;if(this.root)t=c(this.root);else{var n=e.documentElement,o=e.body;t={top:0,left:0,right:n.clientWidth||o.clientWidth,width:n.clientWidth||o.clientWidth,bottom:n.clientHeight||o.clientHeight,height:n.clientHeight||o.clientHeight}}return this._expandRectByRootMargin(t)},r.prototype._expandRectByRootMargin=function(t){var e=this._rootMarginValues.map(function(e,n){return"px"==e.unit?e.value:e.value*(n%2?t.width:t.height)/100}),n={top:t.top-e[0],right:t.right+e[1],bottom:t.bottom+e[2],left:t.left-e[3]};return n.width=n.right-n.left,n.height=n.bottom-n.top,n},r.prototype._hasCrossedThreshold=function(t,e){var n=t&&t.isIntersecting?t.intersectionRatio||0:-1,o=e.isIntersecting?e.intersectionRatio||0:-1;if(n!==o)for(var r=0;r<this.thresholds.length;r++){var i=this.thresholds[r];if(i==n||i==o||i<n!=i<o)return!0}},r.prototype._rootIsInDom=function(){return!this.root||u(e,this.root)},r.prototype._rootContainsTarget=function(t){return u(this.root||e,t)},r.prototype._registerInstance=function(){n.indexOf(this)<0&&n.push(this)},r.prototype._unregisterInstance=function(){var t=n.indexOf(this);-1!=t&&n.splice(t,1)},t.IntersectionObserver=r,t.IntersectionObserverEntry=o}function o(t){this.time=t.time,this.target=t.target,this.rootBounds=t.rootBounds,this.boundingClientRect=t.boundingClientRect,this.intersectionRect=t.intersectionRect||{top:0,bottom:0,left:0,right:0,width:0,height:0},this.isIntersecting=!!t.intersectionRect;var e=this.boundingClientRect,n=e.width*e.height,o=this.intersectionRect,r=o.width*o.height;this.intersectionRatio=n?r/n:this.isIntersecting?1:0}function r(t,e){var n,o,r,i=e||{};if("function"!=typeof t)throw new Error("callback must be a function");if(i.root&&1!=i.root.nodeType)throw new Error("root must be an Element");this._checkForIntersections=(n=this._checkForIntersections.bind(this),o=this.THROTTLE_TIMEOUT,r=null,function(){r||(r=setTimeout(function(){n(),r=null},o))}),this._callback=t,this._observationTargets=[],this._queuedEntries=[],this._rootMarginValues=this._parseRootMargin(i.rootMargin),this.thresholds=this._initThresholds(i.threshold),this.root=i.root||null,this.rootMargin=this._rootMarginValues.map(function(t){return t.value+t.unit}).join(" ")}function i(t,e,n,o){"function"==typeof t.addEventListener?t.addEventListener(e,n,o||!1):"function"==typeof t.attachEvent&&t.attachEvent("on"+e,n)}function s(t,e,n,o){"function"==typeof t.removeEventListener?t.removeEventListener(e,n,o||!1):"function"==typeof t.detatchEvent&&t.detatchEvent("on"+e,n)}function c(t){var e;try{e=t.getBoundingClientRect()}catch(t){}return e?(e.width&&e.height||(e={top:e.top,right:e.right,bottom:e.bottom,left:e.left,width:e.right-e.left,height:e.bottom-e.top}),e):{top:0,bottom:0,left:0,right:0,width:0,height:0}}function u(t,e){for(var n=e;n;){if(n==t)return!0;n=h(n)}return!1}function h(t){var e=t.parentNode;return e&&11==e.nodeType&&e.host?e.host:e}}(window,document)},{}],2:[function(t,e,n){!function(t){var n=setTimeout;function o(){}var r="function"==typeof setImmediate&&setImmediate||function(t){n(t,0)},i=function(t){"undefined"!=typeof console&&console&&console.warn("Possible Unhandled Promise Rejection:",t)};function s(t){if("object"!=typeof this)throw new TypeError("Promises must be constructed via new");if("function"!=typeof t)throw new TypeError("not a function");this._state=0,this._handled=!1,this._value=void 0,this._deferreds=[],f(t,this)}function c(t,e){for(;3===t._state;)t=t._value;0!==t._state?(t._handled=!0,r(function(){var n=1===t._state?e.onFulfilled:e.onRejected;if(null!==n){var o;try{o=n(t._value)}catch(t){return void h(e.promise,t)}u(e.promise,o)}else(1===t._state?u:h)(e.promise,t._value)})):t._deferreds.push(e)}function u(t,e){try{if(e===t)throw new TypeError("A promise cannot be resolved with itself.");if(e&&("object"==typeof e||"function"==typeof e)){var n=e.then;if(e instanceof s)return t._state=3,t._value=e,void a(t);if("function"==typeof n)return void f((o=n,r=e,function(){o.apply(r,arguments)}),t)}t._state=1,t._value=e,a(t)}catch(e){h(t,e)}var o,r}function h(t,e){t._state=2,t._value=e,a(t)}function a(t){2===t._state&&0===t._deferreds.length&&r(function(){t._handled||i(t._value)});for(var e=0,n=t._deferreds.length;e<n;e++)c(t,t._deferreds[e]);t._deferreds=null}function f(t,e){var n=!1;try{t(function(t){n||(n=!0,u(e,t))},function(t){n||(n=!0,h(e,t))})}catch(t){if(n)return;n=!0,h(e,t)}}s.prototype.catch=function(t){return this.then(null,t)},s.prototype.then=function(t,e){var n=new this.constructor(o);return c(this,new function(t,e,n){this.onFulfilled="function"==typeof t?t:null,this.onRejected="function"==typeof e?e:null,this.promise=n}(t,e,n)),n},s.all=function(t){var e=Array.prototype.slice.call(t);return new s(function(t,n){if(0===e.length)return t([]);var o=e.length;function r(i,s){try{if(s&&("object"==typeof s||"function"==typeof s)){var c=s.then;if("function"==typeof c)return void c.call(s,function(t){r(i,t)},n)}e[i]=s,0==--o&&t(e)}catch(t){n(t)}}for(var i=0;i<e.length;i++)r(i,e[i])})},s.resolve=function(t){return t&&"object"==typeof t&&t.constructor===s?t:new s(function(e){e(t)})},s.reject=function(t){return new s(function(e,n){n(t)})},s.race=function(t){return new s(function(e,n){for(var o=0,r=t.length;o<r;o++)t[o].then(e,n)})},s._setImmediateFn=function(t){r=t},s._setUnhandledRejectionFn=function(t){i=t},void 0!==e&&e.exports?e.exports=s:t.Promise||(t.Promise=s)}(this)},{}],3:[function(t,e,n){"use strict";e.exports=function(){Array.prototype.findIndex||(Array.prototype.findIndex=function(t){if(null==this)throw new TypeError("Array.prototype.findIndex called on null or undefined");if("function"!=typeof t)throw new TypeError("predicate must be a function");for(var e,n=Object(this),o=n.length>>>0,r=arguments[1],i=0;i<o;i++)if(e=n[i],t.call(r,e,i,n))return i;return-1})}},{}],4:[function(t,e,n){"use strict";e.exports=function(){Element.prototype.matches||(Element.prototype.matches=Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector),Element.prototype.closest||(Element.prototype.closest=function(t){var e=this;if(!document.documentElement.contains(this))return null;do{if(e.matches(t))return e;e=e.parentElement}while(null!==e);return null})}},{}],5:[function(t,e,n){"use strict";t("intersection-observer"),t("./array/findIndex.js")(),t("./promise/promise.js")(),t("./closest/closest.js")()},{"./array/findIndex.js":3,"./closest/closest.js":4,"./promise/promise.js":6,"intersection-observer":1}],6:[function(t,e,n){"use strict";var o=t("promise-polyfill");e.exports=function(){void 0===window.Promise&&(window.Promise=o)}},{"promise-polyfill":2}]},{},[5]);
//# sourceMappingURL=index.min.js.map</script>
<title>What's On: Find what's on across Coventry and Warwickshire with CoventryLive</title><meta charset="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><meta name="viewport" content="width=device-width, minimum-scale=1, maximum-scale=1"/><meta name="description" content="CoventryLive's dedicated What's On page, covering local events from across Coventry and Warwickshire"/><meta name="referrer" content="unsafe-URL"/><meta name="robots" content="noarchive"/><meta name="google-site-verification" content="1alZME5VBJuFUs82qm-YOwZWflel-Zvmyx5qQqFfUK0"/><meta property="fb:app_id" content="141381039292598"/><meta property="fb:page_id" content="124685800957368"/><meta property="fb:pages" content="151953481528481"/><meta property="fb:pages" content="125206720898388"/><meta property="fb:pages" content="1546719575576688"/><meta property="fb:pages" content="381458601957386"/><meta property="fb:pages" content="1022539807812796"/><link rel="alternate" href="rss.xml" type="application/rss+xml" title="Default home feed"/><link rel="search" href="https://www.coventrytelegraph.net/opensearch.xml" type="application/opensearchdescription+xml" title="Search coventrytelegraph"/>
<meta name="advertisingConfig" id="advertisingConfig" content="{&quot;desktop&quot;:[{&quot;injectionEnabled&quot;:false,&quot;componentType&quot;:&quot;gpt&quot;,&quot;targeting&quot;:{&quot;index&quot;:-1,&quot;hivis&quot;:&quot;n&quot;},&quot;referenceNode&quot;:&quot;header&quot;,&quot;hideOnSensitiveArticle&quot;:true,&quot;hideOnFirstPageView&quot;:true,&quot;relativePos&quot;:&quot;after&quot;,&quot;name&quot;:&quot;div-gpt-ad-oop-slot&quot;,&quot;isOOP&quot;:true,&quot;type&quot;:&quot;outOfPage&quot;},{&quot;componentType&quot;:&quot;gpt&quot;,&quot;targeting&quot;:{&quot;index&quot;:-2,&quot;hivis&quot;:&quot;n&quot;},&quot;referenceNode&quot;:&quot;header&quot;,&quot;sizes&quot;:[[1,1]],&quot;hideOnSensitiveArticle&quot;:true,&quot;hideOnFirstPageView&quot;:true,&quot;relativePos&quot;:&quot;after&quot;,&quot;name&quot;:&quot;div-gpt-ad-ad-mix-slot&quot;,&quot;type&quot;:&quot;adMix&quot;},{&quot;componentType&quot;:&quot;gpt&quot;,&quot;targeting&quot;:{&quot;index&quot;:1,&quot;hivis&quot;:&quot;y&quot;,&quot;opos&quot;:&quot;top&quot;},&quot;referenceNode&quot;:&quot;main&quot;,&quot;sizes&quot;:[[970,250],[970,251],[728,90],[728,91],[9,1]],&quot;relativePos&quot;:&quot;before&quot;,&quot;additionalClass&quot;:&quot;top-slot&quot;,&quot;sticky&quot;:{&quot;mode&quot;:&quot;header&quot;,&quot;duration&quot;:5000},&quot;name&quot;:&quot;div-gpt-ad-top-slot&quot;,&quot;type&quot;:&quot;topOfPage&quot;},{&quot;componentType&quot;:&quot;gpt&quot;,&quot;targeting&quot;:{&quot;index&quot;:2,&quot;hivis&quot;:&quot;y&quot;},&quot;referenceNode&quot;:&quot;main \u003e div \u003e h1&quot;,&quot;sizes&quot;:[[948,42]],&quot;relativePos&quot;:&quot;after&quot;,&quot;additionalClass&quot;:&quot;bg-white&quot;,&quot;name&quot;:&quot;div-gpt-ad-sponsorship-bar&quot;,&quot;type&quot;:&quot;sponsorshipBar&quot;},{&quot;componentType&quot;:&quot;gpt&quot;,&quot;targeting&quot;:{&quot;index&quot;:3,&quot;hivis&quot;:&quot;y&quot;,&quot;opos&quot;:&quot;top&quot;},&quot;referenceNode&quot;:&quot;.secondary.pancake&quot;,&quot;sizes&quot;:[[300,600],[300,250],[300,252],[9,2]],&quot;relativePos&quot;:&quot;prependChild&quot;,&quot;adFreeEnabled&quot;:true,&quot;additionalClass&quot;:&quot;in-section&quot;,&quot;name&quot;:&quot;div-gpt-ad-rh-slot&quot;,&quot;type&quot;:&quot;sectionPrimaryMPU&quot;},{&quot;componentType&quot;:&quot;gpt&quot;,&quot;targeting&quot;:{&quot;index&quot;:5,&quot;hivis&quot;:&quot;n&quot;,&quot;opos&quot;:&quot;middle&quot;},&quot;referenceNode&quot;:&quot;.secondary.pancake&quot;,&quot;sizes&quot;:[[300,600],[300,250],[300,254],[9,4]],&quot;relativePos&quot;:&quot;appendChild&quot;,&quot;additionalClass&quot;:&quot;in-section&quot;,&quot;name&quot;:&quot;div-gpt-ad-secondary-rh-slot&quot;,&quot;type&quot;:&quot;sectionSecondaryMPU&quot;},{&quot;componentType&quot;:&quot;gpt&quot;,&quot;targeting&quot;:{&quot;index&quot;:4,&quot;hivis&quot;:&quot;n&quot;,&quot;opos&quot;:&quot;top&quot;},&quot;sizes&quot;:[[300,250],[300,253],[9,3]],&quot;referenceNode&quot;:&quot;.pancake[data-group-index\u003d\u00270\u0027] \u003e div:nth-of-type(6)&quot;,&quot;relativePos&quot;:&quot;after&quot;,&quot;name&quot;:&quot;div-gpt-ad-section-slot-1&quot;,&quot;type&quot;:&quot;sectionMpuSlot1&quot;},{&quot;componentType&quot;:&quot;gpt&quot;,&quot;targeting&quot;:{&quot;index&quot;:6,&quot;hivis&quot;:&quot;n&quot;,&quot;opos&quot;:&quot;middle&quot;},&quot;sizes&quot;:[[300,250],[300,255],[9,5]],&quot;referenceNode&quot;:&quot;.pancake[data-group-index\u003d\u00271\u0027] \u003e div:nth-of-type(6)&quot;,&quot;relativePos&quot;:&quot;after&quot;,&quot;name&quot;:&quot;div-gpt-ad-section-slot-2&quot;,&quot;type&quot;:&quot;sectionMpuSlot2&quot;},{&quot;componentType&quot;:&quot;gpt&quot;,&quot;targeting&quot;:{&quot;index&quot;:7,&quot;hivis&quot;:&quot;n&quot;,&quot;opos&quot;:&quot;bottom&quot;},&quot;sizes&quot;:[[300,250],[300,256],[9,6]],&quot;referenceNode&quot;:&quot;.pancake[data-group-index\u003d\u00271\u0027] \u003e div:nth-of-type(13)&quot;,&quot;relativePos&quot;:&quot;after&quot;,&quot;name&quot;:&quot;div-gpt-ad-section-slot-3&quot;,&quot;type&quot;:&quot;sectionMpuSlot3&quot;},{&quot;componentType&quot;:&quot;gpt&quot;,&quot;targeting&quot;:{&quot;index&quot;:8,&quot;hivis&quot;:&quot;n&quot;,&quot;opos&quot;:&quot;bottom&quot;},&quot;sizes&quot;:[[728,90],[728,98],[728,99],[9,8],[9,9]],&quot;referenceNode&quot;:&quot;main&quot;,&quot;relativePos&quot;:&quot;after&quot;,&quot;additionalClass&quot;:&quot;bottom-ad-slot&quot;,&quot;name&quot;:&quot;div-gpt-ad-bottom-slot&quot;,&quot;type&quot;:&quot;bottomOfpagePlusMid&quot;},{&quot;name&quot;:&quot;property-search-container&quot;,&quot;componentType&quot;:&quot;partner&quot;,&quot;referenceNode&quot;:&quot;main .section-head&quot;,&quot;type&quot;:&quot;propertysearch&quot;,&quot;templateName&quot;:&quot;search&quot;,&quot;relativePos&quot;:&quot;after&quot;},{&quot;name&quot;:&quot;agents&quot;,&quot;componentType&quot;:&quot;partner&quot;,&quot;referenceNode&quot;:&quot;.mod-pancakes \u003e .pancake[data-group\u003dsectionGroup1]&quot;,&quot;type&quot;:&quot;propertyagents&quot;,&quot;templateName&quot;:&quot;agents&quot;,&quot;relativePos&quot;:&quot;before&quot;},{&quot;name&quot;:&quot;potw&quot;,&quot;componentType&quot;:&quot;partner&quot;,&quot;referenceNode&quot;:&quot;.mod-pancakes \u003e .pancake[data-group\u003dsectionGroup2]&quot;,&quot;type&quot;:&quot;propertypotw&quot;,&quot;templateName&quot;:&quot;potw&quot;,&quot;relativePos&quot;:&quot;after&quot;},{&quot;name&quot;:&quot;partners-footer&quot;,&quot;componentType&quot;:&quot;partner&quot;,&quot;referenceNode&quot;:&quot;footer&quot;,&quot;type&quot;:&quot;allpartnersFooter&quot;,&quot;templateName&quot;:&quot;footer&quot;,&quot;relativePos&quot;:&quot;before&quot;},{&quot;componentType&quot;:&quot;partner&quot;,&quot;referenceNode&quot;:&quot;header .secondary \u003e section \u003e ul&quot;,&quot;templateName&quot;:&quot;weather-partnership-bar&quot;,&quot;relativePos&quot;:&quot;before&quot;,&quot;additionalClass&quot;:&quot;weather-widget&quot;,&quot;name&quot;:&quot;weather-widget&quot;,&quot;type&quot;:&quot;weather&quot;},{&quot;componentType&quot;:&quot;partner&quot;,&quot;referenceNode&quot;:&quot;.mod-pancakes .primary&quot;,&quot;templateName&quot;:&quot;result&quot;,&quot;relativePos&quot;:&quot;before&quot;,&quot;additionalClass&quot;:&quot;maximum&quot;,&quot;name&quot;:&quot;lotto-result&quot;,&quot;type&quot;:&quot;lottoland&quot;},{&quot;name&quot;:&quot;takeover&quot;,&quot;componentType&quot;:&quot;partner&quot;,&quot;referenceNode&quot;:&quot;header .secondary&quot;,&quot;type&quot;:&quot;masthead&quot;,&quot;templateName&quot;:&quot;takeover&quot;,&quot;relativePos&quot;:&quot;before&quot;},{&quot;name&quot;:&quot;quidity-plus-youtube&quot;,&quot;componentType&quot;:&quot;partner&quot;,&quot;referenceNode&quot;:&quot;.mod-pancakes \u003e .primary&quot;,&quot;type&quot;:&quot;quidityPlus&quot;,&quot;templateName&quot;:&quot;youtube-video&quot;,&quot;relativePos&quot;:&quot;prependChild&quot;},{&quot;name&quot;:&quot;crosswords-carousel&quot;,&quot;componentType&quot;:&quot;partner&quot;,&quot;referenceNode&quot;:&quot;.mod-pancakes \u003e .section-head&quot;,&quot;type&quot;:&quot;crosswordsCarousel&quot;,&quot;templateName&quot;:&quot;carousel&quot;,&quot;relativePos&quot;:&quot;after&quot;},{&quot;name&quot;:&quot;karma-partners&quot;,&quot;componentType&quot;:&quot;partner&quot;,&quot;referenceNode&quot;:&quot;.mod-pancakes \u003e .primary&quot;,&quot;type&quot;:&quot;karmaPartners&quot;,&quot;templateName&quot;:&quot;list&quot;,&quot;relativePos&quot;:&quot;prependChild&quot;},{&quot;name&quot;:&quot;countdown-timer&quot;,&quot;componentType&quot;:&quot;partner&quot;,&quot;referenceNode&quot;:&quot;.mod-pancakes \u003e .primary&quot;,&quot;type&quot;:&quot;racingtimer&quot;,&quot;templateName&quot;:&quot;racing&quot;,&quot;relativePos&quot;:&quot;prependChild&quot;},{&quot;name&quot;:&quot;inassociation&quot;,&quot;componentType&quot;:&quot;partner&quot;,&quot;referenceSlot&quot;:&quot;div-gpt-ad-sponsorship-bar&quot;,&quot;type&quot;:&quot;motoring&quot;,&quot;templateName&quot;:&quot;brand-association&quot;,&quot;relativePos&quot;:&quot;before&quot;},{&quot;name&quot;:&quot;most-read-secondary&quot;,&quot;componentType&quot;:&quot;mostRead&quot;,&quot;referenceSlot&quot;:&quot;div-gpt-ad-rh-slot&quot;,&quot;type&quot;:&quot;mostReadSecondary&quot;,&quot;relativePos&quot;:&quot;after&quot;},{&quot;componentType&quot;:&quot;partner&quot;,&quot;referenceSlot&quot;:&quot;div-gpt-ad-rh-slot&quot;,&quot;templateName&quot;:&quot;form-car-search&quot;,&quot;relativePos&quot;:&quot;after&quot;,&quot;name&quot;:&quot;haymarket-car-search-form&quot;,&quot;title&quot;:&quot;Find Used Cars&quot;,&quot;type&quot;:&quot;haymarket&quot;},{&quot;name&quot;:&quot;web-search-container&quot;,&quot;componentType&quot;:&quot;partner&quot;,&quot;referenceSlot&quot;:&quot;div-gpt-ad-rh-slot&quot;,&quot;type&quot;:&quot;webdotcom&quot;,&quot;templateName&quot;:&quot;webSearch&quot;,&quot;relativePos&quot;:&quot;after&quot;},{&quot;name&quot;:&quot;haymarket-video-car&quot;,&quot;componentType&quot;:&quot;partner&quot;,&quot;referenceSlot&quot;:&quot;haymarket-car-search-form&quot;,&quot;type&quot;:&quot;haymarketVideo&quot;,&quot;templateName&quot;:&quot;video-car&quot;,&quot;relativePos&quot;:&quot;after&quot;}],&quot;configMeta&quot;:[{&quot;name&quot;:&quot;section-default&quot;,&quot;componentType&quot;:&quot;meta&quot;,&quot;type&quot;:&quot;configMetadata&quot;}],&quot;page&quot;:{&quot;templ&quot;:&quot;index&quot;,&quot;configPageType&quot;:&quot;section-default&quot;,&quot;adUnitId&quot;:&quot;/5293/coventrytelegraph.net/whats-on/music-nightlife-news&quot;},&quot;tabletPortraitUpwards&quot;:[{&quot;injectionEnabled&quot;:false,&quot;componentType&quot;:&quot;gpt&quot;,&quot;targeting&quot;:{&quot;index&quot;:-1,&quot;hivis&quot;:&quot;n&quot;},&quot;referenceNode&quot;:&quot;header&quot;,&quot;hideOnSensitiveArticle&quot;:true,&quot;hideOnFirstPageView&quot;:true,&quot;relativePos&quot;:&quot;after&quot;,&quot;name&quot;:&quot;div-gpt-ad-oop-slot&quot;,&quot;isOOP&quot;:true,&quot;type&quot;:&quot;outOfPage&quot;},{&quot;componentType&quot;:&quot;gpt&quot;,&quot;targeting&quot;:{&quot;index&quot;:-2,&quot;hivis&quot;:&quot;n&quot;},&quot;referenceNode&quot;:&quot;header&quot;,&quot;sizes&quot;:[[1,1]],&quot;hideOnSensitiveArticle&quot;:true,&quot;hideOnFirstPageView&quot;:true,&quot;relativePos&quot;:&quot;after&quot;,&quot;name&quot;:&quot;div-gpt-ad-ad-mix-slot&quot;,&quot;type&quot;:&quot;adMix&quot;},{&quot;componentType&quot;:&quot;gpt&quot;,&quot;targeting&quot;:{&quot;index&quot;:1,&quot;hivis&quot;:&quot;y&quot;,&quot;opos&quot;:&quot;top&quot;},&quot;referenceNode&quot;:&quot;main&quot;,&quot;sizes&quot;:[[728,90],[300,250],[728,91],[300,251],[9,1]],&quot;relativePos&quot;:&quot;before&quot;,&quot;additionalClass&quot;:&quot;top-slot&quot;,&quot;sticky&quot;:{&quot;mode&quot;:&quot;header&quot;,&quot;duration&quot;:5000},&quot;name&quot;:&quot;div-gpt-ad-top-slot&quot;,&quot;type&quot;:&quot;topOfPagePortrait&quot;},{&quot;componentType&quot;:&quot;gpt&quot;,&quot;targeting&quot;:{&quot;index&quot;:2,&quot;hivis&quot;:&quot;y&quot;},&quot;referenceNode&quot;:&quot;main \u003e div \u003e h1&quot;,&quot;sizes&quot;:[[948,42]],&quot;relativePos&quot;:&quot;after&quot;,&quot;additionalClass&quot;:&quot;bg-white&quot;,&quot;name&quot;:&quot;div-gpt-ad-sponsorship-bar&quot;,&quot;type&quot;:&quot;sponsorshipBar&quot;},{&quot;componentType&quot;:&quot;gpt&quot;,&quot;targeting&quot;:{&quot;index&quot;:3,&quot;hivis&quot;:&quot;n&quot;,&quot;opos&quot;:&quot;top&quot;},&quot;sizes&quot;:[[728,90],[300,250],[300,252],[9,2]],&quot;referenceNode&quot;:&quot;.pancake[data-group-index\u003d\u00270\u0027] \u003e div:nth-of-type(6)&quot;,&quot;relativePos&quot;:&quot;after&quot;,&quot;name&quot;:&quot;div-gpt-ad-section-slot-1&quot;,&quot;type&quot;:&quot;sectionMpuSlot&quot;},{&quot;componentType&quot;:&quot;gpt&quot;,&quot;targeting&quot;:{&quot;index&quot;:4,&quot;hivis&quot;:&quot;n&quot;,&quot;opos&quot;:&quot;middle&quot;},&quot;sizes&quot;:[[728,90],[300,250],[300,254],[9,4]],&quot;referenceNode&quot;:&quot;.pancake[data-group-index\u003d\u00271\u0027] \u003e div:nth-of-type(6)&quot;,&quot;relativePos&quot;:&quot;after&quot;,&quot;name&quot;:&quot;div-gpt-ad-section-slot-2&quot;,&quot;type&quot;:&quot;sectionMpuSlot&quot;},{&quot;componentType&quot;:&quot;gpt&quot;,&quot;targeting&quot;:{&quot;index&quot;:5,&quot;hivis&quot;:&quot;n&quot;,&quot;opos&quot;:&quot;bottom&quot;},&quot;sizes&quot;:[[728,90],[300,250],[300,255],[9,5]],&quot;referenceNode&quot;:&quot;.pancake[data-group-index\u003d\u00271\u0027] \u003e div:nth-of-type(13)&quot;,&quot;relativePos&quot;:&quot;after&quot;,&quot;name&quot;:&quot;div-gpt-ad-section-slot-3&quot;,&quot;type&quot;:&quot;sectionMpuSlot&quot;},{&quot;componentType&quot;:&quot;gpt&quot;,&quot;targeting&quot;:{&quot;index&quot;:6,&quot;hivis&quot;:&quot;n&quot;,&quot;opos&quot;:&quot;bottom&quot;},&quot;sizes&quot;:[[728,90],[728,98],[728,99],[9,8],[9,9]],&quot;referenceNode&quot;:&quot;main&quot;,&quot;relativePos&quot;:&quot;after&quot;,&quot;additionalClass&quot;:&quot;bottom-ad-slot&quot;,&quot;name&quot;:&quot;div-gpt-ad-bottom-slot&quot;,&quot;type&quot;:&quot;bottomOfpagePlusMid&quot;},{&quot;name&quot;:&quot;most-read-secondary&quot;,&quot;componentType&quot;:&quot;mostRead&quot;,&quot;referenceSlot&quot;:&quot;div-gpt-ad-rh-secondary-slot&quot;,&quot;type&quot;:&quot;mostReadSecondary&quot;,&quot;referenceNode&quot;:&quot;main .secondary&quot;,&quot;relativePos&quot;:&quot;appendChild&quot;},{&quot;name&quot;:&quot;partners-footer&quot;,&quot;componentType&quot;:&quot;partner&quot;,&quot;referenceNode&quot;:&quot;footer&quot;,&quot;type&quot;:&quot;allpartnersFooter&quot;,&quot;templateName&quot;:&quot;footer&quot;,&quot;relativePos&quot;:&quot;before&quot;},{&quot;componentType&quot;:&quot;partner&quot;,&quot;referenceNode&quot;:&quot;header .secondary \u003e section \u003e ul&quot;,&quot;templateName&quot;:&quot;weather-partnership-bar&quot;,&quot;relativePos&quot;:&quot;before&quot;,&quot;additionalClass&quot;:&quot;weather-widget&quot;,&quot;name&quot;:&quot;weather-widget&quot;,&quot;type&quot;:&quot;weather&quot;},{&quot;name&quot;:&quot;property-search-container&quot;,&quot;componentType&quot;:&quot;partner&quot;,&quot;referenceNode&quot;:&quot;main .section-head&quot;,&quot;type&quot;:&quot;propertysearch&quot;,&quot;templateName&quot;:&quot;search&quot;,&quot;relativePos&quot;:&quot;after&quot;},{&quot;name&quot;:&quot;agents&quot;,&quot;componentType&quot;:&quot;partner&quot;,&quot;referenceNode&quot;:&quot;.mod-pancakes \u003e .pancake[data-group\u003dsectionGroup1]&quot;,&quot;type&quot;:&quot;propertyagents&quot;,&quot;templateName&quot;:&quot;agents&quot;,&quot;relativePos&quot;:&quot;before&quot;},{&quot;name&quot;:&quot;potw&quot;,&quot;componentType&quot;:&quot;partner&quot;,&quot;referenceNode&quot;:&quot;.mod-pancakes \u003e .pancake[data-group\u003dsectionGroup2]&quot;,&quot;type&quot;:&quot;propertypotw&quot;,&quot;templateName&quot;:&quot;potw&quot;,&quot;relativePos&quot;:&quot;after&quot;},{&quot;componentType&quot;:&quot;partner&quot;,&quot;referenceNode&quot;:&quot;.mod-pancakes .primary&quot;,&quot;templateName&quot;:&quot;result&quot;,&quot;relativePos&quot;:&quot;before&quot;,&quot;additionalClass&quot;:&quot;maximum&quot;,&quot;name&quot;:&quot;lotto-result&quot;,&quot;type&quot;:&quot;lottoland&quot;},{&quot;name&quot;:&quot;takeover&quot;,&quot;componentType&quot;:&quot;partner&quot;,&quot;referenceNode&quot;:&quot;header .secondary&quot;,&quot;type&quot;:&quot;masthead&quot;,&quot;templateName&quot;:&quot;takeover&quot;,&quot;relativePos&quot;:&quot;before&quot;},{&quot;name&quot;:&quot;quidity-plus-youtube&quot;,&quot;componentType&quot;:&quot;partner&quot;,&quot;referenceNode&quot;:&quot;.mod-pancakes \u003e .primary&quot;,&quot;type&quot;:&quot;quidityPlus&quot;,&quot;templateName&quot;:&quot;youtube-video&quot;,&quot;relativePos&quot;:&quot;prependChild&quot;},{&quot;name&quot;:&quot;crosswords-carousel&quot;,&quot;componentType&quot;:&quot;partner&quot;,&quot;referenceNode&quot;:&quot;.mod-pancakes \u003e .section-head&quot;,&quot;type&quot;:&quot;crosswordsCarousel&quot;,&quot;templateName&quot;:&quot;carousel&quot;,&quot;relativePos&quot;:&quot;after&quot;},{&quot;name&quot;:&quot;karma-partners&quot;,&quot;componentType&quot;:&quot;partner&quot;,&quot;referenceNode&quot;:&quot;.mod-pancakes \u003e .primary&quot;,&quot;type&quot;:&quot;karmaPartners&quot;,&quot;templateName&quot;:&quot;list&quot;,&quot;relativePos&quot;:&quot;prependChild&quot;},{&quot;name&quot;:&quot;countdown-timer&quot;,&quot;componentType&quot;:&quot;partner&quot;,&quot;referenceNode&quot;:&quot;.mod-pancakes \u003e .primary&quot;,&quot;type&quot;:&quot;racingtimer&quot;,&quot;templateName&quot;:&quot;racing&quot;,&quot;relativePos&quot;:&quot;prependChild&quot;},{&quot;name&quot;:&quot;inassociation&quot;,&quot;componentType&quot;:&quot;partner&quot;,&quot;referenceSlot&quot;:&quot;div-gpt-ad-sponsorship-bar&quot;,&quot;type&quot;:&quot;motoring&quot;,&quot;templateName&quot;:&quot;brand-association&quot;,&quot;relativePos&quot;:&quot;before&quot;}],&quot;baseLayout&quot;:[{&quot;injectionEnabled&quot;:false,&quot;componentType&quot;:&quot;gpt&quot;,&quot;targeting&quot;:{&quot;index&quot;:-1,&quot;hivis&quot;:&quot;n&quot;},&quot;referenceNode&quot;:&quot;header&quot;,&quot;hideOnSensitiveArticle&quot;:true,&quot;hideOnFirstPageView&quot;:true,&quot;relativePos&quot;:&quot;after&quot;,&quot;name&quot;:&quot;div-gpt-ad-oop-slot&quot;,&quot;isOOP&quot;:true,&quot;type&quot;:&quot;outOfPage&quot;},{&quot;componentType&quot;:&quot;gpt&quot;,&quot;targeting&quot;:{&quot;index&quot;:-2,&quot;hivis&quot;:&quot;n&quot;},&quot;referenceNode&quot;:&quot;header&quot;,&quot;sizes&quot;:[[1,1]],&quot;hideOnSensitiveArticle&quot;:true,&quot;hideOnFirstPageView&quot;:true,&quot;relativePos&quot;:&quot;after&quot;,&quot;name&quot;:&quot;div-gpt-ad-ad-mix-slot&quot;,&quot;type&quot;:&quot;adMix&quot;},{&quot;componentType&quot;:&quot;gpt&quot;,&quot;targeting&quot;:{&quot;index&quot;:1,&quot;hivis&quot;:&quot;y&quot;,&quot;opos&quot;:&quot;top&quot;},&quot;referenceNode&quot;:&quot;main&quot;,&quot;sizes&quot;:[[320,100],[320,50],[320,51],[300,100],[300,50]],&quot;relativePos&quot;:&quot;before&quot;,&quot;additionalClass&quot;:&quot;top-slot&quot;,&quot;sticky&quot;:{&quot;sizes&quot;:[[320,50],[320,51],[300,50]],&quot;mode&quot;:&quot;header&quot;,&quot;duration&quot;:5000},&quot;name&quot;:&quot;div-gpt-ad-top-slot&quot;,&quot;type&quot;:&quot;topOfPageMobile&quot;},{&quot;componentType&quot;:&quot;gpt&quot;,&quot;targeting&quot;:{&quot;index&quot;:3,&quot;hivis&quot;:&quot;n&quot;,&quot;opos&quot;:&quot;top&quot;},&quot;sizes&quot;:[[320,50],[300,250],[300,252]],&quot;referenceNode&quot;:&quot;.pancake[data-group-index\u003d\u00270\u0027] \u003e div:nth-of-type(6)&quot;,&quot;relativePos&quot;:&quot;after&quot;,&quot;name&quot;:&quot;div-gpt-ad-section-slot-1&quot;,&quot;type&quot;:&quot;sectionMpuSlot&quot;},{&quot;componentType&quot;:&quot;gpt&quot;,&quot;targeting&quot;:{&quot;index&quot;:4,&quot;hivis&quot;:&quot;n&quot;,&quot;opos&quot;:&quot;middle&quot;},&quot;sizes&quot;:[[320,50],[300,250],[300,254]],&quot;referenceNode&quot;:&quot;.pancake[data-group-index\u003d\u00271\u0027] \u003e div:nth-of-type(6)&quot;,&quot;relativePos&quot;:&quot;after&quot;,&quot;name&quot;:&quot;div-gpt-ad-section-slot-2&quot;,&quot;type&quot;:&quot;sectionMpuSlot&quot;},{&quot;componentType&quot;:&quot;gpt&quot;,&quot;targeting&quot;:{&quot;index&quot;:5,&quot;hivis&quot;:&quot;n&quot;,&quot;opos&quot;:&quot;bottom&quot;},&quot;sizes&quot;:[[320,50],[300,250],[300,255]],&quot;referenceNode&quot;:&quot;.pancake[data-group-index\u003d\u00271\u0027] \u003e div:nth-of-type(13)&quot;,&quot;relativePos&quot;:&quot;after&quot;,&quot;name&quot;:&quot;div-gpt-ad-section-slot-3&quot;,&quot;type&quot;:&quot;sectionMpuSlot&quot;},{&quot;componentType&quot;:&quot;gpt&quot;,&quot;targeting&quot;:{&quot;index&quot;:99,&quot;hivis&quot;:&quot;y&quot;,&quot;opos&quot;:&quot;bottom&quot;},&quot;sizes&quot;:[[320,50],[320,59]],&quot;referenceNode&quot;:&quot;main&quot;,&quot;allowedAdjustments&quot;:{&quot;override&quot;:true},&quot;relativePos&quot;:&quot;after&quot;,&quot;additionalClass&quot;:&quot;sticky-bottom-banner&quot;,&quot;name&quot;:&quot;div-gpt-ad-sticky-bottom-banner&quot;,&quot;type&quot;:&quot;bottomOfPageMobile&quot;},{&quot;name&quot;:&quot;most-read-secondary&quot;,&quot;componentType&quot;:&quot;mostRead&quot;,&quot;referenceSlot&quot;:&quot;div-gpt-ad-rh-secondary-slot&quot;,&quot;type&quot;:&quot;mostReadSecondary&quot;,&quot;referenceNode&quot;:&quot;main .secondary&quot;,&quot;relativePos&quot;:&quot;appendChild&quot;},{&quot;componentType&quot;:&quot;partner&quot;,&quot;referenceSlot&quot;:&quot;&quot;,&quot;referenceNode&quot;:&quot;main \u003e div \u003e h1&quot;,&quot;templateName&quot;:&quot;brand-association&quot;,&quot;relativePos&quot;:&quot;after&quot;,&quot;name&quot;:&quot;inassociation&quot;,&quot;type&quot;:&quot;motoring&quot;},{&quot;name&quot;:&quot;partners-footer&quot;,&quot;componentType&quot;:&quot;partner&quot;,&quot;referenceNode&quot;:&quot;footer&quot;,&quot;type&quot;:&quot;allpartnersFooter&quot;,&quot;templateName&quot;:&quot;footer&quot;,&quot;relativePos&quot;:&quot;before&quot;},{&quot;componentType&quot;:&quot;partner&quot;,&quot;referenceNode&quot;:&quot;header .secondary \u003e section \u003e ul&quot;,&quot;templateName&quot;:&quot;weather-partnership-bar&quot;,&quot;relativePos&quot;:&quot;before&quot;,&quot;additionalClass&quot;:&quot;weather-widget&quot;,&quot;name&quot;:&quot;weather-widget&quot;,&quot;type&quot;:&quot;weather&quot;},{&quot;name&quot;:&quot;property-search-container&quot;,&quot;componentType&quot;:&quot;partner&quot;,&quot;referenceNode&quot;:&quot;main .section-head&quot;,&quot;type&quot;:&quot;propertysearch&quot;,&quot;templateName&quot;:&quot;search&quot;,&quot;relativePos&quot;:&quot;after&quot;},{&quot;name&quot;:&quot;agents&quot;,&quot;componentType&quot;:&quot;partner&quot;,&quot;referenceNode&quot;:&quot;.mod-pancakes \u003e .pancake[data-group\u003dsectionGroup1]&quot;,&quot;type&quot;:&quot;propertyagents&quot;,&quot;templateName&quot;:&quot;agents&quot;,&quot;relativePos&quot;:&quot;before&quot;},{&quot;name&quot;:&quot;potw&quot;,&quot;componentType&quot;:&quot;partner&quot;,&quot;referenceNode&quot;:&quot;.mod-pancakes \u003e .pancake[data-group\u003dsectionGroup2]&quot;,&quot;type&quot;:&quot;propertypotw&quot;,&quot;templateName&quot;:&quot;potw&quot;,&quot;relativePos&quot;:&quot;after&quot;},{&quot;componentType&quot;:&quot;partner&quot;,&quot;referenceNode&quot;:&quot;.mod-pancakes .primary&quot;,&quot;templateName&quot;:&quot;result&quot;,&quot;relativePos&quot;:&quot;before&quot;,&quot;additionalClass&quot;:&quot;maximum&quot;,&quot;name&quot;:&quot;lotto-result&quot;,&quot;type&quot;:&quot;lottoland&quot;},{&quot;name&quot;:&quot;takeover&quot;,&quot;componentType&quot;:&quot;partner&quot;,&quot;referenceNode&quot;:&quot;header .secondary&quot;,&quot;type&quot;:&quot;masthead&quot;,&quot;templateName&quot;:&quot;takeover&quot;,&quot;relativePos&quot;:&quot;before&quot;},{&quot;name&quot;:&quot;quidity-plus-youtube&quot;,&quot;componentType&quot;:&quot;partner&quot;,&quot;referenceNode&quot;:&quot;.mod-pancakes \u003e .primary&quot;,&quot;type&quot;:&quot;quidityPlus&quot;,&quot;templateName&quot;:&quot;youtube-video&quot;,&quot;relativePos&quot;:&quot;prependChild&quot;},{&quot;name&quot;:&quot;crosswords-carousel&quot;,&quot;componentType&quot;:&quot;partner&quot;,&quot;referenceNode&quot;:&quot;.mod-pancakes \u003e .section-head&quot;,&quot;type&quot;:&quot;crosswordsCarousel&quot;,&quot;templateName&quot;:&quot;carousel&quot;,&quot;relativePos&quot;:&quot;after&quot;},{&quot;name&quot;:&quot;karma-partners&quot;,&quot;componentType&quot;:&quot;partner&quot;,&quot;referenceNode&quot;:&quot;.mod-pancakes \u003e .primary&quot;,&quot;type&quot;:&quot;karmaPartners&quot;,&quot;templateName&quot;:&quot;list&quot;,&quot;relativePos&quot;:&quot;prependChild&quot;},{&quot;name&quot;:&quot;countdown-timer&quot;,&quot;componentType&quot;:&quot;partner&quot;,&quot;referenceNode&quot;:&quot;.mod-pancakes \u003e .primary&quot;,&quot;type&quot;:&quot;racingtimer&quot;,&quot;templateName&quot;:&quot;racing&quot;,&quot;relativePos&quot;:&quot;prependChild&quot;}],&quot;tabletLandscapeUpwards&quot;:[{&quot;injectionEnabled&quot;:false,&quot;componentType&quot;:&quot;gpt&quot;,&quot;targeting&quot;:{&quot;index&quot;:-1,&quot;hivis&quot;:&quot;n&quot;},&quot;referenceNode&quot;:&quot;header&quot;,&quot;hideOnSensitiveArticle&quot;:true,&quot;hideOnFirstPageView&quot;:true,&quot;relativePos&quot;:&quot;after&quot;,&quot;name&quot;:&quot;div-gpt-ad-oop-slot&quot;,&quot;isOOP&quot;:true,&quot;type&quot;:&quot;outOfPage&quot;},{&quot;componentType&quot;:&quot;gpt&quot;,&quot;targeting&quot;:{&quot;index&quot;:-2,&quot;hivis&quot;:&quot;n&quot;},&quot;referenceNode&quot;:&quot;header&quot;,&quot;sizes&quot;:[[1,1]],&quot;hideOnSensitiveArticle&quot;:true,&quot;hideOnFirstPageView&quot;:true,&quot;relativePos&quot;:&quot;after&quot;,&quot;name&quot;:&quot;div-gpt-ad-ad-mix-slot&quot;,&quot;type&quot;:&quot;adMix&quot;},{&quot;componentType&quot;:&quot;gpt&quot;,&quot;targeting&quot;:{&quot;index&quot;:1,&quot;hivis&quot;:&quot;y&quot;,&quot;opos&quot;:&quot;top&quot;},&quot;referenceNode&quot;:&quot;main&quot;,&quot;sizes&quot;:[[970,250],[970,251],[728,90],[728,91],[9,1]],&quot;relativePos&quot;:&quot;before&quot;,&quot;additionalClass&quot;:&quot;top-slot&quot;,&quot;sticky&quot;:{&quot;sizes&quot;:[[728,90],[728,91]],&quot;mode&quot;:&quot;header&quot;,&quot;duration&quot;:5000},&quot;name&quot;:&quot;div-gpt-ad-top-slot&quot;,&quot;type&quot;:&quot;topOfPage&quot;},{&quot;componentType&quot;:&quot;gpt&quot;,&quot;targeting&quot;:{&quot;index&quot;:2,&quot;hivis&quot;:&quot;y&quot;},&quot;referenceNode&quot;:&quot;main \u003e div \u003e h1&quot;,&quot;sizes&quot;:[[948,42]],&quot;relativePos&quot;:&quot;after&quot;,&quot;additionalClass&quot;:&quot;bg-white&quot;,&quot;name&quot;:&quot;div-gpt-ad-sponsorship-bar&quot;,&quot;type&quot;:&quot;sponsorshipBar&quot;},{&quot;componentType&quot;:&quot;gpt&quot;,&quot;targeting&quot;:{&quot;index&quot;:3,&quot;hivis&quot;:&quot;y&quot;,&quot;opos&quot;:&quot;top&quot;},&quot;referenceNode&quot;:&quot;.secondary.pancake&quot;,&quot;sizes&quot;:[[300,600],[300,250],[300,252],[9,2]],&quot;relativePos&quot;:&quot;prependChild&quot;,&quot;adFreeEnabled&quot;:true,&quot;additionalClass&quot;:&quot;in-section&quot;,&quot;name&quot;:&quot;div-gpt-ad-rh-slot&quot;,&quot;type&quot;:&quot;sectionPrimaryMPU&quot;},{&quot;componentType&quot;:&quot;gpt&quot;,&quot;targeting&quot;:{&quot;index&quot;:5,&quot;hivis&quot;:&quot;n&quot;,&quot;opos&quot;:&quot;middle&quot;},&quot;referenceNode&quot;:&quot;.secondary.pancake&quot;,&quot;sizes&quot;:[[300,600],[300,250],[300,254],[9,4]],&quot;relativePos&quot;:&quot;appendChild&quot;,&quot;additionalClass&quot;:&quot;in-section&quot;,&quot;name&quot;:&quot;div-gpt-ad-secondary-rh-slot&quot;,&quot;type&quot;:&quot;sectionSecondaryMPU&quot;},{&quot;componentType&quot;:&quot;gpt&quot;,&quot;targeting&quot;:{&quot;index&quot;:4,&quot;hivis&quot;:&quot;n&quot;,&quot;opos&quot;:&quot;top&quot;},&quot;sizes&quot;:[[300,250],[300,253],[9,3]],&quot;referenceNode&quot;:&quot;.pancake[data-group-index\u003d\u00270\u0027] \u003e div:nth-of-type(6)&quot;,&quot;relativePos&quot;:&quot;after&quot;,&quot;name&quot;:&quot;div-gpt-ad-section-slot-1&quot;,&quot;type&quot;:&quot;sectionMpuSlot1&quot;},{&quot;componentType&quot;:&quot;gpt&quot;,&quot;targeting&quot;:{&quot;index&quot;:6,&quot;hivis&quot;:&quot;n&quot;,&quot;opos&quot;:&quot;middle&quot;},&quot;sizes&quot;:[[300,250],[300,255],[9,5]],&quot;referenceNode&quot;:&quot;.pancake[data-group-index\u003d\u00271\u0027] \u003e div:nth-of-type(6)&quot;,&quot;relativePos&quot;:&quot;after&quot;,&quot;name&quot;:&quot;div-gpt-ad-section-slot-2&quot;,&quot;type&quot;:&quot;sectionMpuSlot2&quot;},{&quot;componentType&quot;:&quot;gpt&quot;,&quot;targeting&quot;:{&quot;index&quot;:7,&quot;hivis&quot;:&quot;n&quot;,&quot;opos&quot;:&quot;bottom&quot;},&quot;sizes&quot;:[[300,250],[300,256],[9,6]],&quot;referenceNode&quot;:&quot;.pancake[data-group-index\u003d\u00271\u0027] \u003e div:nth-of-type(13)&quot;,&quot;relativePos&quot;:&quot;after&quot;,&quot;name&quot;:&quot;div-gpt-ad-section-slot-3&quot;,&quot;type&quot;:&quot;sectionMpuSlot3&quot;},{&quot;componentType&quot;:&quot;gpt&quot;,&quot;targeting&quot;:{&quot;index&quot;:8,&quot;hivis&quot;:&quot;n&quot;,&quot;opos&quot;:&quot;bottom&quot;},&quot;sizes&quot;:[[728,90],[728,98],[728,99],[9,8],[9,9]],&quot;referenceNode&quot;:&quot;main&quot;,&quot;relativePos&quot;:&quot;after&quot;,&quot;additionalClass&quot;:&quot;bottom-ad-slot&quot;,&quot;name&quot;:&quot;div-gpt-ad-bottom-slot&quot;,&quot;type&quot;:&quot;bottomOfpagePlusMid&quot;},{&quot;name&quot;:&quot;property-search-container&quot;,&quot;componentType&quot;:&quot;partner&quot;,&quot;referenceNode&quot;:&quot;main .section-head&quot;,&quot;type&quot;:&quot;propertysearch&quot;,&quot;templateName&quot;:&quot;search&quot;,&quot;relativePos&quot;:&quot;after&quot;},{&quot;name&quot;:&quot;agents&quot;,&quot;componentType&quot;:&quot;partner&quot;,&quot;referenceNode&quot;:&quot;.mod-pancakes \u003e .pancake[data-group\u003dsectionGroup1]&quot;,&quot;type&quot;:&quot;propertyagents&quot;,&quot;templateName&quot;:&quot;agents&quot;,&quot;relativePos&quot;:&quot;before&quot;},{&quot;name&quot;:&quot;potw&quot;,&quot;componentType&quot;:&quot;partner&quot;,&quot;referenceNode&quot;:&quot;.mod-pancakes \u003e .pancake[data-group\u003dsectionGroup2]&quot;,&quot;type&quot;:&quot;propertypotw&quot;,&quot;templateName&quot;:&quot;potw&quot;,&quot;relativePos&quot;:&quot;after&quot;},{&quot;name&quot;:&quot;partners-footer&quot;,&quot;componentType&quot;:&quot;partner&quot;,&quot;referenceNode&quot;:&quot;footer&quot;,&quot;type&quot;:&quot;allpartnersFooter&quot;,&quot;templateName&quot;:&quot;footer&quot;,&quot;relativePos&quot;:&quot;before&quot;},{&quot;componentType&quot;:&quot;partner&quot;,&quot;referenceNode&quot;:&quot;header .secondary \u003e section \u003e ul&quot;,&quot;templateName&quot;:&quot;weather-partnership-bar&quot;,&quot;relativePos&quot;:&quot;before&quot;,&quot;additionalClass&quot;:&quot;weather-widget&quot;,&quot;name&quot;:&quot;weather-widget&quot;,&quot;type&quot;:&quot;weather&quot;},{&quot;componentType&quot;:&quot;partner&quot;,&quot;referenceNode&quot;:&quot;.mod-pancakes .primary&quot;,&quot;templateName&quot;:&quot;result&quot;,&quot;relativePos&quot;:&quot;before&quot;,&quot;additionalClass&quot;:&quot;maximum&quot;,&quot;name&quot;:&quot;lotto-result&quot;,&quot;type&quot;:&quot;lottoland&quot;},{&quot;name&quot;:&quot;takeover&quot;,&quot;componentType&quot;:&quot;partner&quot;,&quot;referenceNode&quot;:&quot;header .secondary&quot;,&quot;type&quot;:&quot;masthead&quot;,&quot;templateName&quot;:&quot;takeover&quot;,&quot;relativePos&quot;:&quot;before&quot;},{&quot;name&quot;:&quot;quidity-plus-youtube&quot;,&quot;componentType&quot;:&quot;partner&quot;,&quot;referenceNode&quot;:&quot;.mod-pancakes \u003e .primary&quot;,&quot;type&quot;:&quot;quidityPlus&quot;,&quot;templateName&quot;:&quot;youtube-video&quot;,&quot;relativePos&quot;:&quot;prependChild&quot;},{&quot;name&quot;:&quot;crosswords-carousel&quot;,&quot;componentType&quot;:&quot;partner&quot;,&quot;referenceNode&quot;:&quot;.mod-pancakes \u003e .section-head&quot;,&quot;type&quot;:&quot;crosswordsCarousel&quot;,&quot;templateName&quot;:&quot;carousel&quot;,&quot;relativePos&quot;:&quot;after&quot;},{&quot;name&quot;:&quot;karma-partners&quot;,&quot;componentType&quot;:&quot;partner&quot;,&quot;referenceNode&quot;:&quot;.mod-pancakes \u003e .primary&quot;,&quot;type&quot;:&quot;karmaPartners&quot;,&quot;templateName&quot;:&quot;list&quot;,&quot;relativePos&quot;:&quot;prependChild&quot;},{&quot;name&quot;:&quot;countdown-timer&quot;,&quot;componentType&quot;:&quot;partner&quot;,&quot;referenceNode&quot;:&quot;.mod-pancakes \u003e .primary&quot;,&quot;type&quot;:&quot;racingtimer&quot;,&quot;templateName&quot;:&quot;racing&quot;,&quot;relativePos&quot;:&quot;prependChild&quot;},{&quot;name&quot;:&quot;inassociation&quot;,&quot;componentType&quot;:&quot;partner&quot;,&quot;referenceSlot&quot;:&quot;div-gpt-ad-sponsorship-bar&quot;,&quot;type&quot;:&quot;motoring&quot;,&quot;templateName&quot;:&quot;brand-association&quot;,&quot;relativePos&quot;:&quot;before&quot;},{&quot;name&quot;:&quot;most-read-secondary&quot;,&quot;componentType&quot;:&quot;mostRead&quot;,&quot;referenceSlot&quot;:&quot;div-gpt-ad-rh-slot&quot;,&quot;type&quot;:&quot;mostReadSecondary&quot;,&quot;relativePos&quot;:&quot;after&quot;},{&quot;componentType&quot;:&quot;partner&quot;,&quot;referenceSlot&quot;:&quot;div-gpt-ad-rh-slot&quot;,&quot;templateName&quot;:&quot;form-car-search&quot;,&quot;relativePos&quot;:&quot;after&quot;,&quot;name&quot;:&quot;haymarket-car-search-form&quot;,&quot;title&quot;:&quot;Find Used Cars&quot;,&quot;type&quot;:&quot;haymarket&quot;},{&quot;name&quot;:&quot;web-search-container&quot;,&quot;componentType&quot;:&quot;partner&quot;,&quot;referenceSlot&quot;:&quot;div-gpt-ad-rh-slot&quot;,&quot;type&quot;:&quot;webdotcom&quot;,&quot;templateName&quot;:&quot;webSearch&quot;,&quot;relativePos&quot;:&quot;after&quot;},{&quot;name&quot;:&quot;haymarket-video-car&quot;,&quot;componentType&quot;:&quot;partner&quot;,&quot;referenceSlot&quot;:&quot;haymarket-car-search-form&quot;,&quot;type&quot;:&quot;haymarketVideo&quot;,&quot;templateName&quot;:&quot;video-car&quot;,&quot;relativePos&quot;:&quot;after&quot;}]}"/><meta name="scriptConfig" id="scriptConfig" content="{&quot;googleAnalytics&quot;:{&quot;accountId&quot;:&quot;UA-47740725-9&quot;,&quot;enabled&quot;:true},&quot;visualDNA&quot;:{&quot;apiKey&quot;:&quot;mirror&quot;,&quot;enabled&quot;:true},&quot;lotame&quot;:{&quot;tagNumber&quot;:&quot;9458&quot;,&quot;enabled&quot;:true},&quot;onScroll&quot;:{&quot;enabled&quot;:true},&quot;pageUrl&quot;:&quot;https://www.coventrytelegraph.net/whats-on/music-nightlife-news/&quot;,&quot;timestamp&quot;:1530017827644,&quot;indexExchange&quot;:{&quot;headerTag&quot;:&quot;//js-sec.indexww.com/ht/p/186772-87287784397497.js&quot;,&quot;enabled&quot;:true},&quot;adYouLike&quot;:{&quot;enabled&quot;:true}}"/>
<meta id="dataLayer" name="dataLayer" content="{&quot;page&quot;:{&quot;attributes&quot;:{&quot;application&quot;:&quot;Responsive Web&quot;,&quot;channel&quot;:&quot;whats-on&quot;,&quot;sectionId&quot;:&quot;25074&quot;,&quot;publicationName&quot;:&quot;coventrytelegraph&quot;,&quot;publicationId&quot;:&quot;15&quot;,&quot;environment&quot;:&quot;prod&quot;,&quot;platform&quot;:&quot;regionals&quot;,&quot;pageName&quot;:&quot;coventrytelegraph:whats-on:music-nightlife-news&quot;,&quot;pageType&quot;:&quot;section&quot;,&quot;ownerSite&quot;:&quot;coventrytelegraph&quot;,&quot;ownerSiteDomain&quot;:&quot;www.coventrytelegraph.net&quot;,&quot;subSectionOne&quot;:&quot;whats-on&quot;,&quot;subSectionTwo&quot;:&quot;music-nightlife-news&quot;,&quot;features&quot;:{&quot;preloadFonts&quot;:&quot;true&quot;,&quot;externalBrandCSS&quot;:&quot;true&quot;,&quot;GDPRConsentEnabled&quot;:&quot;true&quot;,&quot;chameleon.cookiePolicy.enabled&quot;:&quot;false&quot;,&quot;PWA&quot;:&quot;{\&quot;trackOffline\&quot;:true}&quot;,&quot;bundledCss&quot;:&quot;false&quot;,&quot;recommendations&quot;:&quot;https://recommendations.data.tm-awx.com/rhs&quot;,&quot;modularCss&quot;:&quot;true&quot;,&quot;nativeAppBanner&quot;:&quot;true&quot;}},&quot;info&quot;:{&quot;url&quot;:&quot;https://www.coventrytelegraph.net/whats-on/music-nightlife-news/&quot;,&quot;sectionLayout&quot;:&quot;default&quot;,&quot;layoutVariant&quot;:&quot;teasersWithPartnership&quot;}}}"/>
<link rel="stylesheet" href="https://s2-prod.coventrytelegraph.net/@trinitymirrordigital/marwood/TM/scss/marwood.css?v=64976c7ac5bbc9b33f6d1f94de4abe18"/><link rel="stylesheet" href="https://s2-prod.coventrytelegraph.net/@trinitymirrordigital/chameleon-static-html/scss/chameleon-static-html.css?v=4f341650eb0823e1472193470529ccd9"/>
<meta id="publicationConfig" name="publicationConfig" content="https://s2-prod.coventrytelegraph.net/@trinitymirrordigital/chameleon-branding/publications/coventrytelegraph"/><link rel="preload" href="https://s2-prod.coventrytelegraph.net/@trinitymirrordigital/chameleon-branding/webfonts/woff2/SignikaNegative-Bold.woff2?v=0878f337da5ac933819c3eaf691db0a5" as="font"/><link rel="preload" href="https://s2-prod.coventrytelegraph.net/@trinitymirrordigital/chameleon-branding/webfonts/woff2/opensans-bold-webfont.woff2?v=2aeda138757cc9fa9eb7a520d11805a8" as="font"/><link rel="preload" href="https://s2-prod.coventrytelegraph.net/@trinitymirrordigital/chameleon-branding/webfonts/woff2/opensans-regular-webfont.woff2?v=f42a62e230fec70735dbca1c971adbd2" as="font"/><link rel="preload" href="https://s2-prod.coventrytelegraph.net/@trinitymirrordigital/chameleon-branding/webfonts/woff2/icomoon.woff2?v=c5e962c29653b0a4dfc8b190cf95683b" as="font"/><link rel="stylesheet" href="https://s2-prod.coventrytelegraph.net/@trinitymirrordigital/chameleon-branding/publications/coventrytelegraph/scss/coventrytelegraph.css?v=0b5e994a62c2cef650b343a7c70ae3e5"/><link rel="shortcut icon" href="https://s2-prod.coventrytelegraph.net/@trinitymirrordigital/chameleon-branding/publications/coventrytelegraph/img/favicon.ico?v=b61b590429b7ade966d6570cd825d53e" type="image/x-icon"/><link rel="manifest" href="/manifest.json?v=86779ed53bfa0bf38bdc9f8a624a0cc4"/><meta id="iOSAppConfig" name="apple-itunes-app" content="app-id=684188027"/>
<script>TMCONFIG = {"platform":"regionals","publicationId":15,"topSectionId":5869,"homepageId":5583,"sectionAncestorsIDs":[25074,5869,5583],"publication":"coventrytelegraph","frontendRoot":"https://s2-prod.coventrytelegraph.net","frontendVersion":"1517928274","gigya":{"apikey":"3_H7Sp8FGpqTYCc8LxALFnahKovBQ_TfHZIfnTGvQoF2eclByQTuSHaktTk7oZp-Vx","uniquifierUrl":"https://gigya-client.tm-awx.com/api/nicknameUniqueness"},"publicSectionParams":{"partner.poppies.end-date-time":"12/11/2017 23:59","chartbeatHeadScriptEnabled":"true","optaLiveFootballScoreCss":"https://secure.widget.cloud.opta.net/v3/css/v3.core.opta-widgets.css","partner.pipeline.end-date-time":"31/12/2018 23:59","commercial.integrations.taboola.enabled":"true","partner.weather.targetUrl":"https://weather.com/redir?par=tm_coventry_widget&page=today&locale=en-GB&id=52.406822,-1.519693","gtmFbiaContainerId":"GTM-PNLXFZS","partner.poppies.start-date-time":"01/11/2017 00:00","commentsCssBundled":"true","partner.ga.impressionTrack":"true","optaLiveFootballScoreJs":"https://secure.widget.cloud.opta.net/v3/v3.opta-widgets.js","partner.madgex.hot-job-url":"/fish4data","partner.ga.clickTrack":"true","converse.widget.enable":"true","googleAnalyticsAccountIdGoogle":"UA-47740725-9","partner.pipeline.start-date-time":"10/04/2018 00:00","lazy.load.ads.offset":"300","iOSAppId":"684188027","gtmClientIdEndpoint":"https://stmg-prod.mirror.co.uk/analytics.config.json","search.googleCustomSearchEngineId":"015440420724022033189:nrg8z3ijvgu","partner.masthead.takeover":"true","lazy.load.ads":"false","adDependencies":"[{\"name\":\"grapeshot.loaded\", \"emitter\": \"window\", \"timeout\":2000, \"pageTypeMatcher\":\"/article/\"}]","communicatorEndpoint":"https://comm-proxy.tm-awx.com/api/","partner.campaign.name":"pipeline","partner.weather.apiKey":"d57dc3d50c821ac13ed5ee0d9efd3b01","webAppManifest":"/","gtmContainerId":"GTM-M3TH25P","hide.slot.on.first.page.view":"false","pancake.modifications.section":"[{\"group\":\"featuredStories\",\"index\":0,\"max\":7},{\"group\":\"featuredStories\",\"index\":1,\"max\":7}]","partner.weather.weather-partnership-bar":"true","chronos.live-centre.url":"https://livecentreps-eb-prod.tm-awx.com","partner.madgex.hot-jobs":"true","partner.ga.customDimension":"true","partner.weather.apiUrl":"https://api.weather.com/v1/geocode/52.406822/-1.519693/observations/current.json?language=en-GB&units=m","optaSubscriptionId":"a0388ad77c1977dc16697ca9c747dd0a"},"features":{"preloadFonts":"true","externalBrandCSS":"true","GDPRConsentEnabled":"true","chameleon.cookiePolicy.enabled":"false","PWA":"{\"trackOffline\":true}","bundledCss":"false","recommendations":"https://recommendations.data.tm-awx.com/rhs","modularCss":"true","nativeAppBanner":"true"},"piano":{"appId":"","productionEnv":true,"enabled":false},"pluck":{"theme":"mirror"},"pageInfo":{},"facebook":{"appId":"141381039292598"},"jotform":{"url":"https://jotform-competitions.tm-awx.com/","apikey":""},"mpulse":{"apikey":"5HWJG-9QJTE-6TTDW-MXLML-LRP4B"},"responsiveRequest":true,"optout":{"enabled":false},"cookiePolicy":{"url":"https://www.coventrytelegraph.net/cookie-policy/"}};</script>
<script src="https://s2-prod.coventrytelegraph.net/@trinitymirrordigital/withnail/lib/captify/cmpInit.js?v=9eb7077873c3c9d301b596df3f4477e3" defer="defer"></script><script src="https://s2-prod.coventrytelegraph.net/@trinitymirrordigital/withnail/lib/captify/bundle.js?v=2b1951264b24b4d76e33bf750ed49fa1" defer="defer"></script>
<!-- Commercial Script -->
<!-- Index Exchange start -->
<script>
!function(){var e=document.getElementById("scriptConfig"),t={indexExchange:{enabled:!1}};if(e)try{t=JSON.parse(e.getAttribute("content"))}catch(e){window.console.log("IX tag: ERROR parsing scriptConfig",e)}if(window.console.log("IX tag: scriptConfig",t),(t.indexExchange||{}).enabled&&t.indexExchange.headerTag){var n=document.createElement("script");n.async=!0,n.type="text/javascript",n.src="https:"+t.indexExchange.headerTag;var a=document.getElementsByTagName("script")[0];a.parentNode.insertBefore(n,a)}}();
</script>
<!-- Index Exchange end -->
<!-- Commercial Script -->
<!-- GPT Library preload -->
<script async src="https://www.googletagservices.com/tag/js/gpt.js"></script>
<!-- GPT Library preload end -->
<!-- Commercial Scripts -->
<!-- Amazon A9 APSTAG -->
<script>
-1===window.location.hostname.indexOf("insider.co.uk")&&(window.addEventListener("A9.loaded",function(e){console.log("A9 loaded: ",JSON.stringify(e))}),window.apstagDEBUG={testBidTimeout:200},function(){var e=function(e){var t,n=window,a={A9Loaded:!0};window.console.log("fireA9Loaded: "+JSON.stringify(e),1),n&&(document.createEvent?((t=document.createEvent("HTMLEvents")).initEvent("A9.loaded",!0,!0),t.data=a,n.dispatchEvent(t)):document.createEventObject&&((t=document.createEventObject()).data=a,n.fireEvent("onA9.loaded",t)),window.addEventListener("DOMContentLoaded",function(){n.dataEvents=n.dataEvents||{},n.dataEvents["A9.loaded"]=n.dataEvents["A9.loaded"]||[],n.dataEvents["A9.loaded"].push(!0)},!1))};!function(t,n,a,d,o,i,s){function c(e,a){n[t]._Q.push([e,a])}n[t]||(n[t]={init:function(){c("i",arguments)},fetchBids:function(){c("f",arguments)},setDisplayBids:function(){},targetingKeys:function(){return[]},_Q:[]},(i=a.createElement(d)).async=!0,i.src="https://c.amazon-adsystem.com/aax2/apstag.js",i.onload=e,(s=a.getElementsByTagName(d)[0]).parentNode.insertBefore(i,s))}("apstag",window,document,"script"),window.TMFeatures||(window.TMFeatures={}),window.TMFeatures.amazonHeaderEnabled=!0}());
</script>
<!-- Amazon A9 APSTAG end-->
<!-- Commercial Scripts -->
<!-- Permutive -->
<script>
window.googletag=window.googletag||{},window.googletag.cmd=window.googletag.cmd||[];var segs=function(){var e,t=null!==(e=new RegExp(encodeURIComponent("_pdfps")+"=([^;]+)").exec(document.cookie))?decodeURIComponent(e[1]):null,n=[];return t&&(n=JSON.parse(t)),n}();googletag.cmd.push(function(){googletag.pubads().setTargeting("permutive",segs)}),function(e,t){t||(t=t||{},window.permutive=t,t.q=[],version="1.0",t.init=function(n,o,a){t.config={projectId:n,apiKey:o,environment:a||"production"};for(var r=["track","identify","events","query","addon","trigger","ready","defineEntities"],i=0;i<r.length;i++){var d=r[i];t[d]=function(e){return function(){var n=Array.prototype.slice.call(arguments,0);t.q.push({functionName:e,arguments:n})}}(d)}var c=e.createElement("script");c.type="text/javascript",c.async=!0,c.id="tm-permutive",c.setAttribute("data-tm-start-time",window.performance?window.performance.now():Date.now());var m="https:"==e.location.protocol?"https://d3alqb8vzo7fun.cloudfront.net":"http://cdn.permutive.com";c.src=m+"/"+n+"-"+version+".js";var u=e.getElementsByTagName("script")[0];u.parentNode.insertBefore(c,u)})}(document,window.permutive),permutive.init("8a2c2f13-f564-4fff-8d22-177534028b95","68303c0c-2e2e-4b14-8d14-245e59740f1a"),permutive.ready(function(){var e=window.performance?window.performance.now():Date.now(),t=document.getElementById("tm-permutive");function n(e,t,n){var o,a,r,i;n=n||{},document.createEvent?((o=document.createEvent("HTMLEvents")).initEvent(t,!0,!0),o.data=n,e.dispatchEvent(o)):document.createEventObject&&((o=document.createEventObject()).data=n,e.fireEvent("on"+t,o)),r=t,i=n,(a=e).dataEvents=a.dataEvents||{},a.dataEvents[r]=a.dataEvents[r]||[],a.dataEvents[r].push(i)}t.setAttribute("data-tm-end-time",e),n(window,"permutive.loaded",{permutive:permutive}),n(window,"timedscript.loaded",{element:t})});
</script>
<!-- Permutive end-->
<!-- Commercial Scripts -->
<!-- IAS -->
<script async='async' src='//cdn.adsafeprotected.com/iasPET.1.js'></script>
<!-- IAS end-->
<script type="text/javascript">!function i(u,f,c){function d(n,e){if(!f[n]){if(!u[n]){var r="function"==typeof require&&require;if(!e&&r)return r(n,!0);if(a)return a(n,!0);var t=new Error("Cannot find module '"+n+"'");throw t.code="MODULE_NOT_FOUND",t}var o=f[n]={exports:{}};u[n][0].call(o.exports,function(e){return d(u[n][1][e]||e)},o,o.exports,i,u,f,c)}return f[n].exports}for(var a="function"==typeof require&&require,e=0;e<c.length;e++)d(c[e]);return d}({1:[function(e,n,r){"use strict";window.$css=function(e,n){var r=document.createElement("link");r.rel="stylesheet",-1===e.indexOf("v=")&&(e=e+(-1===e.indexOf("?")?"?":"&")+"v="+window.TMCONFIG.frontendVersion),r.href=e,n&&(r.onload=n),document.getElementsByTagName("HEAD")[0].appendChild(r)}},{}]},{},[1]);
//# sourceMappingURL=cssloader.min.js.map</script>
<script type="text/javascript">/*!
* $script.js JS loader & dependency manager
* https://github.com/ded/script.js
* (c) Dustin Diaz 2014 | License MIT
*/
(function(e,t){typeof module!="undefined"&&module.exports?module.exports=t():typeof define=="function"&&define.amd?define(t):this[e]=t()})("$script",function(){function p(e,t){for(var n=0,i=e.length;n<i;++n)if(!t(e[n]))return r;return 1}function d(e,t){p(e,function(e){return!t(e)})}function v(e,t,n){function g(e){return e.call?e():u[e]}function y(){if(!--h){u[o]=1,s&&s();for(var e in f)p(e.split("|"),g)&&!d(f[e],g)&&(f[e]=[])}}e=e[i]?e:[e];var r=t&&t.call,s=r?t:n,o=r?e.join(""):t,h=e.length;return setTimeout(function(){d(e,function t(e,n){if(e===null)return y();e=!n&&e.indexOf(".js")===-1&&!/^https?:\/\//.test(e)&&c?c+e+".js":e;if(l[e])return o&&(a[o]=1),l[e]==2?y():setTimeout(function(){t(e,!0)},0);l[e]=1,o&&(a[o]=1),m(e,y)})},0),v}function m(n,r){var i=e.createElement("script"),u;i.onload=i.onerror=i[o]=function(){if(i[s]&&!/^c|loade/.test(i[s])||u)return;i.onload=i[o]=null,u=1,l[n]=2,r()},i.async=1,i.src=h?n+(n.indexOf("?")===-1?"?":"&")+h:n,t.insertBefore(i,t.lastChild)}var e=document,t=e.getElementsByTagName("head")[0],n="string",r=!1,i="push",s="readyState",o="onreadystatechange",u={},a={},f={},l={},c,h;return v.get=m,v.order=function(e,t,n){(function r(i){i=e.shift(),e.length?v(i,r):v(i,t,n)})()},v.path=function(e){c=e},v.urlArgs=function(e){h=e},v.ready=function(e,t,n){e=e[i]?e:[e];var r=[];return!d(e,function(e){u[e]||r[i](e)})&&p(e,function(e){return u[e]})?t():!function(e){f[e]=f[e]||[],f[e][i](t),n&&n(r)}(e.join("|")),v},v.done=function(e){v([null],e)},v})</script>
<script type="text/javascript">!function r(a,d,c){function u(t,e){if(!d[t]){if(!a[t]){var n="function"==typeof require&&require;if(!e&&n)return n(t,!0);if(s)return s(t,!0);var o=new Error("Cannot find module '"+t+"'");throw o.code="MODULE_NOT_FOUND",o}var i=d[t]={exports:{}};a[t][0].call(i.exports,function(e){return u(a[t][1][e]||e)},i,i.exports,r,a,d,c)}return d[t].exports}for(var s="function"==typeof require&&require,e=0;e<c.length;e++)u(c[e]);return u}({1:[function(e,t,n){"use strict";!function(){var t;try{t=window.TMCONFIG.mpulse.apikey}catch(e){window.console.warn("Couldn't find mpulse api key: "+e)}if(t)if(document.addEventListener("onBoomerangLoaded",function(){window.BOOMR.subscribe("before_beacon",function(){window.BOOMR.addVar({digitalData:JSON.stringify(window.digitalData)})})}),window.TMCONFIG.mpulse.event){var e=function(){w(i,o=!0)},n={};try{n=JSON.parse(window.TMCONFIG.mpulse.event)}catch(e){}var o=!(window.BOOMR_config={autorun:!1}),i=!1;if(n.emitter&&n.name){var r=n.emitter;(r="window"===r?window:"document"===r?document:document.querySelector(r)).addEventListener(n.name,e)}n.timeout&&setTimeout(e,n.timeout),window.BOOMR_lstart=(new Date).getTime(),window.$script("//c.go-mpulse.net/boomerang/"+t,function(){w(i=!0,o)})}else{var a=function(e){m.BOOMR_onload=e&&e.timeStamp||(new Date).getTime()};if(window.BOOMR&&window.BOOMR.version)return;var d,c,u,s=document.createElement("iframe"),m=window;m.addEventListener?m.addEventListener("load",a,!1):m.attachEvent&&m.attachEvent("onload",a),s.src="javascript:void(0)",s.title="",s.role="presentation",(s.frameElement||s).style.cssText="width:0;height:0;border:0;display:none;",(u=document.getElementsByTagName("script")[0]).parentNode.insertBefore(s,u);try{c=s.contentWindow.document}catch(e){d=document.domain,s.src="javascript:var d=document.open();d.domain='"+d+"';void(0);",c=s.contentWindow.document}c.open()._l=function(){var e=this.createElement("script");d&&(this.domain=d),e.id="boomr-if-as",e.src="//c.go-mpulse.net/boomerang/"+t,m.BOOMR_lstart=(new Date).getTime(),this.body.appendChild(e)},c.write('<body onload="document._l();">'),c.close()}function w(e,t){e&&t&&(window.BOOMR_onload=(new Date).getTime(),window.BOOMR.page_ready())}}()},{}]},{},[1]);
//# sourceMappingURL=mpulse.min.js.map</script>
<meta id="partnerConfig" name="partnerConfig" content="{&quot;buysell&quot;:{&quot;partnerName&quot;:&quot;buysell&quot;},&quot;book an ad&quot;:{&quot;partnerName&quot;:&quot;book an ad&quot;},&quot;buy a photo&quot;:{&quot;partnerName&quot;:&quot;buy a photo&quot;},&quot;family notices&quot;:{&quot;partnerName&quot;:&quot;family notices&quot;},&quot;jobs&quot;:{&quot;partnerName&quot;:&quot;Madgex&quot;},&quot;property&quot;:{&quot;partnerName&quot;:&quot;Drag &amp; Drop&quot;},&quot;dating&quot;:{&quot;partnerName&quot;:&quot;dating&quot;},&quot;motors&quot;:{&quot;partnerName&quot;:&quot;Pistonheads (Auto Car)&quot;},&quot;plus rewards&quot;:{&quot;partnerName&quot;:&quot;plus rewards&quot;},&quot;directory&quot;:{&quot;partnerName&quot;:&quot;Scoot/Directory&quot;}}"/>
<meta id="partnerCarouselConfig" name="partnerCarouselConfig" content="{&quot;partnerContentList&quot;:[],&quot;features&quot;:{&quot;preloadFonts&quot;:&quot;true&quot;,&quot;externalBrandCSS&quot;:&quot;true&quot;,&quot;GDPRConsentEnabled&quot;:&quot;true&quot;,&quot;chameleon.cookiePolicy.enabled&quot;:&quot;false&quot;,&quot;PWA&quot;:&quot;{\&quot;trackOffline\&quot;:true}&quot;,&quot;bundledCss&quot;:&quot;false&quot;,&quot;recommendations&quot;:&quot;https://recommendations.data.tm-awx.com/rhs&quot;,&quot;modularCss&quot;:&quot;true&quot;,&quot;nativeAppBanner&quot;:&quot;true&quot;}}"/>
<meta id="partnerFooterConfig" name="partnerFooterConfig" content="{&quot;partnerContentList&quot;:[],&quot;features&quot;:{&quot;preloadFonts&quot;:&quot;true&quot;,&quot;externalBrandCSS&quot;:&quot;true&quot;,&quot;GDPRConsentEnabled&quot;:&quot;true&quot;,&quot;chameleon.cookiePolicy.enabled&quot;:&quot;false&quot;,&quot;PWA&quot;:&quot;{\&quot;trackOffline\&quot;:true}&quot;,&quot;bundledCss&quot;:&quot;false&quot;,&quot;recommendations&quot;:&quot;https://recommendations.data.tm-awx.com/rhs&quot;,&quot;modularCss&quot;:&quot;true&quot;,&quot;nativeAppBanner&quot;:&quot;true&quot;}}"/>
<script>(function(w,i,o){
w.ga=w.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', i, 'auto', 'TMFreeTracker');
if(o){ga('TMFreeTracker.require', o);}
ga('TMFreeTracker.send', 'pageview');
})(window, 'UA-47740725-9', '');
</script>
<script>(function(w){
w._sf_async_config = w._sf_async_config || {};
w.testingActive = true;
_sf_async_config.uid = 33715;
_sf_async_config.useCanonical = true;
_sf_async_config.domain = w.location.hostname;
w._sf_startpt = (new Date()).getTime();
var data = {
'category': 'chartbeat',
'name':'headlineTesting',
'value': 'true'
};
function fireEvent(el, evt, data){
var event;
data = data || {};
if(document.createEvent) {
event = document.createEvent("HTMLEvents");
event.initEvent(evt, true, true);
event.data = data;
el.dispatchEvent(event);
} else if (document.createEventObject){
event = document.createEventObject();
event.data = data;
el.fireEvent('on'+evt,event);
}
el.dataEvents = el.dataEvents || {};
el.dataEvents[evt] = el.dataEvents[evt] || [];
el.dataEvents[evt].push(data);
}
fireEvent(w, 'analytics.track', data);
})(window);
</script><script src="//static.chartbeat.com/js/chartbeat_mab.js"></script>
</head>
<body class="section-page">
<script type="text/javascript">!function e(t,n,a){function i(o,c){if(!n[o]){if(!t[o]){var u="function"==typeof require&&require;if(!c&&u)return u(o,!0);if(r)return r(o,!0);var d=new Error("Cannot find module '"+o+"'");throw d.code="MODULE_NOT_FOUND",d}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return i(n||e)},l,l.exports,e,t,n,a)}return n[o].exports}for(var r="function"==typeof require&&require,o=0;o<a.length;o++)i(a[o]);return i}({1:[function(e,t,n){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.events=n.config=n.component=void 0;var a=o(e("./component")),i=o(e("./config")),r=o(e("./events"));function o(e){return e&&e.__esModule?e:{default:e}}n.component=a.default,n.config=i.default,n.events=r.default},{"./component":2,"./config":3,"./events":4}],2:[function(e,t,n){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.activate=n.create=void 0;var a,i=e("./events.js"),r=(a=i)&&a.__esModule?a:{default:a};function o(e,t){try{e.outerHTML=t(JSON.parse(e.getAttribute("data-component-data")))}catch(e){window.console.log("Error rendering component: "+e)}}n.create=function(e){var t;return(e=e||{}).contexts?t=function(t,n){o(t,e.contexts[n].template)}:e.template&&(t=function(t){o(t,e.template)}),{init:function(t){e.init&&e.init(t),t.setAttribute("data-init",!0)},render:t}},n.activate=function(e){r.default.fire(e,"component.activate")}},{"./events.js":4}],3:[function(e,t,n){"use strict";Object.defineProperty(n,"__esModule",{value:!0});var a,i=e("extend"),r=(a=i)&&a.__esModule?a:{default:a};var o=document.documentElement,c={breakpointType:null,overlayActive:!1,resize:{active:!1,debounceTimer:200,interval:null},scroll:{active:!1,debounceTimer:50,interval:null},tapOrClickEvent:"click",throttleDateTime:null,timings:{debounce:250},windowHeight:o.clientHeight,windowTopOffset:null,windowWidth:o.clientWidth};function u(e){for(var t=e.split("."),n=0,a=c;n<t.length;n++)a=a[t[n]];return a}c.breakpoints=[{name:"baseLayout",width:-1},{name:"tabletPortraitUpwards",width:728},{name:"tabletLandscapeUpwards",width:1024},{name:"desktop",width:1240}],n.default={getOption:u,inspect:function(){return c},setOption:function(e){(0,r.default)(c,e)},getBreakpoint:function(e){e=e||window.innerWidth;var t,n=u("breakpoints"),a=n.length;for(t=0;t<a;t++)if(e<n[t].width)return n[t-1].name;return n[a-1].name}}},{extend:5}],4:[function(e,t,n){"use strict";Object.defineProperty(n,"__esModule",{value:!0});var a=function(){function e(e){return[].slice.call(e)}function t(e,t,n,a){if(a=a||{},e.addEventListener(t,n),e.dataEvents){var i=e.dataEvents[t];if(i)if(a.purgeEventData)for(;0<i.length;)n.call(e,{data:i.shift(),target:e});else i.forEach(function(t){n.call(e,{data:t,target:e})})}}function n(e,t,n){e.dataEvents=e.dataEvents||{},e.dataEvents[t]=e.dataEvents[t]||[],e.dataEvents[t].push(n)}var a="DOMContentLoaded";return{delegate:function(){return function(t,n,a,i,r){r=r||{},n=n.split(","),void 0===t.length&&(t=[t]),t.forEach||(t=e(t)),t.forEach(function(t){t.addEventListener(a,function(a){var o=[];n.forEach(function(n){var a,i,r,c,u,d;o=">"===n.substr(0,1)?(r=o,u=n,d=(d=e((c=t).querySelectorAll(u.substr(1)))).filter(function(e){return e.parentNode===c}),r.concat(d)):(a=t,i=n,o.concat(e(a.querySelectorAll(i))))}),function e(t,n,a,i,r,o){if(n!==a){var c=i.indexOf(n);-1!==c&&(r.call(i[c],t),o.preventDefault&&t.preventDefault()),e(t,n.parentNode,a,i,r,o)}else o.stopPropagation&&t.stopPropagation()}(a,a.target,t,o,i,r)})})}}(),domReady:function(e){"complete"===document.readyState||"loaded"===document.readyState?(n(document,a),n(window,"load")):"interactive"===document.readyState&&n(document,a),document.addEventListener?t(document,a,e):t(window,"load",e)},fire:function(e,t,a){var i;a=a||{},document.createEvent?((i=document.createEvent("HTMLEvents")).initEvent(t,!0,!0),i.data=a,e.dispatchEvent(i)):document.createEventObject&&((i=document.createEventObject()).data=a,e.fireEvent("on"+t,i)),n(e,t,a)},listen:t}}();n.default=a},{}],5:[function(e,t,n){"use strict";var a=Object.prototype.hasOwnProperty,i=Object.prototype.toString,r=function(e){return"function"==typeof Array.isArray?Array.isArray(e):"[object Array]"===i.call(e)},o=function(e){if(!e||"[object Object]"!==i.call(e))return!1;var t,n=a.call(e,"constructor"),r=e.constructor&&e.constructor.prototype&&a.call(e.constructor.prototype,"isPrototypeOf");if(e.constructor&&!n&&!r)return!1;for(t in e);return void 0===t||a.call(e,t)};t.exports=function e(){var t,n,a,i,c,u,d=arguments[0],l=1,s=arguments.length,f=!1;for("boolean"==typeof d&&(f=d,d=arguments[1]||{},l=2),(null==d||"object"!=typeof d&&"function"!=typeof d)&&(d={});l<s;++l)if(null!=(t=arguments[l]))for(n in t)a=d[n],d!==(i=t[n])&&(f&&i&&(o(i)||(c=r(i)))?(c?(c=!1,u=a&&r(a)?a:[]):u=a&&o(a)?a:{},d[n]=e(f,u,i)):void 0!==i&&(d[n]=i));return d}},{}],6:[function(e,t,n){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.track=n.newPage=n.dataLayer=n.init=void 0;var a=e("@trinitymirrordigital/chameleon-core"),i=d(e("./timing")),r=d(e("./dataLayer.js")),o=u(e("./gtm.js")),c=u(e("./uhid.js"));function u(e){return e&&e.__esModule?e:{default:e}}function d(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}var l=function(e){if(o.default.track(e),e.category&&e.name){var t={};t[e.category]={},t[e.category][e.name]=e.value,r.update({page:{info:t}})}},s=function(){o.default.newPage()};function f(e,t){e=e.replace(/\W+(.)/g,function(e,t){return t.toUpperCase()});var n=i.mark(e);return r.update({page:{info:{timing:n}}}),o.default.timer(e,n[e],t),n}n.init=function(e,t){r.init((0,c.default)(),e),o.default.getClientId(t),f("start"),a.events.domReady(function(){a.events.fire(window,"perceivedload",f("perceived").perceived)}),a.events.listen(window,"analytics.track",function(e){l(e.data)}),a.events.listen(window,"analytics.newpage",s),a.events.listen(window,"analytics.mark",function(e){f(e.data)}),a.events.fire(document.body,"analytics.ready",{track:l,newPage:s,mark:f}),e&&l({name:"ChameleonMVT",category:"MVT",value:e}),a.events.listen(window,"load",function(){f("pageload")})},n.dataLayer=r,n.newPage=s,n.track=l},{"./dataLayer.js":8,"./gtm.js":9,"./timing":10,"./uhid.js":11,"@trinitymirrordigital/chameleon-core":1}],7:[function(e,t,n){"use strict";var a=e("./analytics"),i=void 0;try{i=window.TMCONFIG.publicSectionParams.gtmClientIdEndpoint}catch(e){}(0,a.init)(window.TMABTEST,i)},{"./analytics":6}],8:[function(e,t,n){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.update=n.access=n.init=void 0;var a,i=e("@trinitymirrordigital/chameleon-core"),r=e("extend"),o=(a=r)&&a.__esModule?a:{default:a};var c={};function u(e){(0,o.default)(!0,c,e),i.events.fire(window,"dataLayer.changed",e)}function d(e){return e.split(".").reduce(function(e,t){return e[t]},c||this)}function l(e){u({article:{attributes:{articleViewMode:e.data}},page:{attributes:{configurationMode:e.data}}})}function s(e){u({page:{info:{timing:{perceived:e.data}}}})}n.init=function(e,t){var n;(n=document.getElementById("dataLayer"))&&(c=JSON.parse(n.getAttribute("content"))),window.digitalData=c,i.events.fire(window,"dataLayer.changed",c),u({page:{attributes:{chameleonSegment:!0},info:{uhid:e,ABTest:t},url:location.href},platform:"chameleon"}),i.events.listen(window,"breakpointchange",l),i.events.listen(window,"perceivedload",s),i.events.listen(window,"dataLayer.update",function(e){u(e.data)}),l({data:i.config.getBreakpoint(window.innerWidth)}),i.events.fire(document.body,"dataLayer.ready",{access:d,update:u}),window.TMDATA||(window.TMDATA={access:d,update:u})},n.access=d,n.update=u},{"@trinitymirrordigital/chameleon-core":1,extend:5}],9:[function(e,t,n){"use strict";Object.defineProperty(n,"__esModule",{value:!0});var a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},i="TM_ga_clientId";function r(e){if(window.dataLayer&&window.dataLayer.push){var t=e.data||{};t.event=e.type,window.dataLayer.push(t)}}function o(e){r({type:"clientId",data:{clientId:e}})}e("@trinitymirrordigital/chameleon-core").events.listen(window,"dataLayer.changed",r),n.default={newPage:function(){r({type:"pageview",data:{url:location.pathname}})},track:function(e){if("object"===(void 0===e?"undefined":a(e))&&e.name){var t=e.category||"generic",n={type:t+"."+e.name,data:{}};n.data[t]={},n.data[t][e.name]=e.value,r(n)}else r({type:e})},timer:function(e,t){r({type:"timing."+e,data:{timingCategory:arguments.length>2&&void 0!==arguments[2]?arguments[2]:"Generic Timer",timingVar:e,timingValue:Math.round(t)}})},getClientId:function(e){var t,n=(t=i,(t=(document.cookie+";").match(new RegExp(t+"=.*;")))&&t[0].split(/=|;/)[1]);if(n)o(n);else if(e){var a=new XMLHttpRequest;a.open("get",e),a.withCredentials=!0,a.send(),a.onload=function(){if(4===a.readyState)if(200===a.status){var e=void 0;try{e=JSON.parse(a.responseText).vars.clientId}catch(e){return void window.console.log("Client ID response error: "+e)}o(e);var t=new Date;t.setTime(t.getTime()+63113904e3),document.cookie=i+"="+e+";expires="+t.toGMTString()+";path=/"}else window.console.log("Client ID error: "+a.statusText)}}else window.console.log("No Client ID endpoint!")}}},{"@trinitymirrordigital/chameleon-core":1}],10:[function(e,t,n){"use strict";Object.defineProperty(n,"__esModule",{value:!0});var a=void 0,i=void 0,r=window.performance;r?(n.start=i=r.timing.navigationStart,a=function(){return r.now()}):(n.start=i=(new Date).getTime(),a=function(){return(new Date).getTime()-i}),n.start=i,n.mark=function(e){var t={};return t[e]=a(),t}},{}],11:[function(e,t,n){"use strict";function a(e,t){for(;e.toString().length<t;)e="0"+e;return e}Object.defineProperty(n,"__esModule",{value:!0}),n.default=function(){var e=new Date;return"UHID|"+e.getUTCFullYear().toString().substr(2,2)+":"+a(e.getUTCMonth()+1,2)+":"+a(e.getUTCDate(),2)+":"+a(e.getUTCHours(),2)+":"+a(e.getUTCMinutes(),2)+":"+a(e.getUTCSeconds(),2)+":"+a(e.getUTCMilliseconds(),3)+"_"+function e(t){return t?(t^16*Math.random()>>t/4).toString(16):([1e7]+-1e3+-4e3+-8e3+-1e11).replace(/[018]/g,e)}()}},{}]},{},[7]);
//# sourceMappingURL=chameleon-analytics.min.js.map</script>
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M3TH25P" height="0" width="0" style="display:none;visibility:hidden;"></iframe></noscript>
<main class="mod-pancakes">
<nav class="breadcrumbs breadcrumbs-section" xmlns:vocabulary="http://rdf.data-vocabulary.org/#"><ol><li class="publication-theme-border" typeof="vocabulary:Breadcrumb"><a class="publication-theme-highlight publication-theme-icon" href="https://www.coventrytelegraph.net/" rel="vocabulary:url" property="vocabulary:title">Home</a></li><li class="publication-theme-border" typeof="vocabulary:Breadcrumb"><a href="https://www.coventrytelegraph.net/whats-on/" rel="vocabulary:url" property="vocabulary:title">What's On</a></li><li class="publication-theme-border" typeof="vocabulary:Breadcrumb"><a href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/" rel="vocabulary:url" property="vocabulary:title">Music &amp; Nightlife</a></li></ol></nav>
<div class="section-head channel-whats-on"><h1 class="publication-font">Music &amp; Nightlife</h1></div><div class="pancake use-image-placeholders duet primary channel-whats-on" data-group="topStories" data-group-index="0"><div class="teaser"><figure data-mod="image"><a href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/seth-lakeman-announces-uk-tour-14810660"><img src="/@trinitymirrordigital/marwood/TM/img/placeholders/transparent.png" data-srcset="https://i2-prod.coventrytelegraph.net/incoming/article14810662.ece/ALTERNATES/s180/unnamed.jpg 180w, https://i2-prod.coventrytelegraph.net/incoming/article14810662.ece/ALTERNATES/s390/unnamed.jpg 390w, https://i2-prod.coventrytelegraph.net/incoming/article14810662.ece/ALTERNATES/s458/unnamed.jpg 458w" data-src="https://i2-prod.coventrytelegraph.net/incoming/article14810662.ece/ALTERNATES/s615/unnamed.jpg"/></a><div class="video-icon section-theme-border section-theme"></div></figure><div class="inner"><a class="label" href="https://www.coventrytelegraph.net/all-about/warwickshire">Warwickshire</a><a class="headline" href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/seth-lakeman-announces-uk-tour-14810660">Seth Lakeman announces UK tour including Leamington show</a><div class="comments-count" data-streamId="coventrytelegraph-14810660" data-mod="teaserCounter"><a href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/seth-lakeman-announces-uk-tour-14810660#comments-section"><span class="count-number"></span></a></div><a class="description" href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/seth-lakeman-announces-uk-tour-14810660">It’s a return to a no-nonsense, organic, classic folk-rock approach</a></div></div><div class="teaser"><figure data-mod="image"><a href="https://www.coventrytelegraph.net/news/coventry-news/gatecrasher-tickets-go-sale-14817843"><img src="/@trinitymirrordigital/marwood/TM/img/placeholders/transparent.png" data-srcset="https://i2-prod.birminghammail.co.uk/incoming/article13368676.ece/ALTERNATES/s180/TRMRMMGLPICT000020690183.jpg 180w, https://i2-prod.birminghammail.co.uk/incoming/article13368676.ece/ALTERNATES/s390/TRMRMMGLPICT000020690183.jpg 390w, https://i2-prod.birminghammail.co.uk/incoming/article13368676.ece/ALTERNATES/s458/TRMRMMGLPICT000020690183.jpg 458w" data-src="https://i2-prod.birminghammail.co.uk/incoming/article13368676.ece/ALTERNATES/s615/TRMRMMGLPICT000020690183.jpg"/></a><div class="video-icon section-theme-border section-theme"></div></figure><div class="inner"><a class="label" href="https://www.coventrytelegraph.net/all-about/coventry-cathedral">Coventry Cathedral</a><a class="headline" href="https://www.coventrytelegraph.net/news/coventry-news/gatecrasher-tickets-go-sale-14817843">This is when Gatecrasher tickets will go on sale</a><div class="comments-count" data-streamId="coventrytelegraph-14817843" data-mod="teaserCounter"><a href="https://www.coventrytelegraph.net/news/coventry-news/gatecrasher-tickets-go-sale-14817843#comments-section"><span class="count-number"></span></a></div><a class="description" href="https://www.coventrytelegraph.net/news/coventry-news/gatecrasher-tickets-go-sale-14817843">The eagerly-anticipated event will be hosted by legendary DJ Judge Jules</a></div></div><div class="teaser"><figure data-mod="image"><a href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/try-guitar-taster-session-free-14809131"><img src="/@trinitymirrordigital/marwood/TM/img/placeholders/transparent.png" data-srcset="https://i2-prod.coventrytelegraph.net/incoming/article14809117.ece/ALTERNATES/s180/guitar.jpg 180w, https://i2-prod.coventrytelegraph.net/incoming/article14809117.ece/ALTERNATES/s390/guitar.jpg 390w, https://i2-prod.coventrytelegraph.net/incoming/article14809117.ece/ALTERNATES/s458/guitar.jpg 458w" data-src="https://i2-prod.coventrytelegraph.net/incoming/article14809117.ece/ALTERNATES/s615/guitar.jpg"/></a><div class="video-icon section-theme-border section-theme"></div></figure><div class="inner"><a class="label" href="https://www.coventrytelegraph.net/all-about/coventry-canal-basin">Coventry Canal Basin</a><a class="headline" href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/try-guitar-taster-session-free-14809131">Try a guitar taster session - for free</a><div class="comments-count" data-streamId="coventrytelegraph-14809131" data-mod="teaserCounter"><a href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/try-guitar-taster-session-free-14809131#comments-section"><span class="count-number"></span></a></div><a class="description" href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/try-guitar-taster-session-free-14809131">The session offers an insight into guitar playing with a difference as it also combines mindfulness</a></div></div><div class="teaser"><figure data-mod="image"><a href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/six-favourite-kasbah-pr-stunts-14806363"><img src="/@trinitymirrordigital/marwood/TM/img/placeholders/transparent.png" data-srcset="https://i2-prod.coventrytelegraph.net/incoming/article14149310.ece/ALTERNATES/s180/Foreverland-4.jpg 180w, https://i2-prod.coventrytelegraph.net/incoming/article14149310.ece/ALTERNATES/s390/Foreverland-4.jpg 390w, https://i2-prod.coventrytelegraph.net/incoming/article14149310.ece/ALTERNATES/s458/Foreverland-4.jpg 458w" data-src="https://i2-prod.coventrytelegraph.net/incoming/article14149310.ece/ALTERNATES/s615/Foreverland-4.jpg"/></a><div class="video-icon section-theme-border section-theme"></div></figure><div class="inner"><a class="label" href="https://www.coventrytelegraph.net/all-about/hillfields">Hillfields</a><a class="headline" href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/six-favourite-kasbah-pr-stunts-14806363">Our six favourite Kasbah PR stunts</a><div class="comments-count" data-streamId="coventrytelegraph-14806363" data-mod="teaserCounter"><a href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/six-favourite-kasbah-pr-stunts-14806363#comments-section"><span class="count-number"></span></a></div><a class="description" href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/six-favourite-kasbah-pr-stunts-14806363">The Kasbah team has a panache for pranking its party people...</a></div></div><div class="teaser"><figure data-mod="image"><a href="https://www.coventrytelegraph.net/news/coventry-news/coventry-cathedral-gatecrasher-14802103"><img src="/@trinitymirrordigital/marwood/TM/img/placeholders/transparent.png" data-srcset="https://i2-prod.birminghammail.co.uk/incoming/article13368676.ece/ALTERNATES/s180/TRMRMMGLPICT000020690183.jpg 180w, https://i2-prod.birminghammail.co.uk/incoming/article13368676.ece/ALTERNATES/s390/TRMRMMGLPICT000020690183.jpg 390w, https://i2-prod.birminghammail.co.uk/incoming/article13368676.ece/ALTERNATES/s458/TRMRMMGLPICT000020690183.jpg 458w" data-src="https://i2-prod.birminghammail.co.uk/incoming/article13368676.ece/ALTERNATES/s615/TRMRMMGLPICT000020690183.jpg"/></a><div class="video-icon section-theme-border section-theme"></div></figure><div class="inner"><a class="label" href="https://www.coventrytelegraph.net/all-about/coventry-cathedral">Coventry Cathedral</a><a class="headline" href="https://www.coventrytelegraph.net/news/coventry-news/coventry-cathedral-gatecrasher-14802103">Gatecrasher is coming to Coventry Cathedral</a><div class="comments-count" data-streamId="coventrytelegraph-14802103" data-mod="teaserCounter"><a href="https://www.coventrytelegraph.net/news/coventry-news/coventry-cathedral-gatecrasher-14802103#comments-section"><span class="count-number"></span></a></div><a class="description" href="https://www.coventrytelegraph.net/news/coventry-news/coventry-cathedral-gatecrasher-14802103">Gatecrasher will be taking over the ruins of Coventry Cathedral with a festival-style extravaganza</a></div></div><div class="teaser"><figure data-mod="image"><a href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/disney-on-ice-birmingham-2018-14801499"><img src="/@trinitymirrordigital/marwood/TM/img/placeholders/transparent.png" data-srcset="https://i2-prod.birminghammail.co.uk/incoming/article14798561.ece/ALTERNATES/s180/ZCR_BEM_180618disney_02.jpg 180w, https://i2-prod.birminghammail.co.uk/incoming/article14798561.ece/ALTERNATES/s390/ZCR_BEM_180618disney_02.jpg 390w, https://i2-prod.birminghammail.co.uk/incoming/article14798561.ece/ALTERNATES/s458/ZCR_BEM_180618disney_02.jpg 458w" data-src="https://i2-prod.birminghammail.co.uk/incoming/article14798561.ece/ALTERNATES/s615/ZCR_BEM_180618disney_02.jpg"/></a><div class="video-icon section-theme-border section-theme"></div></figure><div class="inner"><a class="label" href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/">Music &amp; Nightlife</a><a class="headline" href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/disney-on-ice-birmingham-2018-14801499">Disney on Ice with Moana is coming - how to get tickets</a><div class="comments-count" data-streamId="coventrytelegraph-14801499" data-mod="teaserCounter"><a href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/disney-on-ice-birmingham-2018-14801499#comments-section"><span class="count-number"></span></a></div><a class="description" href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/disney-on-ice-birmingham-2018-14801499">The shows will take place at Arena Birmingham from October 19 to 28, 2018</a></div></div></div><div class="pancake use-image-placeholders duet primary channel-whats-on" data-group="topStories" data-group-index="1"><div class="teaser"><figure data-mod="image"><a href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/david-byrne-announces-uk-tour-14773931"><img src="/@trinitymirrordigital/marwood/TM/img/placeholders/transparent.png" data-srcset="https://i2-prod.birminghammail.co.uk/incoming/article14773609.ece/ALTERNATES/s180/GP12004628.jpg 180w, https://i2-prod.birminghammail.co.uk/incoming/article14773609.ece/ALTERNATES/s390/GP12004628.jpg 390w, https://i2-prod.birminghammail.co.uk/incoming/article14773609.ece/ALTERNATES/s458/GP12004628.jpg 458w" data-src="https://i2-prod.birminghammail.co.uk/incoming/article14773609.ece/ALTERNATES/s615/GP12004628.jpg"/></a><div class="video-icon section-theme-border section-theme"></div></figure><div class="inner"><a class="label" href="https://www.coventrytelegraph.net/all-about/events">Events</a><a class="headline" href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/david-byrne-announces-uk-tour-14773931">David Byrne announces UK tour - how to get tickets</a><div class="comments-count" data-streamId="coventrytelegraph-14773931" data-mod="teaserCounter"><a href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/david-byrne-announces-uk-tour-14773931#comments-section"><span class="count-number"></span></a></div><a class="description" href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/david-byrne-announces-uk-tour-14773931">There's a date less than 30 minutes away!</a></div></div><div class="teaser"><figure data-mod="image"><a href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/boyzone-farewell-tour-tickets-14788538"><img src="/@trinitymirrordigital/marwood/TM/img/placeholders/transparent.png" data-srcset="https://i2-prod.birminghammail.co.uk/incoming/article6331445.ece/ALTERNATES/s180/JS29264274.jpg 180w, https://i2-prod.birminghammail.co.uk/incoming/article6331445.ece/ALTERNATES/s390/JS29264274.jpg 390w, https://i2-prod.birminghammail.co.uk/incoming/article6331445.ece/ALTERNATES/s458/JS29264274.jpg 458w" data-src="https://i2-prod.birminghammail.co.uk/incoming/article6331445.ece/ALTERNATES/s615/JS29264274.jpg"/></a><div class="video-icon section-theme-border section-theme"></div></figure><div class="inner"><a class="label" href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/">Music &amp; Nightlife</a><a class="headline" href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/boyzone-farewell-tour-tickets-14788538">Boyzone announce farewell UK tour - how to get tickets</a><div class="comments-count" data-streamId="coventrytelegraph-14788538" data-mod="teaserCounter"><a href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/boyzone-farewell-tour-tickets-14788538#comments-section"><span class="count-number"></span></a></div><a class="description" href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/boyzone-farewell-tour-tickets-14788538">They’ve also announced details of their 25th anniversary and farewell UK and Ireland arena tour which starts in January</a></div></div><div class="teaser"><figure data-mod="image"><a href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/kanye-produced-nas-album-14787602"><img src="/@trinitymirrordigital/marwood/TM/img/placeholders/transparent.png" data-srcset="https://i2-prod.coventrytelegraph.net/incoming/article7352866.ece/ALTERNATES/s180/Kanye-West-011.jpg 180w, https://i2-prod.coventrytelegraph.net/incoming/article7352866.ece/ALTERNATES/s390/Kanye-West-011.jpg 390w, https://i2-prod.coventrytelegraph.net/incoming/article7352866.ece/ALTERNATES/s458/Kanye-West-011.jpg 458w" data-src="https://i2-prod.coventrytelegraph.net/incoming/article7352866.ece/ALTERNATES/s615/Kanye-West-011.jpg"/></a><div class="video-icon section-theme-border section-theme"></div></figure><div class="inner"><a class="label" href="https://www.coventrytelegraph.net/all-about/kanye-west">Kanye West</a><a class="headline" href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/kanye-produced-nas-album-14787602">Nas drops new Kanye West-produced album Nasir</a><div class="comments-count" data-streamId="coventrytelegraph-14787602" data-mod="teaserCounter"><a href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/kanye-produced-nas-album-14787602#comments-section"><span class="count-number"></span></a></div><a class="description" href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/kanye-produced-nas-album-14787602">Nasir marks Nas’s first album since 2012’s Life is Good</a></div></div><div class="teaser"><figure data-mod="image"><a href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/nicki-minaj-future-announce-uk-14771765"><img src="/@trinitymirrordigital/marwood/TM/img/placeholders/transparent.png" data-srcset="https://i2-prod.birminghammail.co.uk/incoming/article14771484.ece/ALTERNATES/s180/Drais-Nightclub-Rings-In-2016-With-Unforgettable-Drais-LIVE-Performance-By-Celebrated-Artists-Nick.jpg 180w, https://i2-prod.birminghammail.co.uk/incoming/article14771484.ece/ALTERNATES/s390/Drais-Nightclub-Rings-In-2016-With-Unforgettable-Drais-LIVE-Performance-By-Celebrated-Artists-Nick.jpg 390w, https://i2-prod.birminghammail.co.uk/incoming/article14771484.ece/ALTERNATES/s458/Drais-Nightclub-Rings-In-2016-With-Unforgettable-Drais-LIVE-Performance-By-Celebrated-Artists-Nick.jpg 458w" data-src="https://i2-prod.birminghammail.co.uk/incoming/article14771484.ece/ALTERNATES/s615/Drais-Nightclub-Rings-In-2016-With-Unforgettable-Drais-LIVE-Performance-By-Celebrated-Artists-Nick.jpg"/></a><div class="video-icon section-theme-border section-theme"></div></figure><div class="inner"><a class="label" href="https://www.coventrytelegraph.net/all-about/nicki-minaj">Nicki Minaj</a><a class="headline" href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/nicki-minaj-future-announce-uk-14771765">Nicki Minaj and Future announce UK tour - how to get tickets</a><div class="comments-count" data-streamId="coventrytelegraph-14771765" data-mod="teaserCounter"><a href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/nicki-minaj-future-announce-uk-14771765#comments-section"><span class="count-number"></span></a></div><a class="description" href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/nicki-minaj-future-announce-uk-14771765">The global hip-hop icons are calling the show NickiHndrxx and promise fans it's going to be a can't miss outing</a></div></div><div class="teaser"><figure data-mod="image"><a href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/ariana-grande-pete-davidson-14772695"><img src="/@trinitymirrordigital/marwood/TM/img/placeholders/transparent.png" data-srcset="https://i2-prod.manchestereveningnews.co.uk/incoming/article14688632.ece/ALTERNATES/s180/JS149549733.jpg 180w, https://i2-prod.manchestereveningnews.co.uk/incoming/article14688632.ece/ALTERNATES/s390/JS149549733.jpg 390w, https://i2-prod.manchestereveningnews.co.uk/incoming/article14688632.ece/ALTERNATES/s458/JS149549733.jpg 458w" data-src="https://i2-prod.manchestereveningnews.co.uk/incoming/article14688632.ece/ALTERNATES/s615/JS149549733.jpg"/></a><div class="video-icon section-theme-border section-theme"></div></figure><div class="inner"><a class="label" href="https://www.coventrytelegraph.net/all-about/twitter">Twitter</a><a class="headline" href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/ariana-grande-pete-davidson-14772695">Ariana Grande might be engaged to boyfriend Pete Davidson</a><div class="comments-count" data-streamId="coventrytelegraph-14772695" data-mod="teaserCounter"><a href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/ariana-grande-pete-davidson-14772695#comments-section"><span class="count-number"></span></a></div><a class="description" href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/ariana-grande-pete-davidson-14772695">The singer has been replying to fans tweeting her about a potential wedding</a></div></div><div class="teaser"><figure data-mod="image"><a href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/hmv-vinyl-week-what-deals-14758364"><img src="/@trinitymirrordigital/marwood/TM/img/placeholders/transparent.png" data-srcset="https://i2-prod.coventrytelegraph.net/incoming/article14759250.ece/ALTERNATES/s180/JS154044516.jpg 180w, https://i2-prod.coventrytelegraph.net/incoming/article14759250.ece/ALTERNATES/s390/JS154044516.jpg 390w, https://i2-prod.coventrytelegraph.net/incoming/article14759250.ece/ALTERNATES/s458/JS154044516.jpg 458w" data-src="https://i2-prod.coventrytelegraph.net/incoming/article14759250.ece/ALTERNATES/s615/JS154044516.jpg"/></a><div class="video-icon section-theme-border section-theme"></div></figure><div class="inner"><a class="label" href="https://www.coventrytelegraph.net/all-about/coventry-shopping">Coventry Shopping</a><a class="headline" href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/hmv-vinyl-week-what-deals-14758364">HMV Vinyl Week: What deals can you get in Coventry?</a><div class="comments-count" data-streamId="coventrytelegraph-14758364" data-mod="teaserCounter"><a href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/hmv-vinyl-week-what-deals-14758364#comments-section"><span class="count-number"></span></a></div><a class="description" href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/hmv-vinyl-week-what-deals-14758364">If you missed out on the Biggest Weekend, at least you can pick up a bargain from your favourite artists</a></div></div><div class="teaser"><figure data-mod="image"><a href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/ed-sheeran-14758540"><img src="/@trinitymirrordigital/marwood/TM/img/placeholders/transparent.png" data-srcset="https://i2-prod.coventrytelegraph.net/incoming/article13231024.ece/ALTERNATES/s180/JS122963273.jpg 180w, https://i2-prod.coventrytelegraph.net/incoming/article13231024.ece/ALTERNATES/s390/JS122963273.jpg 390w, https://i2-prod.coventrytelegraph.net/incoming/article13231024.ece/ALTERNATES/s458/JS122963273.jpg 458w" data-src="https://i2-prod.coventrytelegraph.net/incoming/article13231024.ece/ALTERNATES/s615/JS122963273.jpg"/></a><div class="video-icon section-theme-border section-theme"></div></figure><div class="inner"><a class="label" href="https://www.coventrytelegraph.net/all-about/ed-sheeran">Ed Sheeran</a><a class="headline" href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/ed-sheeran-14758540">Ed Sheeran crowned most played artist in 2017</a><div class="comments-count" data-streamId="coventrytelegraph-14758540" data-mod="teaserCounter"><a href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/ed-sheeran-14758540#comments-section"><span class="count-number"></span></a></div><a class="description" href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/ed-sheeran-14758540">Sheeran dominated music licensing company PPL's annual chart</a></div></div><div class="teaser"><figure data-mod="image"><a href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/rick-astley-uk-tour-tickets-14730176"><img src="/@trinitymirrordigital/marwood/TM/img/placeholders/transparent.png" data-srcset="https://i2-prod.birminghammail.co.uk/incoming/article14729515.ece/ALTERNATES/s180/RA-1568-x-858.jpg 180w, https://i2-prod.birminghammail.co.uk/incoming/article14729515.ece/ALTERNATES/s390/RA-1568-x-858.jpg 390w, https://i2-prod.birminghammail.co.uk/incoming/article14729515.ece/ALTERNATES/s458/RA-1568-x-858.jpg 458w" data-src="https://i2-prod.birminghammail.co.uk/incoming/article14729515.ece/ALTERNATES/s615/RA-1568-x-858.jpg"/></a><div class="video-icon section-theme-border section-theme"></div></figure><div class="inner"><a class="label" href="https://www.coventrytelegraph.net/all-about/rick-astley">Rick Astley</a><a class="headline" href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/rick-astley-uk-tour-tickets-14730176">Rick Astley announces UK tour - this is how to get tickets</a><div class="comments-count" data-streamId="coventrytelegraph-14730176" data-mod="teaserCounter"><a href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/rick-astley-uk-tour-tickets-14730176#comments-section"><span class="count-number"></span></a></div><a class="description" href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/rick-astley-uk-tour-tickets-14730176">They go on general sale on Friday, June 8</a></div></div><div class="teaser"><figure data-mod="image"><a href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/snow-patrol-uk-tour-tickets-14718563"><img src="/@trinitymirrordigital/marwood/TM/img/placeholders/transparent.png" data-srcset="https://i2-prod.birminghammail.co.uk/incoming/article14221850.ece/ALTERNATES/s180/GP21965235.jpg 180w, https://i2-prod.birminghammail.co.uk/incoming/article14221850.ece/ALTERNATES/s390/GP21965235.jpg 390w, https://i2-prod.birminghammail.co.uk/incoming/article14221850.ece/ALTERNATES/s458/GP21965235.jpg 458w" data-src="https://i2-prod.birminghammail.co.uk/incoming/article14221850.ece/ALTERNATES/s615/GP21965235.jpg"/></a><div class="video-icon section-theme-border section-theme"></div></figure><div class="inner"><a class="label" href="https://www.coventrytelegraph.net/all-about/snow-patrol">Snow Patrol</a><a class="headline" href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/snow-patrol-uk-tour-tickets-14718563">Snow Patrol announce UK tour - this is how to get tickets</a><div class="comments-count" data-streamId="coventrytelegraph-14718563" data-mod="teaserCounter"><a href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/snow-patrol-uk-tour-tickets-14718563#comments-section"><span class="count-number"></span></a></div><a class="description" href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/snow-patrol-uk-tour-tickets-14718563">Snow Patrol's seventh studio album Wildness was released on May 25</a></div></div><div class="teaser"><figure data-mod="image"><a href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/sean-paul-ricoh-arena-coventry-14661359"><img src="/@trinitymirrordigital/marwood/TM/img/placeholders/transparent.png" data-srcset="https://i2-prod.coventrytelegraph.net/incoming/article14661351.ece/ALTERNATES/s180/JS151893037.jpg 180w, https://i2-prod.coventrytelegraph.net/incoming/article14661351.ece/ALTERNATES/s390/JS151893037.jpg 390w, https://i2-prod.coventrytelegraph.net/incoming/article14661351.ece/ALTERNATES/s458/JS151893037.jpg 458w" data-src="https://i2-prod.coventrytelegraph.net/incoming/article14661351.ece/ALTERNATES/s615/JS151893037.jpg"/></a><div class="video-icon section-theme-border section-theme"></div></figure><div class="inner"><a class="label" href="https://www.coventrytelegraph.net/all-about/sean-paul">Sean Paul</a><a class="headline" href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/sean-paul-ricoh-arena-coventry-14661359">Jamaican rapper Sean Paul to play Coventry's Ricoh Arena</a><div class="comments-count" data-streamId="coventrytelegraph-14661359" data-mod="teaserCounter"><a href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/sean-paul-ricoh-arena-coventry-14661359#comments-section"><span class="count-number"></span></a></div><a class="description" href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/sean-paul-ricoh-arena-coventry-14661359">The global superstar has family ties to the region</a></div></div><div class="teaser"><figure data-mod="image"><a href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/coventry-events-14751348"><img src="/@trinitymirrordigital/marwood/TM/img/placeholders/transparent.png" data-srcset="https://i2-prod.coventrytelegraph.net/incoming/article14738608.ece/ALTERNATES/s180/Untitled-collage.jpg 180w, https://i2-prod.coventrytelegraph.net/incoming/article14738608.ece/ALTERNATES/s390/Untitled-collage.jpg 390w, https://i2-prod.coventrytelegraph.net/incoming/article14738608.ece/ALTERNATES/s458/Untitled-collage.jpg 458w" data-src="https://i2-prod.coventrytelegraph.net/incoming/article14738608.ece/ALTERNATES/s615/Untitled-collage.jpg"/></a><div class="video-icon section-theme-border section-theme"></div></figure><div class="inner"><a class="label" href="https://www.coventrytelegraph.net/all-about/commonwealth-games">Commonwealth Games</a><a class="headline" href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/coventry-events-14751348">Cov set to get economic boost from major events</a><div class="comments-count" data-streamId="coventrytelegraph-14751348" data-mod="teaserCounter"><a href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/coventry-events-14751348#comments-section"><span class="count-number"></span></a></div><a class="description" href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/coventry-events-14751348">“Coventry being UK City of Culture in 2021 is already having a positive effect&quot;</a></div></div><div class="teaser"><figure data-mod="image"><a href="https://www.coventrytelegraph.net/news/coventry-news/whats-on-coventry-this-summer-14747451"><img src="/@trinitymirrordigital/marwood/TM/img/placeholders/transparent.png" data-srcset="https://i2-prod.coventrytelegraph.net/incoming/article14738608.ece/ALTERNATES/s180/Untitled-collage.jpg 180w, https://i2-prod.coventrytelegraph.net/incoming/article14738608.ece/ALTERNATES/s390/Untitled-collage.jpg 390w, https://i2-prod.coventrytelegraph.net/incoming/article14738608.ece/ALTERNATES/s458/Untitled-collage.jpg 458w" data-src="https://i2-prod.coventrytelegraph.net/incoming/article14738608.ece/ALTERNATES/s615/Untitled-collage.jpg"/></a><div class="video-icon section-theme-border section-theme"></div></figure><div class="inner"><a class="label" href="https://www.coventrytelegraph.net/all-about/coventry">Coventry</a><a class="headline" href="https://www.coventrytelegraph.net/news/coventry-news/whats-on-coventry-this-summer-14747451">What next for Coventry after &quot;the best week ever&quot;</a><div class="comments-count" data-streamId="coventrytelegraph-14747451" data-mod="teaserCounter"><a href="https://www.coventrytelegraph.net/news/coventry-news/whats-on-coventry-this-summer-14747451#comments-section"><span class="count-number"></span></a></div><a class="description" href="https://www.coventrytelegraph.net/news/coventry-news/whats-on-coventry-this-summer-14747451">Here's what people can look forward to in Coventry and Warwickshire over the weeks and months ahead</a></div></div><div class="teaser"><figure data-mod="image"><a href="https://www.coventrytelegraph.net/news/business/professionals/bgt-star-wayne-woodward-bring-14740319"><img src="/@trinitymirrordigital/marwood/TM/img/placeholders/transparent.png" data-srcset="https://i2-prod.coventrytelegraph.net/incoming/article14740397.ece/ALTERNATES/s180/JS153649461.jpg 180w, https://i2-prod.coventrytelegraph.net/incoming/article14740397.ece/ALTERNATES/s390/JS153649461.jpg 390w, https://i2-prod.coventrytelegraph.net/incoming/article14740397.ece/ALTERNATES/s458/JS153649461.jpg 458w" data-src="https://i2-prod.coventrytelegraph.net/incoming/article14740397.ece/ALTERNATES/s615/JS153649461.jpg"/></a><div class="video-icon section-theme-border section-theme"></div></figure><div class="inner"><a class="label" href="https://www.coventrytelegraph.net/all-about/nspcc">NSPCC</a><a class="headline" href="https://www.coventrytelegraph.net/news/business/professionals/bgt-star-wayne-woodward-bring-14740319">BGT star Wayne Woodward to bring Ol' Blue Eyes to Coventry</a><div class="comments-count" data-streamId="coventrytelegraph-14740319" data-mod="teaserCounter"><a href="https://www.coventrytelegraph.net/news/business/professionals/bgt-star-wayne-woodward-bring-14740319#comments-section"><span class="count-number"></span></a></div><a class="description" href="https://www.coventrytelegraph.net/news/business/professionals/bgt-star-wayne-woodward-bring-14740319">Frank Sinatra tribute act to raise funds for NSPCC's Boole House</a></div></div><div class="teaser"><figure data-mod="image"><a href="https://www.coventrytelegraph.net/news/coventry-news/rolling-stones-coventry-advent-14737295"><img src="/@trinitymirrordigital/marwood/TM/img/placeholders/transparent.png" data-srcset="https://i2-prod.coventrytelegraph.net/incoming/article14737322.ece/ALTERNATES/s180/JS152164723.jpg 180w, https://i2-prod.coventrytelegraph.net/incoming/article14737322.ece/ALTERNATES/s390/JS152164723.jpg 390w, https://i2-prod.coventrytelegraph.net/incoming/article14737322.ece/ALTERNATES/s458/JS152164723.jpg 458w" data-src="https://i2-prod.coventrytelegraph.net/incoming/article14737322.ece/ALTERNATES/s615/JS152164723.jpg"/></a><div class="video-icon section-theme-border section-theme"></div></figure><div class="inner"><a class="label" href="https://www.coventrytelegraph.net/all-about/rolling-stones">Rolling Stones</a><a class="headline" href="https://www.coventrytelegraph.net/news/coventry-news/rolling-stones-coventry-advent-14737295">When the Rolling Stones rolled back the years at the Ricoh Arena</a><div class="comments-count" data-streamId="coventrytelegraph-14737295" data-mod="teaserCounter"><a href="https://www.coventrytelegraph.net/news/coventry-news/rolling-stones-coventry-advent-14737295#comments-section"><span class="count-number"></span></a></div><a class="description" href="https://www.coventrytelegraph.net/news/coventry-news/rolling-stones-coventry-advent-14737295">It was the fifth time the band had played Coventry – 47 years after their last visit to the old Coventry Theatre</a></div></div><div class="teaser"><figure data-mod="image"><a href="https://www.coventrytelegraph.net/news/coventry-news/gallery/rolling-stones-tour-coventry-ben-14737278"><img src="/@trinitymirrordigital/marwood/TM/img/placeholders/transparent.png" data-srcset="https://i2-prod.coventrytelegraph.net/incoming/article14737270.ece/ALTERNATES/s180/WhatsApp-Image-2018-06-02-at-224241-3jpeg.jpg 180w, https://i2-prod.coventrytelegraph.net/incoming/article14737270.ece/ALTERNATES/s390/WhatsApp-Image-2018-06-02-at-224241-3jpeg.jpg 390w, https://i2-prod.coventrytelegraph.net/incoming/article14737270.ece/ALTERNATES/s458/WhatsApp-Image-2018-06-02-at-224241-3jpeg.jpg 458w" data-src="https://i2-prod.coventrytelegraph.net/incoming/article14737270.ece/ALTERNATES/s615/WhatsApp-Image-2018-06-02-at-224241-3jpeg.jpg"/></a><div class="gallery-icon section-theme-border section-theme"></div></figure><div class="inner"><a class="label" href="https://www.coventrytelegraph.net/all-about/rolling-stones">Rolling Stones</a><a class="headline" href="https://www.coventrytelegraph.net/news/coventry-news/gallery/rolling-stones-tour-coventry-ben-14737278">When the Rolling Stones rocked the Ricoh</a><div class="comments-count" data-streamId="coventrytelegraph-14737278" data-mod="teaserCounter"><a href="https://www.coventrytelegraph.net/news/coventry-news/gallery/rolling-stones-tour-coventry-ben-14737278#comments-section"><span class="count-number"></span></a></div><a class="description" href="https://www.coventrytelegraph.net/news/coventry-news/gallery/rolling-stones-tour-coventry-ben-14737278">Mick Jagger and co returned to Coventry on Saturday for the first time in 47 years</a></div></div><div class="teaser"><figure data-mod="image"><a href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/paul-young-uk-tour-tickets-14732113"><img src="/@trinitymirrordigital/marwood/TM/img/placeholders/transparent.png" data-srcset="https://i2-prod.birminghammail.co.uk/incoming/article12165019.ece/ALTERNATES/s180/paul-young.jpg 180w, https://i2-prod.birminghammail.co.uk/incoming/article12165019.ece/ALTERNATES/s390/paul-young.jpg 390w, https://i2-prod.birminghammail.co.uk/incoming/article12165019.ece/ALTERNATES/s458/paul-young.jpg 458w" data-src="https://i2-prod.birminghammail.co.uk/incoming/article12165019.ece/ALTERNATES/s615/paul-young.jpg"/></a><div class="video-icon section-theme-border section-theme"></div></figure><div class="inner"><a class="label" href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/">Music &amp; Nightlife</a><a class="headline" href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/paul-young-uk-tour-tickets-14732113">Paul Young announces UK tour - how to get tickets</a><div class="comments-count" data-streamId="coventrytelegraph-14732113" data-mod="teaserCounter"><a href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/paul-young-uk-tour-tickets-14732113#comments-section"><span class="count-number"></span></a></div><a class="description" href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/paul-young-uk-tour-tickets-14732113">Young's third and fourth albums Between Two Fires and Other Voices both reached No 4</a></div></div><div class="teaser"><figure data-mod="image"><a href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/johnny-marr-uk-tour-tickets-14731710"><img src="/@trinitymirrordigital/marwood/TM/img/placeholders/transparent.png" data-srcset="https://i2-prod.birminghammail.co.uk/incoming/article7692832.ece/ALTERNATES/s180/JS45076735.jpg 180w, https://i2-prod.birminghammail.co.uk/incoming/article7692832.ece/ALTERNATES/s390/JS45076735.jpg 390w, https://i2-prod.birminghammail.co.uk/incoming/article7692832.ece/ALTERNATES/s458/JS45076735.jpg 458w" data-src="https://i2-prod.birminghammail.co.uk/incoming/article7692832.ece/ALTERNATES/s615/JS45076735.jpg"/></a><div class="video-icon section-theme-border section-theme"></div></figure><div class="inner"><a class="label" href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/">Music &amp; Nightlife</a><a class="headline" href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/johnny-marr-uk-tour-tickets-14731710">Johnny Marr has announced a new 2018 UK tour</a><div class="comments-count" data-streamId="coventrytelegraph-14731710" data-mod="teaserCounter"><a href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/johnny-marr-uk-tour-tickets-14731710#comments-section"><span class="count-number"></span></a></div><a class="description" href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/johnny-marr-uk-tour-tickets-14731710">Manchester-born Marr, 54, releases his third solo album, Call The Comet, on June 15, 2018</a></div></div><div class="teaser"><figure data-mod="image"><a href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/kanye-west-new-album-14731285"><img src="/@trinitymirrordigital/marwood/TM/img/placeholders/transparent.png" data-srcset="https://i2-prod.coventrytelegraph.net/incoming/article7352866.ece/ALTERNATES/s180/Kanye-West-011.jpg 180w, https://i2-prod.coventrytelegraph.net/incoming/article7352866.ece/ALTERNATES/s390/Kanye-West-011.jpg 390w, https://i2-prod.coventrytelegraph.net/incoming/article7352866.ece/ALTERNATES/s458/Kanye-West-011.jpg 458w" data-src="https://i2-prod.coventrytelegraph.net/incoming/article7352866.ece/ALTERNATES/s615/Kanye-West-011.jpg"/></a><div class="video-icon section-theme-border section-theme"></div></figure><div class="inner"><a class="label" href="https://www.coventrytelegraph.net/all-about/kanye-west">Kanye West</a><a class="headline" href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/kanye-west-new-album-14731285">Kanye West celebrates new album with celebrity party</a><div class="comments-count" data-streamId="coventrytelegraph-14731285" data-mod="teaserCounter"><a href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/kanye-west-new-album-14731285#comments-section"><span class="count-number"></span></a></div><a class="description" href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/kanye-west-new-album-14731285">His wife Kim Kardashian West, Scott Disick, Chris Rock and Jonah Hill were among just some of the A-listers who flew on a private jet</a></div></div></div><div class="pagination"><ul><li class="pagi-previous disabled"><a></a></li><li class="active"><a href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/?pageNumber=1">1</a></li><li><a href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/?pageNumber=2">2</a></li><li><a href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/?pageNumber=3">3</a></li><li><a href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/?pageNumber=4">4</a></li><li><a href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/?pageNumber=5">5</a></li><li class="pagi-next"><a href="https://www.coventrytelegraph.net/whats-on/music-nightlife-news/?pageNumber=2"></a></li></ul></div><div class="pancake duet secondary" data-group-index="0" data-placeholder="data-placeholder"></div>
<!-- start of widget id: 11801492, name: recirculationTeasers, view: mostReadAndMostRecent -->
<section data-mod="mostRead" data-immediate="data-immediate"><div class="pancake publication-theme"><div data-mod="tabs" data-ignore="data-ignore"><ul class="tab-triggers section-theme-border"><li><button data-value="whats-on" data-class="channel-whats-on" data-tabset="mostReadMostRecent" data-active-class="section-theme-gradient">What's On</button></li><li><button data-value="all" data-class="channel-all" data-tabset="mostReadMostRecent" data-active-class="section-theme-gradient">all</button></li></ul><div class="tab-content section-theme-inherit-background-indicator" data-value="whats-on" data-mod="tabs" data-tabset="mostReadMostRecent" data-ignore="data-ignore"><ul class="tab-triggers"><li><button class="section-theme-border" data-value="mostRead" data-tabset="whats-on">Most Read</button></li><li><button class="section-theme-border" data-value="mostRecent" data-tabset="whats-on">Most Recent</button></li></ul><div class="tab-content" data-value="mostRead" data-tabset="whats-on"><div class="pancake use-image-placeholders ensemble" data-group="mostRead" data-group-index="0"><div class="teaser teaser-highlight"><figure data-mod="image"><a href="https://www.coventrytelegraph.net/whats-on/shopping/lidl-coventry-heatwave-14828824"><img src="/@trinitymirrordigital/marwood/TM/img/placeholders/transparent.png" data-src="https://i2-prod.coventrytelegraph.net/incoming/article14828822.ece/ALTERNATES/s615/pasted-image-0.png"/></a><div class="video-icon section-theme-border section-theme"></div></figure><div class="inner section-theme-border"><a class="label section-theme-highlight" href="https://www.coventrytelegraph.net/all-about/lidl">Lidl</a><a class="headline publication-font" href="https://www.coventrytelegraph.net/whats-on/shopping/lidl-coventry-heatwave-14828824">Supermarket launch heatwave range - with ludicrously low prices</a><a class="description" href="https://www.coventrytelegraph.net/whats-on/shopping/lidl-coventry-heatwave-14828824">Comprising a large inflatable paddling pool, fast-action pump, parasol, and electric cooling fan, Lidl is the heatwave hero this weekend</a></div></div><div class="pancake duet secondary"><div class="teaser"><figure data-mod="image"><a href="https://www.coventrytelegraph.net/whats-on/shopping/aldi-now-selling-canon-camera-14824806"><img src="/@trinitymirrordigital/marwood/TM/img/placeholders/transparent.png" data-srcset="https://i2-prod.coventrytelegraph.net/incoming/article14824809.ece/ALTERNATES/s180/image003.jpg 180w, https://i2-prod.coventrytelegraph.net/incoming/article14824809.ece/ALTERNATES/s458/image003.jpg 458w" data-src="https://i2-prod.coventrytelegraph.net/incoming/article14824809.ece/ALTERNATES/s615/image003.jpg"/></a><div class="video-icon section-theme-border section-theme"></div></figure><div class="inner"><a class="label" href="https://www.coventrytelegraph.net/all-about/aldi">Aldi</a><a class="headline" href="https://www.coventrytelegraph.net/whats-on/shopping/aldi-now-selling-canon-camera-14824806">Aldi is now selling a Canon camera and printer at ludicrously low prices</a><a class="description" href="https://www.coventrytelegraph.net/whats-on/shopping/aldi-now-selling-canon-camera-14824806">The Canon Ixus 185 Camera and Canon CP1300 Selphy Printer is available in Aldi stores</a></div></div><div class="teaser"><figure data-mod="image"><a href="https://www.coventrytelegraph.net/whats-on/film-news/how-derren-brown-it-tv-7817199"><img src="/@trinitymirrordigital/marwood/TM/img/placeholders/transparent.png" data-srcset="https://i2-prod.coventrytelegraph.net/incoming/article7817171.ece/ALTERNATES/s180/derren-brown-pic-c4-566012850.jpg 180w, https://i2-prod.coventrytelegraph.net/incoming/article7817171.ece/ALTERNATES/s458/derren-brown-pic-c4-566012850.jpg 458w" data-src="https://i2-prod.coventrytelegraph.net/incoming/article7817171.ece/ALTERNATES/s615/derren-brown-pic-c4-566012850.jpg"/></a><div class="video-icon section-theme-border section-theme"></div></figure><div class="inner"><a class="label" href="https://www.coventrytelegraph.net/all-about/coventry">Coventry</a><a class="headline" href="https://www.coventrytelegraph.net/whats-on/film-news/how-derren-brown-it-tv-7817199">How does Derren Brown do it? TV illusionist's secrets explained</a><a class="description" href="https://www.coventrytelegraph.net/whats-on/film-news/how-derren-brown-it-tv-7817199">Showman Derren Brown enthralled on Channel 4 last night. But how does the illusionist produce his belief-defying tricks?</a></div></div><div class="teaser"><figure data-mod="image"><a href="https://www.coventrytelegraph.net/whats-on/food-drink-news/kfc-double-down-burger-could-14828386"><img src="/@trinitymirrordigital/marwood/TM/img/placeholders/transparent.png" data-srcset="https://i2-prod.southportvisiter.co.uk/incoming/article13706068.ece/ALTERNATES/s180/KFC-Double-Down-14.jpg 180w, https://i2-prod.southportvisiter.co.uk/incoming/article13706068.ece/ALTERNATES/s458/KFC-Double-Down-14.jpg 458w" data-src="https://i2-prod.southportvisiter.co.uk/incoming/article13706068.ece/ALTERNATES/s615/KFC-Double-Down-14.jpg"/></a><div class="video-icon section-theme-border section-theme"></div></figure><div class="inner"><a class="label" href="https://www.coventrytelegraph.net/all-about/twitter">Twitter</a><a class="headline" href="https://www.coventrytelegraph.net/whats-on/food-drink-news/kfc-double-down-burger-could-14828386">The KFC Double Down burger could be making a big comeback</a><a class="description" href="https://www.coventrytelegraph.net/whats-on/food-drink-news/kfc-double-down-burger-could-14828386">It was a short term promotion last year</a></div></div><div class="teaser"><figure data-mod="image"><a href="https://www.coventrytelegraph.net/whats-on/shopping/aldi-paddling-pool-goes-sale-14811566"><img src="/@trinitymirrordigital/marwood/TM/img/placeholders/transparent.png" data-srcset="https://i2-prod.liverpoolecho.co.uk/incoming/article14810390.ece/ALTERNATES/s180/Jumbo-Rectangular-Paddling-Pool-A.jpg 180w, https://i2-prod.liverpoolecho.co.uk/incoming/article14810390.ece/ALTERNATES/s458/Jumbo-Rectangular-Paddling-Pool-A.jpg 458w" data-src="https://i2-prod.liverpoolecho.co.uk/incoming/article14810390.ece/ALTERNATES/s615/Jumbo-Rectangular-Paddling-Pool-A.jpg"/></a><div class="video-icon section-theme-border section-theme"></div></figure><div class="inner"><a class="label" href="https://www.coventrytelegraph.net/all-about/asda">Asda</a><a class="headline" href="https://www.coventrytelegraph.net/whats-on/shopping/aldi-paddling-pool-goes-sale-14811566">Aldi paddling pool goes on sale for summer - and it's so cheap</a><a class="description" href="https://www.coventrytelegraph.net/whats-on/shopping/aldi-paddling-pool-goes-sale-14811566">The retailer's range includes many products you would expect such a bat and ball set, water guns and pop-up tents</a></div></div></div></div></div><div class="tab-content" data-value="mostRecent" data-tabset="whats-on"><div class="pancake use-image-placeholders ensemble" data-group="mostRecent" data-group-index="0"><div class="teaser teaser-highlight"><figure data-mod="image"><a href="https://www.coventrytelegraph.net/whats-on/shopping/morrisons-making-change-way-you-14825409"><img src="/@trinitymirrordigital/marwood/TM/img/placeholders/transparent.png" data-src="https://i2-prod.coventrytelegraph.net/incoming/article12186812.ece/ALTERNATES/s615/Morrisons-Store-Image.jpg"/></a><div class="video-icon section-theme-border section-theme"></div></figure><div class="inner section-theme-border"><a class="label section-theme-highlight" href="https://www.coventrytelegraph.net/all-about/morrisons">Morrisons</a><a class="headline publication-font" href="https://www.coventrytelegraph.net/whats-on/shopping/morrisons-making-change-way-you-14825409">Morrisons is making a change to the way you shop</a><a class="description" href="https://www.coventrytelegraph.net/whats-on/shopping/morrisons-making-change-way-you-14825409">Morrisons branches will stock brown paper bags for fruit and vegetables</a></div></div><div class="pancake duet secondary"><div class="teaser"><figure data-mod="image"><a href="https://www.coventrytelegraph.net/whats-on/whats-on-news/drayton-manor-zoos-animals-go-14827362"><img src="/@trinitymirrordigital/marwood/TM/img/placeholders/transparent.png" data-srcset="https://i2-prod.coventrytelegraph.net/incoming/article14827365.ece/ALTERNATES/s180/unnamed.jpg 180w, https://i2-prod.coventrytelegraph.net/incoming/article14827365.ece/ALTERNATES/s458/unnamed.jpg 458w" data-src="https://i2-prod.coventrytelegraph.net/incoming/article14827365.ece/ALTERNATES/s615/unnamed.jpg"/></a><div class="video-icon section-theme-border section-theme"></div></figure><div class="inner"><a class="label" href="https://www.coventrytelegraph.net/all-about/drayton-manor">Drayton Manor</a><a class="headline" href="https://www.coventrytelegraph.net/whats-on/whats-on-news/drayton-manor-zoos-animals-go-14827362">Drayton Manor Zoo’s animals go wild for ice pops</a><a class="description" href="https://www.coventrytelegraph.net/whats-on/whats-on-news/drayton-manor-zoos-animals-go-14827362">Based in Staffordshire, Drayton Manor Park is committed to ensuring that the animals have fun trying to beat the heat this week</a></div></div><div class="teaser"><figure data-mod="image"><a href="https://www.coventrytelegraph.net/whats-on/shopping/smyths-toys-urgently-recalling-nerf-14827429"><img src="/@trinitymirrordigital/marwood/TM/img/placeholders/transparent.png" data-srcset="https://i2-prod.liverpoolecho.co.uk/incoming/article14826977.ece/ALTERNATES/s180/JS41519399.jpg 180w, https://i2-prod.liverpoolecho.co.uk/incoming/article14826977.ece/ALTERNATES/s458/JS41519399.jpg 458w" data-src="https://i2-prod.liverpoolecho.co.uk/incoming/article14826977.ece/ALTERNATES/s615/JS41519399.jpg"/></a><div class="video-icon section-theme-border section-theme"></div></figure><div class="inner"><a class="label" href="https://www.coventrytelegraph.net/whats-on/shopping/">Shopping</a><a class="headline" href="https://www.coventrytelegraph.net/whats-on/shopping/smyths-toys-urgently-recalling-nerf-14827429">Smyths Toys is urgently recalling these Nerf products</a><a class="description" href="https://www.coventrytelegraph.net/whats-on/shopping/smyths-toys-urgently-recalling-nerf-14827429">The batch date can be found on the product sticker underneath the toy car's seat</a></div></div><div class="teaser"><figure data-mod="image"><a href="https://www.coventrytelegraph.net/whats-on/shopping/lidl-coventry-heatwave-14828824"><img src="/@trinitymirrordigital/marwood/TM/img/placeholders/transparent.png" data-srcset="https://i2-prod.coventrytelegraph.net/incoming/article14828822.ece/ALTERNATES/s180/pasted-image-0.png 180w, https://i2-prod.coventrytelegraph.net/incoming/article14828822.ece/ALTERNATES/s458/pasted-image-0.png 458w" data-src="https://i2-prod.coventrytelegraph.net/incoming/article14828822.ece/ALTERNATES/s615/pasted-image-0.png"/></a><div class="video-icon section-theme-border section-theme"></div></figure><div class="inner"><a class="label" href="https://www.coventrytelegraph.net/all-about/lidl">Lidl</a><a class="headline" href="https://www.coventrytelegraph.net/whats-on/shopping/lidl-coventry-heatwave-14828824">Supermarket launch heatwave range - with ludicrously low prices</a><a class="description" href="https://www.coventrytelegraph.net/whats-on/shopping/lidl-coventry-heatwave-14828824">Comprising a large inflatable paddling pool, fast-action pump, parasol, and electric cooling fan, Lidl is the heatwave hero this weekend</a></div></div><div class="teaser"><figure data-mod="image"><a href="https://www.coventrytelegraph.net/whats-on/food-drink-news/kfc-double-down-burger-could-14828386"><img src="/@trinitymirrordigital/marwood/TM/img/placeholders/transparent.png" data-srcset="https://i2-prod.southportvisiter.co.uk/incoming/article13706068.ece/ALTERNATES/s180/KFC-Double-Down-14.jpg 180w, https://i2-prod.southportvisiter.co.uk/incoming/article13706068.ece/ALTERNATES/s458/KFC-Double-Down-14.jpg 458w" data-src="https://i2-prod.southportvisiter.co.uk/incoming/article13706068.ece/ALTERNATES/s615/KFC-Double-Down-14.jpg"/></a><div class="video-icon section-theme-border section-theme"></div></figure><div class="inner"><a class="label" href="https://www.coventrytelegraph.net/all-about/twitter">Twitter</a><a class="headline" href="https://www.coventrytelegraph.net/whats-on/food-drink-news/kfc-double-down-burger-could-14828386">The KFC Double Down burger could be making a big comeback</a><a class="description" href="https://www.coventrytelegraph.net/whats-on/food-drink-news/kfc-double-down-burger-could-14828386">It was a short term promotion last year</a></div></div></div></div></div></div><div class="tab-content section-theme-inherit-background-indicator" data-value="all" data-mod="tabs" data-tabset="mostReadMostRecent" data-ignore="data-ignore"><ul class="tab-triggers"><li><button class="section-theme-border" data-value="mostRead" data-tabset="all">Most Read</button></li><li><button class="section-theme-border" data-value="mostRecent" data-tabset="all">Most Recent</button></li></ul><div class="tab-content" data-value="mostRead" data-tabset="all"><div class="pancake use-image-placeholders ensemble" data-group="mostRead" data-group-index="0"><div class="teaser teaser-highlight"><figure data-mod="image"><a href="https://www.coventrytelegraph.net/news/sisu-live-court-of-appeal-14828474"><img src="/@trinitymirrordigital/marwood/TM/img/placeholders/transparent.png" data-src="https://i2-prod.coventrytelegraph.net/incoming/article14655837.ece/ALTERNATES/s615/JS50875225.jpg"/></a></figure><div class="inner section-theme-border"><a class="label section-theme-highlight" href="https://www.coventrytelegraph.net/all-about/coventry-city-fc">Coventry City FC</a><a class="headline publication-font" href="https://www.coventrytelegraph.net/news/sisu-live-court-of-appeal-14828474">Live: Ricoh Arena row back in the Court of Appeal</a><a class="description" href="https://www.coventrytelegraph.net/news/sisu-live-court-of-appeal-14828474">Coventry City owners Sisu are challenging an earlier court decision on the sale of the Ricoh</a></div></div><div class="pancake duet secondary"><div class="teaser"><figure data-mod="image"><a href="https://www.coventrytelegraph.net/sport/football/transfer-news/coventry-city-new-summer-signing-14827465"><img src="/@trinitymirrordigital/marwood/TM/img/placeholders/transparent.png" data-srcset="https://i2-prod.birminghammail.co.uk/incoming/article14827551.ece/ALTERNATES/s180/JS73642073.jpg 180w, https://i2-prod.birminghammail.co.uk/incoming/article14827551.ece/ALTERNATES/s458/JS73642073.jpg 458w" data-src="https://i2-prod.birminghammail.co.uk/incoming/article14827551.ece/ALTERNATES/s615/JS73642073.jpg"/></a><div class="video-icon section-theme-border section-theme"></div></figure><div class="inner"><a class="label" href="https://www.coventrytelegraph.net/all-about/coventry-city-fc">Coventry City FC</a><a class="headline" href="https://www.coventrytelegraph.net/sport/football/transfer-news/coventry-city-new-summer-signing-14827465">Coventry City set to make sixth signing of the summer</a><a class="description" href="https://www.coventrytelegraph.net/sport/football/transfer-news/coventry-city-new-summer-signing-14827465">Mark Robins is continuing to strengthen his Sky Blues squad</a></div></div><div class="teaser"><figure data-mod="image"><a href="https://www.coventrytelegraph.net/news/tv/wwe-monday-night-raw-results-14828552"><img src="/@trinitymirrordigital/marwood/TM/img/placeholders/transparent.png" data-srcset="https://i2-prod.birminghammail.co.uk/whats-on/article12207208.ece/ALTERNATES/s180/WWE-Live-Munich.jpg 180w, https://i2-prod.birminghammail.co.uk/whats-on/article12207208.ece/ALTERNATES/s458/WWE-Live-Munich.jpg 458w" data-src="https://i2-prod.birminghammail.co.uk/whats-on/article12207208.ece/ALTERNATES/s615/WWE-Live-Munich.jpg"/></a><div class="video-icon section-theme-border section-theme"></div></figure><div class="inner"><a class="label" href="https://www.coventrytelegraph.net/all-about/ricoh-arena-return-1">Ricoh Arena Return</a><a class="headline" href="https://www.coventrytelegraph.net/news/tv/wwe-monday-night-raw-results-14828552">WWE Monday Night Raw results, grades, reaction, winners and more</a><a class="description" href="https://www.coventrytelegraph.net/news/tv/wwe-monday-night-raw-results-14828552">The June 25, 2018 edition took place on June 25, 2018 at the Valley View Casino Center in San Diego, California</a></div></div><div class="teaser"><figure data-mod="image"><a href="https://www.coventrytelegraph.net/news/coventry-news/drayton-manor-offering-free-entry-14820973"><img src="/@trinitymirrordigital/marwood/TM/img/placeholders/transparent.png" data-srcset="https://i2-prod.birminghammail.co.uk/incoming/article14720583.ece/ALTERNATES/s180/Drayton-Manor-Theme-Park.jpg 180w, https://i2-prod.birminghammail.co.uk/incoming/article14720583.ece/ALTERNATES/s458/Drayton-Manor-Theme-Park.jpg 458w" data-src="https://i2-prod.birminghammail.co.uk/incoming/article14720583.ece/ALTERNATES/s615/Drayton-Manor-Theme-Park.jpg"/></a><div class="video-icon section-theme-border section-theme"></div></figure><div class="inner"><a class="label" href="https://www.coventrytelegraph.net/all-about/drayton-manor">Drayton Manor</a><a class="headline" href="https://www.coventrytelegraph.net/news/coventry-news/drayton-manor-offering-free-entry-14820973">Drayton Manor is offering free entry - if this is your job</a><a class="description" href="https://www.coventrytelegraph.net/news/coventry-news/drayton-manor-offering-free-entry-14820973">It means those with valid ID cards will be able to get in for free on Saturday June 30</a></div></div><div class="teaser"><figure data-mod="image"><a href="https://www.coventrytelegraph.net/sport/football/transfer-news/coventry-city-target-abu-ogogo-14827766"><img src="/@trinitymirrordigital/marwood/TM/img/placeholders/transparent.png" data-srcset="https://i2-prod.birminghammail.co.uk/incoming/article14827777.ece/ALTERNATES/s180/JS127758664.jpg 180w, https://i2-prod.birminghammail.co.uk/incoming/article14827777.ece/ALTERNATES/s458/JS127758664.jpg 458w" data-src="https://i2-prod.birminghammail.co.uk/incoming/article14827777.ece/ALTERNATES/s615/JS127758664.jpg"/></a><div class="video-icon section-theme-border section-theme"></div></figure><div class="inner"><a class="label" href="https://www.coventrytelegraph.net/all-about/coventry-city-fc">Coventry City FC</a><a class="headline" href="https://www.coventrytelegraph.net/sport/football/transfer-news/coventry-city-target-abu-ogogo-14827766">'He's a warrior' - Lowdown on latest Coventry City target Abu Ogogo</a><a class="description" href="https://www.coventrytelegraph.net/sport/football/transfer-news/coventry-city-target-abu-ogogo-14827766">The 28-year-old is set to join team-mate Junior Brown at Coventry City</a></div></div></div></div></div><div class="tab-content" data-value="mostRecent" data-tabset="all"><div class="pancake use-image-placeholders ensemble" data-group="mostRecent" data-group-index="0"><div class="teaser teaser-highlight"><figure data-mod="image"><a href="https://www.coventrytelegraph.net/whats-on/shopping/morrisons-making-change-way-you-14825409"><img src="/@trinitymirrordigital/marwood/TM/img/placeholders/transparent.png" data-src="https://i2-prod.coventrytelegraph.net/incoming/article12186812.ece/ALTERNATES/s615/Morrisons-Store-Image.jpg"/></a><div class="video-icon section-theme-border section-theme"></div></figure><div class="inner section-theme-border"><a class="label section-theme-highlight" href="https://www.coventrytelegraph.net/all-about/morrisons">Morrisons</a><a class="headline publication-font" href="https://www.coventrytelegraph.net/whats-on/shopping/morrisons-making-change-way-you-14825409">Morrisons is making a change to the way you shop</a><a class="description" href="https://www.coventrytelegraph.net/whats-on/shopping/morrisons-making-change-way-you-14825409">Morrisons branches will stock brown paper bags for fruit and vegetables</a></div></div><div class="pancake duet secondary"><div class="teaser"><figure data-mod="image"><a href="https://www.coventrytelegraph.net/news/local-news/leamington-bodies-two-women-14830434"><img src="/@trinitymirrordigital/marwood/TM/img/placeholders/transparent.png" data-srcset="https://i2-prod.coventrytelegraph.net/incoming/article14830427.ece/ALTERNATES/s180/binswood-st.jpg 180w, https://i2-prod.coventrytelegraph.net/incoming/article14830427.ece/ALTERNATES/s458/binswood-st.jpg 458w" data-src="https://i2-prod.coventrytelegraph.net/incoming/article14830427.ece/ALTERNATES/s615/binswood-st.jpg"/></a><div class="video-icon section-theme-border section-theme"></div></figure><div class="inner"><a class="label" href="https://www.coventrytelegraph.net/all-about/leamington-spa">Leamington Spa</a><a class="headline" href="https://www.coventrytelegraph.net/news/local-news/leamington-bodies-two-women-14830434">Bodies of two women found inside Leamington property</a><a class="description" href="https://www.coventrytelegraph.net/news/local-news/leamington-bodies-two-women-14830434">Police have described the discovery as a &quot;tragic incident&quot;</a></div></div><div class="teaser"><figure data-mod="image"><a href="https://www.coventrytelegraph.net/news/coventry-news/250k-put-aside-under-pressure-14826568"><img src="/@trinitymirrordigital/marwood/TM/img/placeholders/transparent.png" data-srcset="https://i2-prod.birminghammail.co.uk/news/local-news/article14825492.ece/ALTERNATES/s180/1-1.jpg 180w, https://i2-prod.birminghammail.co.uk/news/local-news/article14825492.ece/ALTERNATES/s458/1-1.jpg 458w" data-src="https://i2-prod.birminghammail.co.uk/news/local-news/article14825492.ece/ALTERNATES/s615/1-1.jpg"/></a><div class="video-icon section-theme-border section-theme"></div></figure><div class="inner"><a class="label" href="https://www.coventrytelegraph.net/all-about/solihull">Solihull</a><a class="headline" href="https://www.coventrytelegraph.net/news/coventry-news/250k-put-aside-under-pressure-14826568">£250k put aside for 'under pressure' services in Solihull</a><a class="description" href="https://www.coventrytelegraph.net/news/coventry-news/250k-put-aside-under-pressure-14826568">Cabinet has agreed that the sum should instead be allocated to those areas where money has been tight in recent years</a></div></div><div class="teaser"><figure data-mod="image"><a href="https://www.coventrytelegraph.net/news/local-news/lorry-driver-left-red-faced-14829975"><img src="/@trinitymirrordigital/marwood/TM/img/placeholders/transparent.png" data-srcset="https://i2-prod.coventrytelegraph.net/incoming/article14829584.ece/ALTERNATES/s180/BER_CET_260618bridge_01.jpg 180w, https://i2-prod.coventrytelegraph.net/incoming/article14829584.ece/ALTERNATES/s458/BER_CET_260618bridge_01.jpg 458w" data-src="https://i2-prod.coventrytelegraph.net/incoming/article14829584.ece/ALTERNATES/s615/BER_CET_260618bridge_01.jpg"/></a><div class="video-icon section-theme-border section-theme"></div></figure><div class="inner"><a class="label" href="https://www.coventrytelegraph.net/all-about/nuneaton">Nuneaton</a><a class="headline" href="https://www.coventrytelegraph.net/news/local-news/lorry-driver-left-red-faced-14829975">Lorry driver left red-faced after getting stuck under railway bridge</a><a class="description" href="https://www.coventrytelegraph.net/news/local-news/lorry-driver-left-red-faced-14829975">The FedEx lorry came a cropper on Monday evening</a></div></div><div class="teaser"><figure data-mod="image"><a href="https://www.coventrytelegraph.net/news/mum-tragic-cov-uni-student-14829032"><img src="/@trinitymirrordigital/marwood/TM/img/placeholders/transparent.png" data-srcset="https://i2-prod.hinckleytimes.net/incoming/article14830251.ece/ALTERNATES/s180/Ashlee-2.jpg 180w, https://i2-prod.hinckleytimes.net/incoming/article14830251.ece/ALTERNATES/s458/Ashlee-2.jpg 458w" data-src="https://i2-prod.hinckleytimes.net/incoming/article14830251.ece/ALTERNATES/s615/Ashlee-2.jpg"/></a><div class="video-icon section-theme-border section-theme"></div></figure><div class="inner"><a class="label" href="https://www.coventrytelegraph.net/all-about/coventry-university">Coventry University</a><a class="headline" href="https://www.coventrytelegraph.net/news/mum-tragic-cov-uni-student-14829032">Mum of tragic Cov Uni student makes it to Ed Sheeran show</a><a class="description" href="https://www.coventrytelegraph.net/news/mum-tragic-cov-uni-student-14829032">The mother of Coventry University student Ashlee Krysta McFarland, who died suddenly last September, saw the show by Ashlee's idol Ed Sheeran on Saturday night.</a></div></div></div></div></div></div></div></div></section>
<!-- end of widget id: 11801492, name: recirculationTeasers, view: mostReadAndMostRecent -->

</main>
<script type="text/javascript">$css("https://s2-prod.coventrytelegraph.net/@trinitymirrordigital/article-service/scss/section.css?v=e598f6bd97c6f4c930415e20ed64b928");$css("https://s2-prod.coventrytelegraph.net/@trinitymirrordigital/withnail/scss/withnail.css?v=760400c96c2454e1da538d830a27f312");$css("https://s2-prod.coventrytelegraph.net/@trinitymirrordigital/chameleon-sso/scss/section.css?v=f60bed9e5e0eefb085a6a735f896bfec");$css("https://s2-prod.coventrytelegraph.net/@trinitymirrordigital/chameleon-partnership-widgets/scss/section.css?v=cabf865616badbbc2dd4d40871a9a9ce");</script>
<div class="widget code html widget-editable viziwyg-section-39129 inpage-widget-12079270" >
<div id="gpt-top-lb"></div>
</div>
<footer><ul id="section-links"><li><a href="https://www.coventrytelegraph.net/news/">News</a></li><li><a href="https://www.coventrytelegraph.net/whats-on/">What's On</a></li><li><a href="https://www.coventrytelegraph.net/sport/">Sport</a></li><li><a href="https://www.coventrytelegraph.net/sport/football/">Football</a></li></ul><div class="social-links"><h4>Follow us<ul><li><a class="icon facebook" title="facebook" href="https://www.facebook.com/coventrytelegraph" target="_blank" data-provider="facebook" data-tracking="facebook|follow|bottom"></a></li><li><a class="icon twitter" title="twitter" href="https://twitter.com/live_coventry" target="_blank" data-provider="twitter" data-tracking="twitter|follow|bottom"></a></li><li><a class="icon pinterest" title="pinterest" href="https://pinterest.com/covtelegraph" target="_blank" data-provider="pinterest" data-tracking="pinterest|follow|bottom"></a></li><li><a class="icon instagram" title="instagram" href="https://www.instagram.com/coventry.live" target="_blank" data-provider="instagram" data-tracking="instagram|follow|bottom"></a></li></ul></h4></div><div class="kitemarks"><div class="ipso"></div><a class="trust-project" href="/about-us/"></a></div><ul id="utility-links"><li><a href="https://www.inyourarea.co.uk/">InYourArea</a></li><li><a href="https://discountcode.mirror.co.uk">Discount Codes</a></li><li><a href="https://www.coventrytelegraph.net/contact-us/">Contact Us</a></li><li><div itemprop="publisher" itemscope="itemscope" itemtype="https://schema.org/NewsMediaOrganization"><meta itemprop="publishingPrinciples" content="https://www.coventrytelegraph.net/about-us/"/><meta itemprop="name" content="coventrytelegraph"/><meta itemprop="url" content="https://www.coventrytelegraph.net/"/><div itemprop="logo" itemscope="itemscope" itemtype="https://schema.org/ImageObject"><meta itemprop="url" content="https://s2-prod.coventrytelegraph.net/@trinitymirrordigital/marwood/TM/publications/coventrytelegraph/img/logo-coventrytelegraph@2x.png"/></div></div><a href="https://www.coventrytelegraph.net/about-us/">About Us</a></li><li><a href="https://www.coventrytelegraph.net/subscriptions/">Subscriptions</a></li><li><a href="https://www.coventrytelegraph.net/advertising/">Advertise with Us</a></li><li><a href="http://goaltime.contagioussports.com/">Goal Time</a></li><li><a href="https://www.coventrytelegraph.net/how-to-complain/">How to Complain</a></li><li><a href="https://www.coventrytelegraph.net/corrections-clarifications/">Corrections and Clarifications</a></li><li><a href="https://www.coventrytelegraph.net/google-survey/">Google Survey</a></li><li><a href="https://www.coventrytelegraph.net/reader-panel/">Reader Panel</a></li><li><a href="https://www.coventrytelegraph.net/terms-conditions/">Terms &amp; Conditions</a></li><li><a href="https://www.coventrytelegraph.net/privacy-policy/">Privacy Policy</a></li><li><a href="https://www.coventrytelegraph.net/cookie-policy/">Cookie Policy</a></li><li><a href="https://www.coventrytelegraph.net/rss-feeds/">Our RSS Feeds</a></li><li><a href="//www.coventrytelegraph.net/">© 2018 a Reach plc subsidiary</a></li><li></li></ul></footer>
<script src="https://s2-prod.coventrytelegraph.net/@trinitymirrordigital/article-service/js/article-service.min.js?v=46099a166c6ba31d469f4bee3d08e3ca" defer="defer" async="async"></script>
<script src="https://s2-prod.coventrytelegraph.net/@trinitymirrordigital/marwood/TM/js/homepage.min.js?v=fcf2fc9cbb7d8956990b56df592f6df1" defer="defer" async="async"></script><script src="https://s2-prod.coventrytelegraph.net/@trinitymirrordigital/chameleon-partnership-widgets/js/partner.min.js?v=309dba047176778318d77d3bd75c0b53" defer="defer" async="async"></script><script src="https://s2-prod.coventrytelegraph.net/@trinitymirrordigital/withnail/scriptsCore/js/withnail.min.js?v=f7f0a161c3149ad51a4e17ee90b14fdd" defer="defer" async="async"></script><script src="https://s2-prod.coventrytelegraph.net/@trinitymirrordigital/chameleon-static-html/js/chameleon-static-html.min.js?v=46f66d15d5b1855776c230e342ce921f" defer="defer" async="async"></script><script src="https://s2-prod.coventrytelegraph.net/@trinitymirrordigital/chameleon-sso/js/chameleon-sso.min.js?v=39f0204ccc13b52dc6f39ea4f0ab8b10" defer="defer" async="async"></script>
<div class="widget code html widget-editable viziwyg-section-39272 inpage-widget-13819776" >
<script async src="https://felix.data.tm-awx.com/felix.min.js" ></script>
</div>
</body>
</html>
