if(navigator.userAgent.indexOf('iPhone')!=-1){
} else if(navigator.userAgent.indexOf('iPod')!=-1){
} else {
location.href='./pc/index.html';
}


