var agent = navigator.userAgent;
if(agent.indexOf('iPhone')!=-1 || agent.indexOf('iPod')!=-1){
	location.href='index_i.html';
}