$(document).ready(function() {
	$('#slideshowContainer').cycle({requeueOnImageNotLoaded:false,random:true,startingSlide:0});
});
