if (screen.width >= 1280) {
  window.location.href;
} else {
  window.location.href = "http://balloonboys.de/info/screen.php";
}

