$(function() {
	$('marquee').marquee();
	$('.testimonial').cycle({ 
		timeout: 15000
	});
});



