$(document).ready(function() {
			$('.siteSlideshow').cycle({
				fx: "fade",
				randomizeEffects: true,
				easing: 'easeInOutCubic'
			});
		});