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

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