I removed all my javascript and put it in an external link:
<script type="text/javascrpt" src="javascript/FooterJavascript.js"></script>
When I go to the website and click the link..all the javascript is there.
The file has got different functions and events..such as hover effects..it starts like this:
$(document).ready(function(){
Why the hover effects that is inside that file arent loaded?

