There really are a number of problems with the page. However, Opera 9, IE 6, and FF 1.5.0.6 are all forgiving of these as far as I can tell. Most notable:
1 ) You have a closing </html> tag near the top of the page.
2 ) The opening <body> tag doesn't appear until quite a ways through the actual body content section.
I suggest running the page through the validator* if you are bored sometime and want a few laughs. Anyways, the problem with the layout of the script is that you neglected to set the image max width and max height as instructed (albeit not quite as clearly as possible) here (highlighted red and corrected):
Code:
//configure the below 3 variables to set the dimension/background color of the slideshow
var slidewidth='250px' //set to width of LARGEST image in your slideshow
var slideheight='170px' //set to height of LARGEST image in your slideshow, plus any text description
var slidebgcolor='#F3F3F3'
//configure the below variable to determine the delay between image rotations (in miliseconds)
var slidedelay=5000
* validator link for the page itself
Bookmarks