// JavaScript Document
(function(){
  var ua = navigator.userAgent;
  if(ua.match(" AppleWebKit/") && ua.match(" Mobile/")){
  location.href='iphone/test/index.html';
  }
})()