Adding random feature to jCarousel

I am using this carousel plugin

It is working well, but I want to add a feature where, on page load, a random image (not the first one) appears.

Here is my setup:

I am thinking I could use this method perhaps:

https://github.com/richardscarrott/jquery-ui-carousel#next-rs-carouselcarouselnext

How could I use this? Could I initiate a movement of previous or next on page load?

Thanks so much for any insight

Michael