jQuery(function(){
								jQuery('#leaf-32 div.featured-leaf-content').cycle({ 
								    fx:      'fade',		
										prev: '#32_featured_prev',
										next: '#32_featured_next',
								    speed:    1000, 
								    timeout:  10000
								});

								if(typeof visual_editor != 'undefined'){
									jQuery('a:not(a#close-editor)').click(function(){ return false; });
								}
							});
							jQuery(function(){
								jQuery('#leaf-34 div.featured-leaf-content').cycle({ 
								    fx:      'fade',		
										prev: '#34_featured_prev',
										next: '#34_featured_next',
								    speed:    1000, 
								    timeout:  10000
								});

								if(typeof visual_editor != 'undefined'){
									jQuery('a:not(a#close-editor)').click(function(){ return false; });
								}
							});
							jQuery(function(){
								jQuery('#leaf-37 div.featured-leaf-content').cycle({ 
								    fx:      'fade',		
										prev: '#37_featured_prev',
										next: '#37_featured_next',
								    speed:    1000, 
								    timeout:  10000
								});

								if(typeof visual_editor != 'undefined'){
									jQuery('a:not(a#close-editor)').click(function(){ return false; });
								}
							});