var ua_check = true;
if( ua_check && ( !navigator.userAgent || navigator.userAgent.match( /iPod|iPhone/ ) ) ){
	switch(go) {
		case "corp":
		target = "corp"; setiPhoneCookie('iphoneCnt', target, 0, null, "/");
		location.href = '/sp/ja/';
		break;
	
		case "csr":
		target = "csr"; setiPhoneCookie('iphoneCnt', target, 0, null, "/");
		location.href = '/sp/ja/';
		break;
		
		case "biz":
		target = "biz"; setiPhoneCookie('iphoneCnt', target, 0, null, "/");
		location.href = '/sp/ja/';
		break;
		
		case "pr":
		target = "pr"; setiPhoneCookie('iphoneCnt', target, 0, null, "/");
		location.href = '/sp/ja/';
		break;
		
		case "ir":
		target = "ir"; setiPhoneCookie('iphoneCnt', target, 0, null, "/");
		location.href = '/sp/ja/';
		break;
		
		case "net":
		target = "net"; setiPhoneCookie('iphoneCnt', target, 0, null, "/");
		location.href = '/sp/ja/';
		break;
		
		case "spirit":
		target = "spirit"; setiPhoneCookie('iphoneCnt', target, 0, null, "/");
		location.href = '/sp/ja/spirit/';
		break;
		
		case "ja":
		target = "ja"; setiPhoneCookie('iphoneCnt', target, 0, null, "/");
		location.href = '/sp/ja/';
		break;
		
		case "corp_e":
		target = "corp_e"; setiPhoneCookie('iphoneCnt', target, 0, null, "/");
		location.href = '/sp/en/';
		break;
	
		case "csr_e":
		target = "csr_e"; setiPhoneCookie('iphoneCnt', target, 0, null, "/");
		location.href = '/sp/en/';
		break;
		
		case "biz_e":
		target = "biz_e"; setiPhoneCookie('iphoneCnt', target, 0, null, "/");
		location.href = '/sp/en/';
		break;
		
		case "pr_e":
		target = "pr_e"; setiPhoneCookie('iphoneCnt', target, 0, null, "/");
		location.href = '/sp/en/';
		break;
		
		case "ir_e":
		target = "ir_e"; setiPhoneCookie('iphoneCnt', target, 0, null, "/");
		location.href = '/sp/en/';
		break;
		
		case "net_e":
		target = "net_e"; setiPhoneCookie('iphoneCnt', target, 0, null, "/");
		location.href = '/sp/en/';
		break;
		
		case "spirit_e":
		target = "spirit"; setiPhoneCookie('iphoneCnt', target, 0, null, "/");
		location.href = '/sp/en/spirit/';
		break;
		
		case "en":
		target = "en"; setiPhoneCookie('iphoneCnt', target, 0, null, "/");
		location.href = '/sp/en/';
		break;
		
		default:
		break;
	}	
	
}