function cookieWindow(theURL) { 

   w = screen.availWidth;
   h = screen.availHeight;
   popW=900;popH=600;
  var leftPos = ((w-popW)/2)-2, topPos = (h-popH)/2;

  window.open(theURL,'cookiewindow','status=no,scrollbars=yes,width=' + popW + ',height=' + popH + ',top=' + topPos + ',left=' + leftPos);

}


var p = "http://www.domain.com";var cnt = "<div class=\"cookiealert\"     style=\"text-align:center;position:fixed;z-index:9999999;bottom:0;left:0;width:100%; box-sizing: border-box;border-top:1px solid #ccc;background:#000;padding:10px 20px;color:#fff;font-size:14px;\">   Diese Website benutzt Cookies. Wenn Sie die Website weiter nutzen, stimmen Sie der Verwendung von Cookies zu.    <a href=\"https://azino777-25-26.ru\"  style=\"color:#bbb\">Erfahren Sie mehr zum Datenschutz</a>    &nbsp;&nbsp;<a href=\"javascript:okCookie(0)\" class=\"ok\" style=\"font-weight:bold;background:#777;border-radius:2px;padding:2px 5px;color:white;display:inline-block;text-decoration: none\">Akzeptieren</a></div>";function createCookie(e,t,n){if(n){var o=new Date;o.setTime(o.getTime()+24*n*60*60*1e3);var r="; expires="+o.toGMTString()}else var r="";document.cookie=e+"="+t+r+"; path=/"}function readCookie(e){for(var t=e+"=",n=document.cookie.split(";"),o=0;o<n.length;o++){for(var r=n[o];" "==r.charAt(0);)r=r.substring(1,r.length);if(0==r.indexOf(t))return r.substring(t.length,r.length)}return null}function eraseCookie(e){createCookie(e,"",-1)};
if(readCookie('cookie-alert')!=1 || p=='force') {
    document.write('<div id="cookie-alert">'+cnt+'</div>');
}
var okCookie = function() {
    createCookie('cookie-alert',1,365);
    var element = document.getElementById('cookie-alert');
    element.parentNode.removeChild(element);
  
};
