																							jQuery(function(){
			jQuery('#leaf-31 div.featured-leaf-content').cycle({ 
			    fx:      'fade', 
							    speed:    1000, 
			    timeout:  14000 
			});

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