You do have a link for each image " " (a space character). That's the same as telling it to go to the current page. The target field is a red herring, Change " " to "". Example:
Code:
["images/home_slideshow/home_01.jpg", " ", "_parent", "GOFIT KETTLEBELLS "],
and all similar should be:
Code:
["images/home_slideshow/home_01.jpg", "", "_parent", "GOFIT KETTLEBELLS "],
You can also get rid of the target, but it doesn't matter:
Code:
["images/home_slideshow/home_01.jpg", "", "", "GOFIT KETTLEBELLS "],
Bookmarks