External scripts not loading in Chrome

External scripts not loading in Chrome

In my page I have a modal dialog that i use to pull in external content from another site within my domain. I pull in html content that has a document.ready function which then pulls in external js files. This works fine in firefox and ie but in chrome the document ready is not even being fired - it will only load the html content.
How can I get that to work properly in chrome? Is this a security restriction?