SyntaxFix
Write A Post
Hire A Developer
Questions
Try to put all your <script ...></script> tags before the </body> tag. Perhaps the js is trying to access an object of the DOM before it's built up.
<script ...></script>
</body>