$(function() { 

	//setup the Events Scroller on the home page
	$("#events").scrollable({size: 1, loop: true, speed: 1000}).autoscroll({autoplay: true, interval: 5000}).circular().navigator();
	
	//setup the photos fader on the home page
	$("#imagefader").tabs(".images > div", {
		effect: 'fade',
		fadeInSpeed: 2000,
		fadeOutSpeed: 2000,
		rotate: true
	}).slideshow({
		autoplay:true,
		interval: 6000
	});
	

});

