jQuery.fn.nextWhile=function(a){for(var b=this.next(a),c=0;b.length>0;){c++;b=b.next(a)}return this.nextAll(a).slice(0,c)};

