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

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