
//
jQuery.noConflict();
//
jQuery(function() {
    jQuery('.plaque').cycle({		
		speed:  300,
   		timeout: 9000,
   		delay: 2500
	});
});

jQuery(function() {
    jQuery('.member_preview').cycle({		
		speed:  300,
   		timeout: 3000,
   		delay: 2500
	});
});
