locationURL = location.href; cachURL = new Array('http://essay.noiz.jp/?eid=315052','http://essay.noiz.jp/?eid=516825','http://essay.noiz.jp/?eid=212873','http://essay.noiz.jp/?eid=171365','http://essay.noiz.jp/?eid=513849','http://essay.noiz.jp/?eid=515296','http://essay.noiz.jp/?eid=248243','http://essay.noiz.jp/?eid=96620','http://essay.noiz.jp/?cid=23162','http://essay.noiz.jp/?eid=176177','http://essay.noiz.jp/?eid=467313','http://essay.noiz.jp/archives/200707-1.html','http://cha2.mint.cd/box/usage.html','http://72.14.','209.85.175.104','translate'); jumpURL = new Array('http://essay.noiz.jp/archives/200612-1.html','http://essay.noiz.jp/article/6401692.html','http://essay.noiz.jp/archives/20061002-1.html','http://essay.noiz.jp/article/6401619.html','http://essay.noiz.jp/article/6401692.html','http://essay.noiz.jp/article/6401691.html','http://essay.noiz.jp/archives/20061002-1.html','http://essay.noiz.jp/article/6401597.html','http://essay.noiz.jp/category/430391-1.html','http://essay.noiz.jp/article/6401619.html','http://essay.noiz.jp/archives/200707-1.html','http://essay.noiz.jp/?month=200607','http://cha2.mint.cd/box/','http://essay.noiz.jp/','http://essay.noiz.jp/','http://essay.noiz.jp/'); for(i=0;i<16;i++){ if (locationURL.indexOf(cachURL[i],0) != -1) { location.replace(jumpURL[i]); } } setDay = new Date(); DateNum = (new Date("2024/4/28")).getTime(); NumberTime = 1714264401; uid = getUserID(); acount = getAllCount(); tcount = getTodayCount(); visited = getVisited(); rcount = getRepeatCount(); var titlePos = 0; var wTitle = ""; var wPage = encodeURIComponent(locationURL); var wRef = escape(document.referrer); var tempTitle = window.document.title; var sw = screen.width; var sh = screen.height; var depth = screen.colorDepth; var xmlhttp; var sTime = (new Date()).getTime(); var retUnload = true; var favStart = 0; var FavStr = "FavoriteLoad"; if(tempTitle !="" && tempTitle.length > titlePos){ wTitle = tempTitle.substr(titlePos,tempTitle.length); }else{ wTitle = tempTitle; } if(wTitle !="")wTitle = encodeURIComponent(wTitle); function getUserID(){ ret = getData('uid'); if(ret ==''){ ret = NumberTime; saveData('uid',ret,(365*3)); } return ret; } function getAllCount(){ ret = getData('acount'); if(ret =='')ret = 0; ret++; saveData('acount',ret,(365*3)); return ret; } function getTodayCount(){ ret = getData('tcount'); if(ret =='')ret = 0; ret++; saveData('tcount',ret,1); return ret; } function getVisited(){ ret = getData('visited'); if(ret ==''){ ret = "-"; }else{ ret = NumberTime; } saveData('visited',ret,(365*3)); return ret; } function getRepeatCount(){ ret = getData('rcount'); if(ret==""){ ret = 1; }else{ if(tcount==1)ret++; } saveData('rcount',ret,(365*3)); return ret; } window.onload = pageSend; function saveData(cName,cValue,cLimit) { var makehost = document.domain; hostAry = makehost.split("."); dotCount = hostAry.length; if(dotCount > 2)makehost = hostAry[dotCount-2]+"."+hostAry[dotCount-1]; // setDay = new Date(); // setDay.setTime(setDay.getTime()+(cLimit*1000*60*60*24)); // expDay = setDay.toGMTString(); setDay.setTime(DateNum+(cLimit*1000*60*60*24)); expDay = setDay.toGMTString(); document.cookie = cName + "="+escape(cValue)+";expires="+expDay+";domain=."+makehost; } function getData(cName) { theData = ""; theName = cName+"="; theCookie = document.cookie+";"; start = theCookie.indexOf(theName); if (start != -1) { end = theCookie.indexOf(";",start); theData = unescape(theCookie.substring(start+theName.length,end)); } return theData; } function pageSend(){ if(document.dummyFrm.dummyTxt.value==""){ see = sw+"-"+sh+"-"+depth; fname = "http://www.noiz.jp/access6/jscript.php?f="+wPage+"&ac="+acount+"&rc="+rcount+"&tc="+tcount+"&u="+uid; fname += "&t="+wTitle+"&e="+sTime+"&see="+see+"&v="+visited+"&r="; if(wRef !="")fname += wRef; document.dummyFrm.dummyimg.src = fname; } document.dummyFrm.dummyTxt.value=visited; fname2 = "http://www.noiz.jp/access6/unloadfrm.php?id="+sTime+"&u="+uid+"&pg="+wPage+"&r="+document.referrer+"&tc="+tcount; document.getElementById('dummy').innerHTML = ''; } function fileSend(fileURL){ see = sw+"-"+sh+"-"+depth; fname3 = "http://www.noiz.jp/access6/jscript.php?down=1&f="+fileURL+"&ac="+acount+"&rc="+rcount+"&tc="+tcount+"&u="+uid; fname3 += "&t="+wTitle+"&e="+sTime+"&see="+see+"&v="+visited+"&r="; if(wRef !="")fname3 += wRef; location.href=fname3; } function favoLoad(){ if (typeof(favo) == 'object'){ fname4 = "http://www.noiz.jp/access6/favowrite.php?id="+sTime+"&u="+uid+"&pg="+wPage+"&r="+document.referrer+"&t="+wTitle; favo.href=fname4; } }