if ((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)))
{
location.href='http://iphone.mivphotography.com';
}

if ((navigator.userAgent.match(/iPad/i)))
{
location.href='http://ipad.mivphotography.com';
}
