// JavaScript Document

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