I\'m aware of dynamic script/css loading by adding or tags to head or body of the page, but then it will be executed by
If your script simplty defines a function then it can be executed without actually running anything. Of course, this would require collaboration from both sides ala JSONP
//jsonp var result = {/*...*/}; //missingnonp var f = function(){ /**/ };