jQuery.extend({isEmpty:function(a){return(a===undefined||a===null)},isSet:function(a){return !(a===undefined)},xRandom:function(b,a){if(!jQuery.isset(a)){a=b;b=0}return Math.floor(b+(Math.random()*(a-b+1)))},xKeys:function(b){var a=[];jQuery.each(b,function(d,c){a.push(c)});return a},xMicrotime:function(){var a=new Date().getTime()/1000;return parseInt(a,10)},xAssign:function(c,a,b){c[a]=b;return c},xCamelize:function(a){return a.replace(/\-+(.)?/g,function(b,c){return(c||"").toUpperCase()})}});jQuery.fn.xDelay=function(a,b){jQuery.fx.step.delay=function(){};return this.animate({delay:1},a,b)};jQuery.fn.xResize=function(b,a){this.width(b);this.height(a);return this};jQuery.fn.xData=function(a){var b=this;jQuery.each(a,function(c,d){b.data(c,d)});return this};
