<!--
function init(NengaFlg){

	if(!NengaFlg){
		myD = new Date();
		myYear = myD.getYear();
		myMonth = myD.getMonth() + 1;
		myDate = myD.getDate();

		if(1==myMonth && 1<=myDate && 6>=myDate){
			// 1/1`1/6HTML
			location.href="exe_fortune.php";
		}
	}
}
// -->

