function detectCookie(){var A={createCookie:function(D,E,F){if(F){var C=new Date();C.setTime(C.getTime()+(F*24*60*60*1000));var B="; expires="+C.toGMTString()}else{var B=""}document.cookie=D+"="+E+B+"; path=/"},getCookie:function(D){var E=document.cookie.indexOf(D+"=");var B=E+D.length+1;if((!E)&&(D!=document.cookie.substring(0,D.length))){return null}if(E==-1){return null}var C=document.cookie.indexOf(";",B);if(C==-1){C=document.cookie.length}return unescape(document.cookie.substring(B,C))},cookieEnabled:function(){this.createCookie("browserDetection","browserDetection",0);if(this.getCookie("browserDetection")==null){return false}else{return true}}};return A}function checkCookie(){if(!detectCookie().cookieEnabled()){window.top.document.location.href="cerez.jsp"}};