if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i))) {
	var manager = new CookieManager();
	flg = manager.getCookie("viewPC");
	if(flg != "1"){
		location.href = "iphone/index.html";
	}
}
