var fisJQ = {
        _a: [], _s: [], _d: [], _l: [], _o: [], _c: [], _cs: [],
        addLogical: function() {
            this._l.push(arguments)
        },
        addStyle: function() {
            this._s.push(arguments)
        },
        declareAvailable: function() {
            this._d.push(arguments)
        },
        available: function() {
            this._a.push(arguments)
        }








    } 
