// On Pageload

$(document).ready(function(){

	$("#announcements ul").cycle({
		fx:		"fade",
		speed:	"slow"
	});
	
	$('#slideshow').cycle({
		fx: 'fade',
		speed:	"slow",
		random:          1,
	});
	
	$('#slideshow-int').cycle({
		fx: 'fade',
		speed:	"slow",
		random:          1,
	});
	
});
