// JavaScript Document

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