// cookieControl version 5.0 (2012-06-15, R191, greg) // Copyright (c) 2012 Civic UK (http://www.civicuk.com/cookie-law/) function cookieControl(a) { if (typeof (a) == "undefined") { a = { pollPeriod : 25, pollIncrement : 1.25 } } a.pollPeriod = a.pollPeriod || 25; a.pollIncrement = a.pollIncrement || 1.25; a.jQueryUrl = a.jQueryUrl || "http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"; if (typeof (jQuery) == "undefined" || parseInt(jQuery.fn.jquery.replace(/\./g, "")) < 144) { document.write('