// JavaScript Document

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