window.addEventListener("load", function(){ window.cookieconsent.initialise({ "palette": { "popup": { "background": "#eaf7f7", "text": "#5c7291" }, "button": { "background": "#56cbdb", "text": "#ffffff" } }, "theme": "edgeless", "position": "top", "static": true, "content": { "message": "We use cookies on this site to improve performance and for analytics. By browsing this site, or clicking the 'I agree' button, you are agreeing to this. For more information see our Privacy Policy.", "dismiss": "I agree", "href": "https://www.sendspace.com/privacy_policy.html" } });});