jQuery().ready(function(){

	if ($('div.slideshow').length > 0) {
	    $('div.slideshow').cycle({
	        fx:     'fade',
	        timeout: 2000
	    });
	};

});

