I set up a Zone on the bottom of the page to load extra .js files at the end of the page, however it seems to load them at the top of the page regardless.
i have set this up in my master template:
<!--Load JS-->
<div style="clear:left;"><cc1:CMSWebPartZone ID="zoneJS" runat="server" /></div>
<!--End JS-->
i also added the javascript webpart to that zone but it does not load in that area.
any idea?
Thanks!