$(document).ready(
	function()
	{
		$('#right_bar_rotating, #home_testimonials').cycle({
			fx: 'fade',
			timeout: 10000,
			pause: 1
		});
	}
);

