public static function getInstance()
 {
     if (!self::$instance) {
         self::$instance = new OnTheGoSystemsStyles_Class();
     }
     return self::$instance;
 }
 function on_the_go_systems_branding_init()
 {
     global $on_the_go_system_branding;
     $on_the_go_system_branding = OnTheGoSystemsStyles_Class::getInstance();
 }