function CookieNotice(){}; CookieNotice.cookieNotice = { 'cookieMessage':'We collect and store information on your device when you use this website including setting cookies. Some are essential, while others are used to enhance your experience, and to operate and improve the website. You can withdraw your consent at any time for non-strictly necessary cookies. Please choose the accept all button if you consent for us to use these non-strictly necessary cookies and the personal information they collect for the purposes described in our Cookie Notice.', 'cookieLink':'Cookie Notice', 'cookieSettings':'Customise settings', 'cookieAllowAll':'Accept all cookies', 'cookieDisableAll':'Disable non-essential','cookieSave':'Save choices','cookieMandatory':'Always Active','privacyHeading':'
Privacy Preference Center
', 'privacyIntro':'When you visit any web site, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience.
Because we respect your right to privacy, you can choose not to allow some types of cookies. For each of the cookie categories you can use the sliders to consent to them being stored. However, blocking some types of cookies may impact your experience of the site and the services we are able to offer.
To read about this, click Cookie Notice.
', 'privacyListHeading':'Manage Consent Preferences
', 'privacyListCookie':[ {'cookieTitle':'Necessary Cookies', 'cookieActive':'Yes','cookieMandatory':'Yes','cookieDescription':'These cookies are necessary for the website to function. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms. You can set your browser to block or alert you about these cookies, but some parts of the site may not then work. These cookies do not store any personal data.
COOKIE DETAILS','cookieList':['cookieMessage']},{'cookieTitle':'Functional Cookies', 'cookieActive':'No','cookieMandatory':'No', 'cookieDescription':'These cookies enable the website to provide enhanced functionality and personalisation. They may be set by us or by third party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.
COOKIE DETAILS','cookieList':['APISID','CONSENT','HSID','LOGIN_INFO','PREF','SAPISID','SID','SSID','VISITOR_INFO1_LIVE','YSC']},{'cookieTitle':'Analytics Cookies', 'cookieActive':'No','cookieMandatory':'No','cookieDescription':'These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not know when you have visited our site, and will not be able to monitor its performance.
COOKIE DETAILS','cookieList':['_gat','_gid','_ga']} ] }; CookieNotice.getCookie= function(name) { var nameEQ = name + '='; var ca = document.cookie.split(';'); for(var i=0;i < ca.length;i++) { var c = ca[i]; while (c.charAt(0)==' ') c = c.substring(1,c.length); if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length); } return null; }; CookieNotice.isBitSet = function(name,bitpos){ var cookieValue=CookieNotice.getCookie(name); if(cookieValue==null){ return false; } return !!(cookieValue & (1<<(bitpos-1)));}