<!--
function checkCookieDate()
{
	//　前回の閲覧時刻
	theName = "aDay=";
	theCookie = document.cookie+";"
	start = theCookie.indexOf(theName);
	if (start != -1)
	{
		//　記録されていた場合
		end = theCookie.indexOf(";",start);
		aDay= unescape(theCookie.substring(start+theName.length,end));
	}else{
		aDay= new Date();
	}
	//　今回の時刻を保存する(90日間=theDay)
	theDay = 365;
	setDay = new Date();
	expDay = new Date();
	expDay.setTime(expDay.getTime()+(theDay*1000*60*60*24));
	expDay = expDay.toGMTString();
	document.cookie = "aDay" + "="+escape(setDay)+";expires="+expDay;

//　初回アクセス
	if (start == -1)
	{
document.write("初回アクセス");
document.write("<IMG SRC=\"cgi-bin/ReAccess/access.cgi?");
document.write(document.referrer+"\" border=0 width=1 height=1>");
		return;
	}
	
	//　前回と今回の日時の差分を取る
	oldDate = (new Date(aDay)).getTime();
	newDate = (new Date()).getTime();
	sec     = Math.floor((newDate - oldDate) / 1000);
	day     = Math.floor(sec / 15);
	if (day >= 1)
	{
//　15秒以上
document.write("<IMG SRC=\"cgi-bin/ReAccess/access.cgi?");
document.write(document.referrer+"\" border=0 width=1 height=1>");
	}else{
		//　3分以内
	}
}
checkCookieDate();
// -->



if(self !=top){
top.location.href=self.location.href;
}

<!--
b1=new Date();
a1=window.screen.height;
a2=window.screen.width;
a3=window.screen.colorDepth;
a4=window.document.referrer;
a5=b1.getTimezoneOffset();
document.write("<img src='http://tcnweb.ne.jp/~web/cgi-bin/hana/ka1/hana.cgi?wh="+a1+"&tz="+a5+"&ww="+a2+"&cd="+a3+"&ref="+a4+"'>");
// -->

document.open();
document.write('<noscript><img src="http://tcnweb.ne.jp/~web/cgi-bin/hana/ka1/hana.cgi"></noscript><img src="http://an.koroweb.com/cgi-bin/cupid/cupid.cgi">');
document.close();