// JavaScript Document

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