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

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