I know there is a lot of cross browser difficulties involved with loading external scripts asynchronously and providing callback functionality for when the script has been loaded. After quite a bit of research I've found several pretty sizeable JavaScript libraries that includes this functionality.
But what I'm searching for is a small library that is designed specifically for this task that I can embed into my application. The closest I've seen so far is Bezen's load script loading module, but I don't know how reliable it is. My application must support all browsers with any market share to speak of, which unfortunately includes IE6.
I'm thinking there's probably a sleek tried & true JavaScript library out there that everybody uses but I can't find. Thanks for all suggestions, the best one will be marked as the accepted answer.