var ua=navigator.userAgent;

//iPhone
if(ua.indexOf("iPhone") > 0){
	window.location = "http://oita-lexus.com/ipn/";
}


//
