(function() { var widthExoLayer; var heightExoLayer; var marginExoLayer; marginExoLayer = 20; widthExoLayer = 250; heightExoLayer = 150;; var exoDocumentProtocol = (document.location.protocol != "https:" && document.location.protocol != "http:") ? "https:" : document.location.protocol; function setCookie(c_name, value, hours_lifetime) { var exdate=new Date(); exdate.setHours(exdate.getHours()+hours_lifetime); 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