$(document).ready(function(){
	
	// Set up the cycling on homepage
	$("#projects").cycle({
		fx:    'fade', 
    	speed:  3500,
    	timeout:  2000
	});
	
});
