//<script type="text/javascript">
// iPhoneまたは、Androidの場合は振り分けを判断 
function furiwake(){
	if (document.referrer.indexOf('naruse-seikotsu.com') == -1 
		&&  ((navigator.userAgent.indexOf('iPhone') > 0 && navigator.userAgent.indexOf('iPad') == -1) || navigator.userAgent.indexOf('iPod') > 0 || navigator.userAgent.indexOf('Android') > 0)) 
	 {
		if(confirm('成瀬整骨院Webへようこそ。\nこのサイトにはスマートフォン用のサイトがあります。\n表示しますか？')) 
	 	{ 
	  		location.href = 'http://www.naruse-seikotsu.com/mobile_smart/';
		}
	} 
}
//</script>


