Hi:
Please start a new thread for new inquires on this script. This just makes it easier for others who are having similar problems when stumbling upon it. I've moved your post to a new thread.
To answer your question, in general, yes. Inside contentslider.js, find and add to the line below:
Code:
slidernodes[sliderid].sort(function() {return 0.5 - Math.random()})
ContentSlider.buildpagination(sliderid)
The code in red is new. Note that I'm using the default version of contentslider.js here. It should also work on your modified version, though I haven't tested it out yet.
Bookmarks