// JavaScript Document

(function($) {
	$.fn.slideShow = function() {
		$('img').fadeOut(slow);
	};
}) (jQuery);
