//ipad redirect
if((navigator.userAgent.match(/iPad/i)) || (navigator.userAgent.match(/iPad/i))) {
  location.href='http://www.graememitchell.com/m/';
}

