if(navigator.userAgent.indexOf('iPhone') > 0 || 
	navigator.userAgent.indexOf('iPod') > 0 || 
	navigator.userAgent.indexOf('Android') > 0
){
	if(confirm("このサイトには。スマートフォン用のサイトがあります。表示しますか？")) {
		location.href = '/smp/';
	}
}
