// JavaScript Document

if ( (navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/Android/i)) || (navigator.userAgent.match(/blackberry/i)) || (navigator.userAgent.match(/iPod/i))) {
   location.replace("/mobile");
}
