diff --git a/html/early.js b/html/early.js
index 1e1a65d..976fcba 100644
--- a/html/early.js
+++ b/html/early.js
@@ -1,6 +1,15 @@
// This was functionality of script.js, moved it to here to start the downloading of track history earlier
"use strict";
+
+// TAR1090 application object
+let TAR;
+TAR = (function (global, jQuery, TAR) {
+ return TAR;
+}(window, jQuery, TAR || {}));
+
+let g = {};
+
let Dump1090Version = "unknown version";
let RefreshInterval = 1000;
let globeSimLoad = 6;
diff --git a/html/index.html b/html/index.html
index 116276b..431399b 100644
--- a/html/index.html
+++ b/html/index.html
@@ -1073,7 +1073,13 @@
-
+
+
+
+
+
+
+