    if (screen.width < 500)
    {
      document.location="mobile/index.php";
    }