jQuery(function(){
								jQuery('#leaf-26 div.featured-leaf-content').cycle({ 
								    fx:      'scrollRight',
								    speed:    2000, 
								    timeout:  10000
								});

								if(typeof visual_editor != 'undefined'){
									jQuery('a:not(a#close-editor)').click(function(){ return false; });
								}
							});
						jQuery(function(){
							jQuery('#leaf-27 div.rotator-images').cycle({ 
							    fx:      'fade', 
							    speed:    1000, 
							    timeout:  7000
							});

							if(typeof visual_editor != 'undefined'){
								jQuery('.rotator-images a').attr('href', '#');
							}
						});