jQuery(function(){
							jQuery('#leaf-102 div.rotator-images').cycle({ 
							    fx:      'fade', 
							    speed:    3000, 
							    timeout:  10000
							});

							if(typeof visual_editor != 'undefined'){
								jQuery('.rotator-images a').attr('href', '#');
							}
						});
							jQuery(function(){
								jQuery('#leaf-532 div.featured-leaf-content').cycle({ 
								    fx:      'scrollDown',
								    speed:    5000, 
								    timeout:  12000
								});

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