library load event

library load event

I'm trying to append jQuery.js to the doc from another js file. Problem is: I don't know when the library has loaded and therefore when I can call functions within it. Does jQuery call some sort of generic function or fire an event when it loads? If so, I could hook into it and run what I need to. Otherwise, does anyone have any ideas about how I might do this? Thanks for any insight.

~furcht.