$(function() {
	$('#testimonials').before('<div id="slides">').cycle({
		fx: 'fade',
		timeout: 0,
		random: 1,
		pager: '#slides'
	});
});