$('#applycycle').cycle({
	timeout: 0, /*do not cycle through the slides*/
	random: true /*randomize the order of slide display*/
});

$('#donatecycle').cycle({
	timeout: 0, /*do not cycle through the slides*/
	random: true /*randomize the order of slide display*/
});
