I need some help. Is there a way to use javascript to add scripts src's to the end of the head? I have some dynamic scripts that are now allowing me to put my scripts at the bottom of the head Is there a way to do this with javascript.
For example, I need these to be at the bottom of the head tag:
<script src="/jQuerySlider/jquery-1.6.4.js" type="text/javascript"></script> <script src="/jQuerySlider/jquery.easing.1.3.js" type="text/javascript"</script>