//when the dom is ready
$(function(){
	$("#home-slider").easySlider({ auto: true, continuous: true, pause: 5000 });
	$("#enote,#enote2,.more").fancybox();
	$("#annual-giving").click(function(){
		window.location.href = 'https://swallowhillmusic.org/public/donations.cfm';
	});
});
//when everything's been loaded
 $(window).load( function() {


	
});

