var Terryberry = { init: function() { var self = this; if (self.route.controller != '') sjsMvc.init({ route: self.route, script: self.script }); }, controllers: { model: {} }, route: { model: 'Terryberry.controllers.model', view: 'get_requestreset', controller: 'Terryberry.controllers.authorize' }, script: { base: 'Terryberry.controllers.base', version: '2.2.3896.26422', path: '/scripts/', file: 'controllers-min.js' } }; Terryberry.init();