//
// Check the iPhone
//
var is_iphone = navigator.userAgent.indexOf("iPhone", 0);
var is_ipod		= navigator.userAgent.indexOf("iPod", 0);

if((is_iphone & is_ipod) > -1){
	document.location = "http://www.kyuman.co.jp/iphone/";
}
