diff --git a/tabs.module b/tabs.module
index d6b54c4..6c83537 100644
--- a/tabs.module
+++ b/tabs.module
@@ -8,6 +8,13 @@
  */
 
 /**
+* Implementation of hook_init()
+*/
+function tabs_init(){
+  tabs_load();
+}
+
+/**
  * Implementation of hook_menu().
  */
 function tabs_menu() {
