var WITNIK = window.WITNIK || function () {
    
    if (typeof Object.create !== 'function') {
        Object.create = function (o) {
            function F() {}
            F.prototype = o;
            return new F();
        };
    };
    
    return {}
    
}();
