The following code triggers an image gallery.
$('#coursepanel .thumbstrip img:first').click();
I want a timeout of 5000ms and then the next element to be triggered and then after another 5000ms the next to be triggered, etc... etc... Then if the element is the last in the set to trigger the first again.