cookieControl({ introText:'This site uses some unobtrusive cookies to store information on your computer.', fullText:'

Some cookies on this site are essential, and the site won’t work as expected without them. These cookies are set when you login or interact with the site by doing something that goes beyond clicking on simple links.

We also use some non-essential cookies to anonymously track visitors or enhance your experience of the site. If you’re not happy with this, then you will need to adjust your browser settings (external link) to control these cookies.

By using our site you accept the terms of our Privacy Policy.

', position:'left', // left or right shape:'diamond', // triangle or diamond theme:'dark', // light or dark startOpen:true, autoHide:6000, subdomains:true, protectedCookies: [], //list the cookies you do not want deleted ['analytics', 'twitter'] consentModel:'information_only', onAccept:function(){ccAddAnalytics()}, onReady:function(){}, onCookiesAllowed:function(){ccAddAnalytics()}, onCookiesNotAllowed:function(){}, countries:'United Kingdom,Netherlands' // Or supply a list ['United Kingdom', 'Greece'] }); function ccAddAnalytics() { jQuery.getScript("http://www.google-analytics.com/ga.js", function() { var GATracker = _gat._createTracker(''); GATracker._trackPageview(); }); }