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