I was wondering if someone could assist in interpreting some results. Depending upon the location selected for testing, the page’s elements appear to be loading in an order in which they are not extant in the source. Of particular interest is the footer .js file, sometimes loaded at the top, sometimes loaded where it should be loaded.
All of the browsers (post-IE 7) have a fair bit of leeway on the order that they choose to download resources to try and get the page to be interactive and render as soon as possible so you will see things behave differently depending on what browser you test with (and even with the same browser depending on the timing and sequence of events).
There’s ongoing work to let site owners provide hints about “important” and “less important” content (layzload, defer, async, etc) so it’s a very active area right now.