Make sure when specifying your images inside the script, that all but the very last image array has a comma (,) at the very end:
Code:
imagearray: [
["http://i26.tinypic.com/11l7ls0.jpg", "http://en.wikipedia.org/wiki/Swimming_pool", "_new", "There's nothing like a nice swim in the Summer."],
["http://i29.tinypic.com/xp3hns.jpg", "http://en.wikipedia.org/wiki/Cave", "", ""],
["http://i30.tinypic.com/531q3n.jpg", "", "", "Eat your fruits, it's good for you!"],
["http://i31.tinypic.com/119w28m.jpg", "", "", ""],
["http://i31.tinypic.com/119w28m.jpg", "", "", ""], //<-- comma
["http://i31.tinypic.com/119w28m.jpg", "", "", ""] // <--no comma
],
If that's not the issue, please post a link to the page on your site that contains the problematic script so we can check it out.
Bookmarks