Does document.ready wait for external scripts to be loaded

I have google analytics (+1 other) loading just before the body tag
however script in document ready seem to be waiting for these to load

I only want to wait for the jquery plugins at the top of the page to
load

the scripts at the bottom are written like this

document.write(unescape("%3Cscript src='" + gaJsHost + "google-
analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

Reply via email to