(function() { var widthExoLayer; var heightExoLayer; var marginExoLayer; marginExoLayer = 20; widthExoLayer = 250; heightExoLayer = 150;; var frequency = 720; var exoDocumentProtocol = (document.location.protocol != "https:" && document.location.protocol != "http:") ? "https:" : document.location.protocol; function setCookie(c_name, value, minutes_ttl) { var exdate = new Date(); exdate.setMinutes(exdate.getMinutes() + minutes_ttl); var c_value = escape(value) + "; expires=" + exdate.toUTCString() + ";path=/"; document.cookie = c_name + "=" + c_value; } function getCookie(c_name) { var i,x,y,ARRcookies=document.cookie.split(";"); for (i=0;i