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