if(navigator.userAgent.indexOf('iPhone')!=-1){
location.href='../index.html';
} else if(navigator.userAgent.indexOf('iPod')!=-1){
location.href='../index.html';
}

