	if(navigator.platform.indexOf("Win") < 0){
		location.href = "/kouseisai/noActiveX.html";
	}
	else {
		if(navigator.appVersion.indexOf("MSIE") < 0){
		location.href = "/kouseisai/noActiveX.html";
	}
	}
	//try {
		//var objAA = new ActiveXObject("JUGEMUPLAYERMP.JuGeMuPlayerMPCtrl.1");
	//} catch (e) {
		//location.href = "http://jpimg.digital.archives.go.jp/kouseisai/noActiveX.html";
//	}

