It could be that when you edited this:
Code:
Car_Image_Sources=new Array(
"photo1.jpg","http://www.dynamicdrive.com",
"photo2.jpg","http://www.javascriptkit.com",
"photo3.jpg","", //this slide isn't linked
"photo4.jpg","http://www.codingforums.com" // NOTE No comma after last line
);
You allowed a comma to creep in there where it doesn't belong. Most modern browsers, IE 9 and Chrome included, but not IE 7, will error correct that for you. Technically speaking though you may not have a comma there.
The browser cache may need to be cleared and/or the page refreshed to see changes.
But it could be something else or there could also be other problems.
If you want more help, please post a link to the page on your site that contains the problematic code so we can check it out.
Bookmarks