// JavaScript Document
var AppWidth=screen.width;
if(  (navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i))  || (navigator.userAgent.match(/Android/i) && AppWidth < 400 ||  AppWidth < 400 ) )
{location.href='/iphone/index.html';}
