// JavaScript Document
if(navigator.userAgent.match(/iPhone/i)){
location.href = "m/index.html" 
}
