if( navigator.appVersion.indexOf("iPhone") > 0 )
{
	var newURL = "/iphone";
	location.href = newURL;
}