You have two versions of jQuery associated with the page, pick one. I'd suggest (unless it causes problems with another script(s)) keeping:
Code:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
perhaps even upgrading it to:
Code:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
and getting rid of:
Code:
<script type="text/javascript" src="javascript/jquery-1.2.2.pack.js"></script>
Also:
http://www.theenchantedforest.co.za/javascript/fadeslideshow.js
pointed to by this in your source code:
Code:
<script type="text/javascript" src="javascript/fadeslideshow.js">
/***********************************************
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/
</script>
is a 404 not found. The script will never work if it isn't associated with the page.
There could also be other problems.
Bookmarks