if ((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)))
{
location.href='http://mobile.equipedesign.net/';
}

if ((navigator.userAgent.match(/iPad/i)))
{
location.href='http://mobile.equipedesign.net/';
}
