// JavaScript Document

// This cycles the main image on the homepage
$(function(){	
	$('#slideshow #slideshowCycle').cycle();
});


