
	function r2ch2(){
		var page=new Array()

//----- 下にも同じ設定があるので忘れないように --------

		page[1]="r2_0101.html";			//月曜日のｒ２
		page[2]="r2_0102.html";			//火曜日のｒ２
		page[3]="r2_0103.html";			//水曜日のｒ２
		page[4]="r2_1228.html";			//木曜日のｒ２
		page[5]="r2_1229.html";			//金曜日のｒ２
		page[6]="r2_1230.html";			//土曜日のｒ２
		page[0]="r2_1231.html";			//日曜日のｒ２

//----- 下にも同じ設定があるので忘れないように --------

		var f=frames["r2"];
		var today = new Date();
		var week = today.getDay();

		gethour = today.getHours();			//時取り出し
		if (gethour >= 23){				//18時以降は翌日分
			week = week + 1;			//設定時刻以降、翌日扱い
			if (week > 6){
				week = 0;
			}
		}

//		getmin = today.getMinutes();		//テスト用（分取り出し）
//		week = getmin % 7;

	if(f.location.relace){
		r2.location.relace(page[week]);
	}
	else{
		r2.location.href=page[week];
	}

	}
	function r2chang(){
		var today = new Date();
		var week = today.getDay();

		gethour = today.getHours();			//時取り出し）
		if (gethour >= 23){					//18時以降は翌日分
			week = week + 1;			//設定時刻以降、翌日扱い
			if (week > 6){
				week = 0;
			}
		}

//		getmin = today.getMinutes();		//テスト用（分取り出し）
//		week = getmin % 7;

		var page=new Array()

//----- 上にも同じ設定があるので忘れないように --------

		page[1]="r2_0101.html";			//月曜日のｒ２
		page[2]="r2_0102.html";			//火曜日のｒ２
		page[3]="r2_0103.html";			//水曜日のｒ２
		page[4]="r2_1228.html";			//木曜日のｒ２
		page[5]="r2_1229.html";			//金曜日のｒ２
		page[6]="r2_1230.html";			//土曜日のｒ２
		page[0]="r2_1231.html";			//日曜日のｒ２

//----- 上にも同じ設定があるので忘れないように --------

		parent.r2.location.href=page[week];

	}
	function ovrTOP()
	{
		document.TOP.src = "images/top1.gif";
	}
	function outTOP()
	{
		document.TOP.src = "images/top2.gif";
	}

	function ovrPRO()
	{
		document.PRO.src = "images/corp1.gif";
	}
	function outPRO()
	{
		document.PRO.src = "images/corp2.gif";
	}

	function ovrREC()
	{
		document.REC.src = "images/recr1.gif";
	}
	function outREC()
	{
		document.REC.src = "images/recr2.gif";
	}

	function ovrEML()
	{
		document.EML.src = "images/email1.gif";
	}
	function outEML()
	{
		document.EML.src = "images/email2.gif";
	}

	function ovrREG()
	{
		document.REG.src = "images/regis1.gif";
	}
	function outREG()
	{
		document.REG.src = "images/regis2.gif";
	}
