'\r\n }\r\n );\r\n\r\n function setCookie(name, value, days) {\r\n var d = new Date;\r\n d.setTime(d.getTime() + 24*60*60*1000*days);\r\n document.cookie = name + \"=\" + value + \";path=\/;expires=\" + d.toGMTString();\r\n }\r\n\r\n function setSessionCookie(name, value) {\r\n document.cookie = name + \"=\" + value + \";path=\/\";\r\n }\r\n\r\n function getCookie(name) {\r\n var v = document.cookie.match('(^|;) ?' + name + '=([^;]*)(;|$)');\r\n return v ? v[2] : null;\r\n }\r\n\r\n \/\/ Create
-element within the respective iframe to display the defined data-security message and get consent for loading the iframe content.\r\n function wrap(el, wrapper, type, text) {\r\n el.parentNode.insertBefore(wrapper, el);\r\n wrapper.className = 'privacy-msg privacy-'+type+'-msg';\r\n wrapper.style.width = el.clientWidth+'px';\r\n wrapper.style.height = el.clientHeight+'px';\r\n wrapper.innerHTML = text +''+config.showContentLabel+'<\/a>';\r\n if(config.enableCookies){\r\n wrapper.innerHTML = wrapper.innerHTML + '