var path = window.location.href
if(path.indexOf("http://daiko") > -1){
	window.location = "http://www.daiko-kyushu.co.jp/";
}
