// Creare's 'Implied Consent' EU Cookie Law Banner v:2.4
// Conceived by Robert Kent, James Bavington & Tom Foyster
// Modified by Simon Freytag for syntax, namespace, jQuery and Bootstrap
C = {
// Number of days before the cookie expires, and the banner reappears
cookieDuration: 14,
// Name of our cookie
cookieName: 'complianceCookie',
// Value of cookie
cookieValue: 'on',
// Message banner title
bannerTitle: "Cookies:",
// Message banner message
bannerMessage: "This site uses cookies to deliver its services. We do not share your visit with any third party.",
// Message banner dismiss button
bannerButton: "OK",
// Link to your cookie policy.
bannerLinkURL: "/wiki/Cookies",
// Link text
bannerLinkText: "Read more",
// Text alignment
alertAlign: "center",
// Link text
buttonClass: "btn-success btn-xs",
createDiv: function() {
var banner = $(
'