var cookies_on = { getCookie: function (b) { if ("" != document.cookie) { var a = document.cookie.split("; "); for (i = 0; i < a.length; i++) { var c = a[i].split("=")[0], d = a[i].split("=")[1]; if (c == b) return unescape(d) } } }, setCookie: function (b, a, c) { c = (new Date).getTime() + 864E5 * c; document.cookie = b + "=" + a + "; EXPIRES=" + (new Date(c)).toGMTString() + "; path=/" } }; window.onload = function () { if ("1" != cookies_on.getCookie("js_on")) { var b = document.getElementsByTagName("body")[0], a = document.createElement("div"); a.className = "JSWrapper"; a.style.cssText = "position:relative; width:100%; margin:0; opacity:1; z-index:1;"; a.innerHTML = '