if (navigator.userAgent.indexOf('iPhone') != -1||
navigator.userAgent.indexOf('Android') != -1) {
　　if(confirm('スマートフォン向けのページを表示しますか？')){
　　　location.href = "http://www.lay-up.net/i/"; }
}

