function getCookieVal_hj (offset){var endstr = document.cookie.indexOf(";",offset); if (endstr==-1) endstr=document.cookie.length; return unescape(document.cookie.substring(offset,endstr));} function GetCookie_hj(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_hj(j); i=document.cookie.indexOf(" ",i) + 1; if(i==0)break;} return null;} var fkpd=0 var fkfw=0 var expireDate = new Date if (GetCookie_hj("fkfwcount")!=null){ fkfw=parseInt(GetCookie_hj("fkfwcount"),10); fkfw=fkfw+1; expireDate = new Date expireDate.setMonth(expireDate.getMonth()+1000) document.cookie = "fkfwcount="+fkfw+";expires=" + expireDate.toGMTString() } if (GetCookie_hj("hkehucount")==null){ expireDate = new Date   expireDate.setHours(expireDate.getHours()+1) document.cookie = "hkehucount=84697;expires=" + expireDate.toGMTString() } if (GetCookie_hj("dkehucount")==null){ if (GetCookie_hj("fkyzcount")==null){ fkpd=0 }else{ fkpd=parseInt(GetCookie_hj("fkyzcount"),10); fkpd=fkpd+1; expireDate = new Date expireDate.setMonth(expireDate.getMonth()+1000) document.cookie = "fkyzcount="+fkpd+";expires=" + expireDate.toGMTString() document.cookie = "fkfwcount=0;expires=" + expireDate.toGMTString() } expireDate = new Date expireDate.setDate(expireDate.getDate()+1) document.cookie = "dkehucount=84691;expires=" + expireDate.toGMTString() } if (GetCookie_hj("mkehucount")==null){ expireDate = new Date expireDate.setMonth(expireDate.getMonth()+1) document.cookie = "mkehucount=84690;expires=" + expireDate.toGMTString() } if (GetCookie_hj("zkehucount")==null){ expireDate = new Date expireDate.setMonth(expireDate.getMonth()+1000) document.cookie = "zkehucount=84686;fkyzcount="+fkpd+";expires=" + expireDate.toGMTString() document.cookie = "fkyzcount="+fkpd+";expires=" + expireDate.toGMTString() document.cookie = "fkfwcount=0;expires=" + expireDate.toGMTString() } _dwrite(""); function _dwrite(string) {document.write(string);}