// On Pageload

$(document).ready(function(){
	$.localScroll();
	$('.slideshow').cycle({
		fx: 'fade',
		timeout: 6000 
	});
	$('.quotes').cycle({
		fx: 'fade',
		timeout: 6000,
		delay: 3000 
	});

});


