after watching some very stimulating google tech talks on youtube, i walked away with some new insight on how browsers load content. the following is a technique i picked up that allows for all included javascripts to load in parallel (instead of sequentially), and to prioritize the loading of your visible page content first. the following code is placed before the closing body tag (and not in the head, as is traditionally done).

Do it!