Details
Description
TD: All javascript in the head of the document blocks page loading until every <script> tag has been downloaded. Need to ensure that all JavaScript is in the footer of the page and all javascript within the page has document.ready() wraps.