You have syntax errors in your JavaScript. Specifically look at these lines:
Code:
theImages[30] = 'images/rotatebottom/31.png
theImages[31] = 'images/rotatebottom/32.png
theImages[32] = 'images/rotatebottom/33.png
theImages[33] = 'images/rotatebottom/34.png
theImages[34] = 'images/rotatebottom/35.png
theImages[35] = 'images/rotatebottom/36.png
theImages[36] = 'images/rotatebottom/37.png
theImages[37] = 'images/rotatebottom/38.png
theImages[38] = 'images/rotatebottom/39.png
theImages[39] = 'images/rotatebottom/40.png
You should add a closing quote to these lines.
As a side note, you may want to enable JavaScript error reporting in your browser (if it's IE); for Safari, enable the developer tools; or for Firefox, install Firebug.
__________________
The interlocking pieces of web development: usability, performance, accessibility, and standards.
|