/**
 * ...
 * @author michiro
 */
if(navigator.userAgent.match(/iPad/i)) {
	location.href="index2.html";
}else if(navigator.userAgent.match(/iPhone/i)) {
	location.href="index2.html";
}
