<!--

daicheck = getCookie("daimojin");

if (daicheck == "") {
	daicheck = "off";
	setCookie("daimojin", daicheck);
}


url1 = location.pathname;
url2 = url1.replace(".html", "_d.html");

if (daicheck == "on") {
	location.replace( url2 );
}




// -->
