	jQuery(function(){
	jQuery('#leaf-95 div.featured-leaf-content').cycle({ 
	    fx:      'scrollUp', 
			    speed:    2000, 
	    timeout:  6000 
	});
	
	if(typeof visual_editor != 'undefined'){
		jQuery('a:not(a#close-editor)').click(function(){ return false; });
	}
});
	