
$(document).ready(function() {
    $('.bannerImageSlideshow').cycle({
		fx: 'fade',
		random: 1
	});

});



