if (navigator.userAgent.indexOf('iPhone') != -1) {
document.location = "index_iphone.html";

}
