Is there a smaller jquery?

Is there a smaller jquery?

I'm using the jquery UI Accordion to implement a FAQ page.  This all works fine, except that the page first has to spend 600ms loading in jquery-1.5.1.min.js  and then another 300ms loading in  the Accordion UI.   I'm sure this one accordion  function isn't using the whole 83KB of jquery.  Is there any way to reduce the amount of jquery code I have to download to implement this?

I looked into gzip but my site is hosted on a shared server, where they disable gzip to conserve CPU cycles, so  that doesn't seem to be a solution.

Thanks for any ideas.
Steve