(function(a){a.effects.fade=function(b){return this.queue(function(){var c=a(this);var d=b.options.speed||500;var e=b.options.mode||"show";if(e=="show"){c.fadeIn(d)}else{c.fadeOut(d)}c.queue("fx",function(){c.dequeue()});c.dequeue()})}})(jQuery);
