In case anybody is interested in it: for a project I'm currently working on I've today abstracted the <script> based cross-site AJAX-style loading of code from third-party URLs into a small jQuery plugin jquery.xsajax.js which provides a jQuery.getScriptXS() function which is similar to the standard jQuery.getScript() function but instead of XmlHttpRequest & friends it uses <script>. It especially supports the "execute callback after loading" feature. Find it under: http://trainofthoughts.org/blog/2007/04/12/jquery-plugin-xsajax/
Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com