$(document).ready(function() {
	$(".randompic").cycle({
		fx: "fade", 
		speed: 5000, 
		timeout: 500,
		easing: "easeOutExpo",
		slideExpr: "img"
	});	
});
