if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)))
{
location.replace("iphone.html");
}
if((navigator.userAgent.match(/iPad/i)))
{
location.replace("iphone.html");
}
