// JavaScript Document
function is_iphone() {
	if((navigator.userAgent.match(/iPhone/i))||(navigator.userAgent.match(/iPod/i))){
	window.location.replace("VERSION_5/iPhone/index.php");}
}
