jQuery(document).ready(function()
{
	flashembed("#home_header_flash", {  src: '/swf/treatments.swf', width: 960, height: 393, scale: 'exactfit'});
	
	$('#blue_bg_body_testimonial').cycle(
	{
		fx:     'fade', 
		speed:  1000, 
		timeout: 0, 
		next:   '#next', 
		prev:   '#prev'
	});
});
