/*
* Full version viewed at /util-objects.js
*/
if(typeof Object.create!=="function"){Object.create=function(b){function a(){}a.prototype=b;return new a()}}(function(a){a.makePublic=function(b){a.each(b,function(c,d){a.fn[c]=function(g,e){var f=Array.prototype.slice.call(arguments,1);if(this.length){return this.each(function(){var h=a.data(this,c);if(h){h[g].apply(h,f)}else{h=a.data(this,c,Object.create(d).init(g,this))}})}}})}})(jQuery);
