// JavaScript Document


$(document).ready(function() {
    $('.slideshow').cycle({
		fx: 'fade',
        speed:       850,
        timeout:     5000
	});
});
