$.fn.delay=function(b,a){return this.queue((a||"fx"),function(){var c=this;setTimeout(function(){$.dequeue(c)},b)})};
