// CHECKS IF USER IS ON MOBILE if (screen.width <= 699) { location.href = '/mobile'; }