[jQuery] Dynamic Software causing many script loads, how would one handle this?

[jQuery] Dynamic Software causing many script loads, how would one handle this?

I have an application that has many plugins, all of which have jquery scripts. Now, i imagine there are ways to program an javascript aggregator of some sort, but i imagine this is a very common problem with plugin based web-apps, so i was curious if jquery had any ways to handle this.<br clear="all">
To reiterate with an example: If you have a CMS that is plugin based, with 20 plugins, and each plugin has its own js file to run its own, plugin specific, jquery code from. You cannot(<i>and should not have to</i>) manually combine them together (ignoring the aggregator aspect for now), so are there any other options? Having 20+ <script> calls on one page is a bit overkill heh..
Any thoughts on this subject?
Thanks,
--
Lee Olayvar
<a href="http://www.leeolayvar.com">http://www.leeolayvar.com</a>