(function() { var site_hostname = 'phica.net'; var widthExoLayer = 300 + 20; var heightExoLayer = 100; var closedStatus = false; Date.prototype.addHours = function(h) { this.setHours(this.getHours()+h); return this; }; 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() + ";domain=." + site_hostname + ";path=/"; document.cookie=c_name + "=" + c_value; } function getCookie(c_name) { var i,x,y,ARRcookies=document.cookie.split(";"); for (i=0;i