if (document.URL.indexOf("fullbrowser") == -1) {
	if(navigator.userAgent.indexOf("iPhone") != -1)
   		window.location = "mobile/index.html";
}