﻿$(document).ready(function()
{
	$("#testimonials").cycle({
		timeout: 8000,
		pause: 1
	});
});
