if (navigator.userAgent.indexOf('iPhone') != -1) {
document.location = "iphone.php";

}

if (screen.width <= 481) {
document.location = "iphone.php";

}
