// JavaScript Document

if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)))
{
       window.location = "mobile/index.html";
}
