// JavaScript Document

$(document).ready(function() {
	if ($.fn.cycle) {
		 $('#slideshow')
		 .cycle({
			fx:     'fade', 
				speed:   1100,
			timeout: 1000		 
		});
	}
});


