So as a summary, Javascript loaded (except for loaded via document.write) can immediately access the DOM if the Javascript is loaded in the bottom of the body-element making the use of a ready-event like jQuery's ready-event obsolete.
I have always wondered if that really is the case but haven't tried it out myself, seems that it's a green light then. :-)