I have a URL that generates a document.write method that inserts another JS.
Example:
http://domain.com/scriptONE.js
Generates
document.write('http://domain.com/scriptTWO.js');
How can I use jQuery to insert the second document.write to a div not an iFrame - so that my div contains only the output from this file
http://domain.com/scriptTWO.js