// JavaScript Document

jquery(document).ready(function() {
    jquery('#slideshow2').cycle({
		fx:'fade',
		speed:3000,
		timeout:8000
	});
});
