																														jQuery(function(){
			jQuery('#leaf-29 div.rotator-images').cycle({ 
			    fx:      'fade', 
			    speed:    2000, 
			    timeout:  7000 
			});

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