There may be other issues, but at a glance the most obvious one is the broken reference to the .js file of the script:
Code:
<script type="text/javascript" src="fadeslideshow.js">
/***********************************************
* Ultimate Fade In Slideshow v2.0- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/
</script>
You'll need to make sure that the .js file is uploaded to your server and the path to it above is correct.
Bookmarks