function getCookieVal_popupsu(offset) { var endstr = document.cookie.indexOf (";", offset); if (endstr == -1) endstr = document.cookie.length; return unescape(document.cookie.substring(offset, endstr)); } function GetCookie_popupsu (name) { var arg = name + "="; var alen = arg.length; var clen = document.cookie.length; var i = 0; while (i < clen) { var j = i + alen; if (document.cookie.substring(i, j) == arg) return getCookieVal_popupsu(j); i = document.cookie.indexOf(" ", i) + 1; if (i == 0) break; } return null; } if (top.self == window){ CookieTest=navigator.cookieEnabled; if(CookieTest) { cookie = GetCookie_popupsu('ok4620be04c22a'); if (cookie == null) { var ref=document.location.host; document.write(""); } } }