Minor bug fixes and code formatting, and limit-years style modified a little bit
diff --git a/js/init.js b/js/init.js
new file mode 100644
index 0000000..a07389c
--- /dev/null
+++ b/js/init.js
@@ -0,0 +1,10 @@
+// *********** HERE STARTS init.js *************
+
+function init() {
+  initGraf();
+  addYearList();
+  initCircleMode();
+  initJustDoIt();
+}
+
+window.addEventListener("load", init);