Most likely there's an error in your syntax. Make sure, for example, that each image definition is followed by a comma (,), except the very last one. For example:
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/5thimage.jpg", "", "", ""],
["http://i31.tinypic.com/119w28m.jpg", "", "", ""] //<--no comma here
],
Bookmarks