var BizFree = window.BizFree = {}; BizFree.UI = {}; /* only-paran-user */ BizFree.UI.onlyParenUser = function() { $('#only-paran-user').jqm({ modal: true, onHide: function(hash) { self.location.href = '/'; return; }, //overlayClass: 'only-paran-user-overlay', _: null }).jqmShow(); }