<link rel="stylesheet" type="text/css" href="http://mydomain.com/templates/templatename/cookieconsent.min.css" /><script src="http://mydomain.com/templates/templatename/cookieconsent.min.js"></script><script>window.addEventListener("load", function(){window.cookieconsent.initialise({ "palette": { "popup": { "background": "#000" }, "button": { "background": "#f1d600" } }, "showLink": false, "type": "opt-out"})});</script>