static function init()
 {
     if (is_null(self::$instance)) {
         self::$instance = new Jetpack_JITM();
     }
     return self::$instance;
 }