You have:
Code:
/***********************************************
* Conveyor belt slideshow script- © 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 full source code
***********************************************/
//Specify the slider's width (in pixels)
var sliderwidth="650px"
//Specify the slider's height
var sliderheight="275px"
//Specify the slider's slide speed (larger is faster 1-10)
var slidespeed=1
//configure background color:
slidebgcolor="#EAEAEA"
//Specify the slider's images
var leftrightslide=new Array()
var finalslide='
leftrightslide[0]='<a href="http://"><img src="http://www.eteamz.com/thunderbirds1/images/charlie2.jpg" border=3></a>'
leftrightslide[1]='<a href="http://"><img src="http://ww . . .
It should be:
That's an unterminated string literal. There could be other problems.
Bookmarks