//Runs the slideshow of photos on the Williams Homepage
$(function() {
	$('#photoColumn').cycle({ 
   	  delay:  0, 
      speed:  2000,
	  timeout: 7000,
	  fit: 1
	});	
	
});

