jQuery(document).ready(function(){
	jQuery('.home-massage').cycle({
		timeout: 6000,
		speed: 2000,
		cleartypeNoBg: true
	});
	
	jQuery('.home-yoga').cycle({
		timeout: 6000,
		speed: 2000,
		cleartypeNoBg: true,
		delay: 3000
	});
	
	jQuery('.main-right-slideshow').cycle({
		timeout: 4000,
		speed: 2000,
		cleartypeNoBg: true
	});
	
	jQuery('.img-container-therapists').cycle({
		timeout: 0,
		random: true
	});
	
});
